html, body {

}

#wrapper{

}

#header{
	position:relative;
	width:948px;
	height:80px;
}

#header #logo{
	position:absolute;
	top:30px;
	*top:25px;
	left:0px;
}

#header #photo{
	position:absolute;
	top:0px;
	left:700px;
}

#header #nav{
	padding-top:60px;
	 /**margin-top:12px;*/
}

#header #nav #nav_wrap{
	margin-left:202px;
}

#header #bio_photo{
	position:absolute;
	top:20px;
	left:200px;
}

#subheader{
	margin-top:100px;
	width:948px;
}

#subheader h1{
	padding-left:203px;
	color:#000;
}


/*Two Column Styles*/

#content{
	width:948px;
	background-color:#fff;
}

#left_column {
 	width:202px; 
 	float:left; 
 	position:relative;
	text-align:left;
}

#left_column #address{
	
}

#left_column #biographies{
	display:none
}

#left_column #contact_us{
}

#right_column {
 	width:746px; 
 	float:right; 
 	position:relative;
}

#right_column #tools{
	display:none
}

#right_column #maintext{
	line-height:1.5em;
	margin-bottom:40px;
}

#right_column #maintext ul {
	list-style:none; 
	position:relative;
	padding-left:20px; 
}

#right_column #maintext ul li{
	background:url(../images/red_bullet.gif) no-repeat 0 .6em; 
	padding-left:13px; 
	line-height:1.6em;
}

#right_column #maintext a{
	color:#782327;
	font-weight:bold;
	text-decoration:none;
}

#right_column #maintext a:hover{
	color:#3a4c00;
}

.bio {
	padding-right:310px;
}

.none_bio {
	padding-right:130px;
}

#footer {
	position:relative;
	margin:20px auto;
	width:948px;
}