/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body {
	background-color:#f4f4f2;
	color: #b2b1a5;
	line-height:1.2em;
	font-family: "Times New Roman", Times, Georgia, serif;	
}

a:link, a:visited {
	color: #B1B0A4;
}

div#container {
	width: 940px;
	position: relative;
	margin: 0 auto;
}


div#left_content {
	display:inline;
	float:left;
	margin-top:130px;
	padding:0 22px 0 0;
	position:relative;
	text-align:right;
	width:375px;
}

div#contact_info {
	margin: 10px 0;
}

div#contact_info img {
	margin-left: 10px;
}

div#right_content {
	position: relative;
	display: inline;
	width: 540px;
	float: right;
	padding-top: 15px;
}

div#lower_right {
	float:left;
	margin-right:10px;
	width:210px; 
}

img#contact_pic {
	float: right;
	position: relative;
	margin-right: -10px;
}

a#photo_credit {
	position: relative;
	float: right;
	margin-right: 45px;
	font-size: .8em;
}


body.about div#right_content {
	padding-top: 100px;
}

body.contact div#right_content {
	padding-top: 60px;
}

div#nav {
	padding-right: 5px;
}


ul, li {
	
}

ul#nav_list li {
	clear:both;
	display:block;
	float:right;
	margin:15px 0;
}

div#footer {
	height: 100px;
	display: block;
	position: relative;
}

.clear {
	clear: both;
}

p{
	margin: 0 0 20px 0;
}







