html {
	font: 14px/18px Georgia, Times, sans-serif;
	color: #222;
}

body {
	width: 960px;
	margin: 100px auto 100px auto;
}

a {
	text-decoration: none;
	color: #555555;
}
a:hover {
	color: #000000;
}
a:active {
	color: #999999;
}

a img {
	border: none;
}

#nav {
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	text-align: right;
	padding-top: 31px;
	background: url(ornatemenutop.png) top right no-repeat;
	float: left;
	width: 200px;
	margin-top: 112px;
}

	#nav ul {
		list-style: none;
		margin: 7px 0;
		padding: 0;
	}
	#nav ul.last {
		padding-bottom: 45px;
		background: url(ornatemenubottom.png) bottom right no-repeat;
	}

		#nav li {
			padding: 0;
			margin: 0;
		}

		#nav li.active a, #nav li a:active {
			color: #999999;
		}

	#nav .disabled {
		color: #555555;
		text-decoration: line-through;
	}


#site {
	padding-bottom: 19px;
	margin-bottom: 14px;
	border-bottom: 2px solid #555;
}	
	#statement #site {
		margin-bottom: 7px;
	}
	#introduction #site {
		margin-bottom: 18px;
	}

#site #contact, #site #author {
	text-align: center;
	font-style: italic;
	width: 50%;
	float: left;
}

#site h2, #nav h2 {
	display: none;
}

#site #contact {
	margin-top: 12px;
}
	#site #contact strong {
		font-weight: normal;
		text-transform: uppercase;
		font-size: 12px;
	}

	#site #contact p {
		font-weight: normal;
		margin: 0;
	}

	#site #contact p.info {
		margin-top: 7px;
	}

	#site #contact a {
		color: #000000;
		text-decoration: none;
	}


#site #author {
	color: #333333;
	margin: 0;
}
	#site #author dt {
		font-family: Renaissance, Georgia, Times, serif;
		font-size: 53px;
		line-height: 41px;
		margin: 0;
	}
	#site #author dd {
		margin: 0;
	}

#mainbody {
	width: 720px;
	float: right;
}

#designer {
	color: #afafaf;
	font-size: 12px;
	text-align: center;
	padding: 28px 0;
	padding-left: 240px;
}
	#designer a {
		color: #525252;
		text-decoration: none;
	}
	#designer a:hover {
		color: #000;
	}

#content .left, #content .right {
	width: 346px;
}
#content .left {
	float: left;
}
#content .right {
	float: right;
}
#statement #content .left {
	width: 451px;
}
#statement #content .right {
	width: 241px;
}

#content .highlight img {
	border: 2px solid #eee;
}

#content h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	margin: 21px 0 0 0;
	display: none;
}

#content h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

#content h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#content .highlight dt {
	margin: 0;
	float: left;
	padding-right: 7px;
}
#content .highlight dd {
	margin: 0;
}

#content .image img {
	border: 3px solid #eee;
}

#content .section {
	padding-bottom: 21px;
	border-bottom: 1px solid #aaa;
}

#photography h1, #illustration h1, #painting h1 {
	display: block;
	margin-bottom: 7px;
}
#photography #mainbody, #illustration #mainbody, #painting #mainbody {
	padding-bottom: 21px;
	border-bottom: 1px solid #aaa;
}


	#content .gallery .image {
		float: left;
		margin: 7px;
		width: 226px;
	}
		#content .gallery .image dt {
			font-size: 12px;
			margin: 7px 3px;
			padding: 0;
			font-weight: bold;
		}
		#content .gallery .image dd {
			margin: 0;
			padding: 0;
		}

	#content .gallery.landscape .image {
		width: 346px;
	}

#content .gallery dt a, #content h2 a {
	color: #222;
}

#content .image a:hover img {
	border: 3px solid #e5e5e5;
}
