		body
		{
			margin: 0;
			padding: 0;
			font-family: verdana, sans-serif;
			font-size: 0.7em;
			line-height: 1.8em;
			color: #000;
			background-color: #fff;
		}
		
		#nav .title
		{
			font-size: 1.2em;
			color: #444;
			cursor: default;
		}
		
		#nav .title a, #nav .title a:visited {
			color: #444;
		}
		
		#nav .title a:hover {
			text-decoration: none;
		} 
		
		#nav ul
		{
			font-size: 1.2em;
			padding: 0;
			margin: 0;
			list-style: none;
		}
		
		.selected
		{
			background: url(images/selectedbg.gif) left no-repeat;
			margin-left: -72px;
			padding-left: 72px;
			color: #872d24;
		}
		
		.selected a
		{
			color: #872d24;
		}
		
		.selected a:hover
		{
			color: #872d24;
		}
		
		#content p
		{
			padding-bottom: 1em;
			margin: 0;
		}
		
		#content h2
		{
			margin: 0 0 0.5em;
			font-size: 1.5em;
			font-weight: normal;
			color: #999;
		}
		
		#content h3
		{
			margin: 0 0 0.5em 0;
			font-size: 1.2em;
			font-weight: normal;
			color: #999;
			color: #872d24;
		}
		
		a
		{
			color: #aaa;
			text-decoration: none;
		}
		
		a:hover
		{
			text-decoration: underline;
			color: #c3bca7;
		}
		
		#paintingdesc{
			padding: 1em 0 1em 0;
			color:#aaa;
			line-height: 1.3em;
			text-align: right;
		}
		
		.gallery td
		{
			padding: 0 10px 10px 0;
		}
		
		#windowholder
		{
			width: 300px;
		}
		
		#pictureholder
		{
			height: 460px;
		}
		
		#galleryNav
		{
			padding-top: 1em;
		}
		
		#galleryNav a{
			color: #872d24;
		}
		
		#content p {
	width: 500px;
		}		
		
		table { border-collapse: collapse; }
		
		td {
			vertical-align: top;
		}
		
#banner {
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 50px;
	border: 0px;
	background: white;
	height: 70px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 60px;
	}
html>body #banner {
	height: 60px; /* ie5win fudge ends */
	}
#nav {
	position: absolute;
	top: 110px;
	left: 0px;
	margin: 0px;
	padding: 10px 0px 10px 50px;
	border: 0px;
	background: white;
	width: 300px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 220px;
	}
html>body #nav {
	width: 220px; /* ie5win fudge ends */
	}
#content {
	padding: 10px;
	border: 0px;
	background: white;
	margin: 0px 0px 0px 300px;
	width: 500px;
	float: left;
	}
	
#sidebar {
	float: left;
	
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.archivelist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#footer {
			margin: 5em 0 0 310px;
			clear: left;
			color: #aaa;
			font-size: 0.8em;
		}

/*-------------------------------------------------
blog specific formats
-------------------------------------------------*/

span.commenticon {
	background: url(images/comment.gif) no-repeat 0 50%;
  	letter-spacing: normal;
  	color: #aaa;
  	padding: 2px 0 2px 20px;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
}

.rssicon {
	background: url(images/rss.png) no-repeat right;
  	letter-spacing: normal;
  	padding: 2px 20px 2px 0;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;	
}

div.post {
	border-bottom: 1px solid #aaa;
	margin-bottom: 2em;
}

div.singlepost {
	border-bottom: none;
	margin-bottom: 0em;
}

ol.commentlist {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1.5em;
}

ol.commentlist li {
	background: #f5f5f5;
	padding: 0.5em;
	list-style: none;
}

ol.commentlist li.alt{
	background: #ffffff;
	padding: 0.5em;
	list-style: none;
}

div.commentbox {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 0.5em;
	background: #f5f5f5;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}
