html { height: auto; }

body {
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	color: #242424;
	height: 100% !important;	
	}

a:link, a:visited {
	text-decoration: none;
	color: #742b17;
	}
	a:hover {
		text-decoration: underline;
		}
		
strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}
	
span.metric {
	border-bottom: 1px dotted #555;
	z-index: 1000 !important;
	cursor: help;
	}
	
.hidden {
	display: block;
	position: absolute;
	top: -10000px;
	}

.clearer {
	position: relative;
	clear: both;
	}
	
.img-caption-right {
	float: right;
	width: 260px;
	margin-left: 20px;
	font-size: 85% !important;
	}
	.img-caption-right img {
		border: 1px solid #395d1a;
		}
	
.img-caption-left {
	float: left;
	margin-right: 20px;
	font-size: 85% !important;
	}
	.img-caption-left img {
		border: 1px solid #395d1a;
		}
	
a img { border: none; }
img.right { float: right; margin: 0px 0px 10px 10px;
			border: 1px solid #395d1a; }
img.left { float: left; margin: 0px 10px 10px 0px;
			border: 1px solid #395d1a; }
			
p.thumbrow {
	padding-top: 0px !important;
	padding-bottom: 5px !important;
	}
	.thumbrow img {
		border: 1px solid #395d1a;
		margin-right: 5px;
		vertical-align: top;
		}
	
#wrapper {
	width: 910px;
	margin: 0 auto;
	position: relative;
	}
	
#hsumark {
	height: 50px;
	background: transparent url(../images/markbar.png) repeat-x top left;
	}
	#hsumark p {
		width: 900px;
		margin: 0 auto;
		padding-top: 12px;
		}
	#hsumark a {
		display: block;
		width: 346px;
		height: 20px;
		background: transparent url(../images/hsumark.png) no-repeat top left;
		}

#wordmark {
	width: 405px;
	height: 120px;
	background: transparent url(../images/wordmark.png) no-repeat top left;
	position: relative;
	left: -6px;
	top: 55px;
	z-index: 10;
	}
	#wordmark a {
		display: block;
		width: 405px;
		height: 120px;
		}
	
#nav {
	float: right;
	width: 150px;
	position:relative;
	z-index:1;
	}
	#nav li {
		padding: 10px 0px !important;
		list-style: none !important;
		font-size: 105%;
		line-height: 1.5em;
		}
		#nav li a:link, #nav li a:visited {
			text-decoration: none;
			}
	
#contenttop {
	position: relative;
	left: -10px;
	height: 29px;
	background: transparent url(../images/bgs/contenttop.png) no-repeat top left;
	}
	
#content {
	position: relative;
	left: -10px;
	background: transparent url(../images/bgs/content.png) repeat-y top left;
	padding: 20px;
	}
	#maincontent {
		float: left;
		width: 680px;
		position:relative;
		z-index:1;
		}
	#content img.featurephoto {
		float: right;
		margin: 0px 0px 15px 15px;
		border: 1px solid #395d1a;
		}
	#content h1 {
		padding: 10px 0px;
		font-family: georgia, times, serif;
		font-size: 150%;
		}
	#content h2 {
		font-size: 130%;
		font-family: georgia, times, serif;
		padding: 25px 0px 10px 0px;
		}
		#content h2.tagline {
			padding: 10px 0px 0px 0px !important;
			}
	#content h3 {
		font-size: 115%;
		padding: 15px 0px 0px 0px;
		}
	#content ul {
		padding: 5px 0px 5px 25px;
		}
		#content li {
			list-style: square;
			padding: 5px 0px;
			line-height: 1.4em;
			}
			#content ul.cv li {
				list-style: none;
				padding-left:25px;
				text-indent: -20px;
				}
	#content p {
		padding: 5px 0px;
		line-height: 1.6em;
		font-size: 102%;
		}
		#content .intro p {
			font-size: 103%;
			line-height: 1.5em;
			padding-bottom: 10px;
			}
		#content img {
			}
	#content a:link, #content a:visited {
		text-decoration: underline;
		}
	
#contentend {
	position:relative;
	left: -10px;
	background: transparent url(../images/bgs/contentend.png) no-repeat top left;
	height: 92px;
	}
	
#footer {
	position: relative;
	margin-top: 160px;
	margin-bottom: 100px;
	padding-bottom: 20px;
	border-top: 2px solid #395d1a;
	border-bottom: 2px solid #395d1a;
	background: transparent url(../images/bgs/footer.png) repeat top left;
	clear: both;
	}
	#footer p {
		color: #1a3205;
		width: 900px;
		text-align: right;
		margin: 0 auto;
		padding: 25px 0px 0px 0px;
		line-height: 1.5em;
		}
		#footer p a:link, #footer p a:visited {
			text-decoration: underline;
			color: #1a3205;
			}
			

