body {
	margin:0px;
	padding:0px;
	font-family: times, serif;
	color:#333;
	background-color: White;
	text-align: center;
	}
	
#hd {
	width: 100%;
	height: 140px;
	background:#CC6600 url(images/headerbg.png) repeat-x scroll left bottom;
	/*background-color: #CC6600;
	border-bottom: 20px solid #999933;*/
	text-align: left;
}
	
#hdBottomBorder {
	height: 20px;
	width: 100%;
	background:#999933 url(images/headerBorder.png) repeat-x scroll left bottom;
	position: absolute;
	top: 120px;
}
	
#bd {
	width:800px;
	min-height: 550px;
	margin:0px auto;
	text-align:left;
	padding:15px;
}

#ft {
	border-top: 2px solid #9B9B34;
	padding: 5px 15px 5px 5px;
	text-align: right;
}

#ft a {
	color: #9B9B34;
	text-decoration: none;
}

#content {
	margin: 30px 0 0 170px;
}
	
#namePlate {
	width: 100%;
	height: 63px;
	
/*	position: relative;
	top: 25px;
	left: 370px;*/
	z-index: 9999999;
	
	background-image: url(images/namePlate.png);
	background-repeat: no-repeat;
	background-position: 40% 15px;
}

#namePlate:hover {
	cursor: pointer;
}

#nav {
	height: 119px;
	width: 482px;
	margin-left: 50%;
	/*top offset is {header height} - {nav height} - {border width}*/
	position: absolute;
	top: 64px;
	z-index: 9999998;
	
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	background-position: middle middle;
}

#nav ul {
	list-style-type: none;
	position: relative;
	top: 55px;
	left: 30px;
	padding-left: 80px;
	margin: 0;
}

#nav a, #nav .active {
	color: #8B6969;
	font-size: 1.4em;
	font-variant: small-caps;
	text-decoration: none;
}

#nav .active {
	font-weight: bold;
	/*color: #333;
	position: relative;
	top: -5px;*/
	padding: 5px;
	border: 1px solid #8B6969;
}

#nav a:hover, #secondaryNav a:hover {
	color: #333;
}

#nav li {
	display: inline;
	padding: 0 20px;
}

#nav #activeMarker {
	display: inline;
}
#activeMarker img{
	position: relative;
	top: 2px;
	left: -2px;
}

#secondaryNav {
	width: 171px;
	height: 407px;
	float: left;
	position: relative;
	top: -86px;
	
	background-image: url(images/secondaryNavbg.png);
	background-repeat: no-repeat;
	background-position: middle middle;
	
}

#secondaryNav ul {
	list-style-type: none;
	padding: 50px 0 0 50px;
}

#secondaryNav li {
	padding: 10px 0;
}

#secondaryNav a, #secondaryNav .active {
	color: #8B6969;
	font-size: 1em;
	font-variant: small-caps;
	text-decoration: none;
}

#secondaryNav .active {
	color: #333;
	font-weight: bold;
	position: relative;
	left: 5px;
}

#activeMarkerSecondary {
	display: inline;
	position: relative;
	top: 2px;
	left: -2px;
}

#blurb {
	padding-top: 50px;
	text-align: justify;
	
	position: relative;
	left: -50px;
}

#headshot {
	float: left;
	margin-top: 50px;
	padding: 0 10px 10px 0;
	
	position: relative;
	left: -50px;
}

h1 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
	font-style: italic;
}
