* {
	margin: 0;
	border: 0;
	padding: 0;
}

body, html {
	background: #131313 url('/images/background.gif') repeat-x;
	font-family: Garamond, "Times New Roman", Times, serif;
}

#wrapper {
	width: 802px;
	margin: 0 auto;
}

#randomTop {
	height: 258px;
}

#header {
	position: relative;
	height: 85px;
	background: url('/images/header_background.jpg') no-repeat;
}

#header_1col {
	position: relative;
	height: 85px;
	background: url('/images/header_1col_background.jpg') no-repeat;
}

#header ul, #header_1col ul {
	display: block;
	position: absolute;
	right: 10px;
	top: 50px;
	list-style: none;
}

#header li, #header_1col li {
	display: inline;
}

#header li a, #header_1col li a {
	display: block;
	text-indent: -9000px;
	height: 20px;
	float: left;
}

a.menu_bio {
	width: 53px;
	background: url('/images/menu_bio_off.gif');
}

a.menu_bio:hover {
	background: url('/images/menu_bio_on.gif');
}

a.menu_resume {
	width: 92px;
	background: url('/images/menu_resume_off.gif');
}

a.menu_resume:hover {
	background: url('/images/menu_resume_on.gif');
}

a.menu_photos {
	width: 98px;
	background: url('/images/menu_photos_off.gif');
}

a.menu_photos:hover {
	background: url('/images/menu_photos_on.gif');
}

a.menu_contact {
	width: 97px;
	background: url('/images/menu_contact_off.gif');
}

a.menu_contact:hover {
	background: url('/images/menu_contact_on.gif');
}

#container {
	position: relative;
	width: 802px;
	background: url('/images/container_background.jpg') repeat-y;
}

#container_1col {
	position: relative;
	width: 802px;
	background: url('/images/container_1col_background.gif') repeat-y;
}

#footer {
	position: relative;
	height: 25px;
	background: url('/images/footer_background.jpg') no-repeat;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	margin-bottom: 20px;
}

#footer_1col {
	position: relative;
	height: 25px;
	background: url('/images/footer_1col_background.jpg') no-repeat;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	margin-bottom: 20px;
}

#footer a, #footer_1col a {
	color: black;
	text-decoration: none;
}

#footer a:hover, #footer_1col a:hover {
	text-decoration: underline;
}

#footer ul, #footer_1col ul {
	display: block;
	list-style: none;
	position: absolute;
	top: 7px;
	left: 30px;
}

#footer li, #footer_1col li {
	display: inline;
	margin-right: 10px;
}

#footer p.copyright, #footer_1col p.copyright {
	position: absolute;
	top: 7px;
	right: 30px;
}

#main {
	display: inline;
	float: left;
	background: url('/images/main_background.jpg') repeat-x;
	width: 527px;
	margin-left: 4px;
	padding: 20px;
}

#main_1col {
	display: block;
	background: url('/images/main_background.jpg') repeat-x;
	width: 754px;
	margin-left: 4px;
	padding: 20px;
}

#main p, #main_1col p {
	font-size: 16px;
	line-height: 1.5em;
	color: 534C3E;
	margin-top: 1em;
}

#main div.hr, #main_1col div.hr {
	display: block;
	height: 8px;
	border: none;
	border-style: none;
	background: url('/images/hr_blog.gif') center 0 no-repeat;
	margin: 5px 0 5px 0;
}

#main div.hr hr, #main_1col div.hr hr {
	display: none;
}

#main a, #main_1col a {
	color: black;
	text-decoration: none;
	border-bottom: dashed #857D70 1px;
}

#main a:hover #main_1col a:hover {
	border-bottom: none;
}

#mailingList {
	display: inline;
	float: left;
	width: 183px;
	margin-left: 4px;
	padding: 20px;
	font-size: 14px;
}

#mailingList p.topMargin {
	line-height: 2em;
	margin-top: 80px;
}

fieldset {
	margin-top: .5em;
}

input.email {
	background: url('/images/input_background.gif');
	height: 11px;
	width: 100px;
	border: 1px solid #7B7467; 
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	padding: 2px;
	margin: 0 5px 0 5px;
}


#clear {
	display: block;
	height: 1px;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

h1 {
	position: absolute;
	display: block;
	width: 413px;
	height: 50px;
	top: 17px;
	left: 20px;
	background: url('/images/h1.gif') no-repeat;	
	text-indent: -9000px;
}

h2.latestnews {
	width: 247px;
	height: 19px;
	background: url('/images/h2_latestnews.gif') no-repeat;
	text-indent: -9000px;
}

h2.resume {
	width: 154px;
	height: 22px;
	background: url('/images/h2_resume.gif') no-repeat;
	text-indent: -9000px;
}

h2.biography {
	width: 207px;
	height: 19px;
	background: url('/images/h2_biography.gif') no-repeat;
	text-indent: -9000px;
}

h2.photos {
	width: 159px;
	height: 19px;
	background: url('/images/h2_photos.gif') no-repeat;
	text-indent: -9000px;
}

h2.contact {
	width: 230px;
	height: 19px;
	background: url('/images/h2_contact.gif') no-repeat;
	text-indent: -9000px;
}

h3 {
	font-size: 20px;
	color: #827967;
	font-weight: normal;
	margin-top: 20px;
}

table.resume td {
	padding-top: 5px;
}

td.show {
	width: 250px;
}

td.role {
	width: 200px;
}

ul.resume {
	list-style: none;
}

ul.resume li {
	line-height: 1.5em;
}

#bioImage {
	display: inline;
	float: right;
}



/*
playback timings (ms):
  esindex: 0.025
  captures_list: 233.019
  CDXLines.iter: 23.058 (3)
  LoadShardBlock: 202.489 (3)
  RedisCDXSource: 1.093
  exclusion.robots.policy: 0.432
  exclusion.robots: 0.455
  PetaboxLoader3.resolve: 128.848
  PetaboxLoader3.datanode: 157.346 (4)
  load_resource: 155.312
*/