html, body {
	background-color:#e7e5d3; 
	width:100%;
	background-image:none;
}

#wrapper{
	background-image:url(../images/interior_bg.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	margin-bottom:10px;
	*margin-bottom:100px;
}

#header{
	position:relative;
	width:948px;
	height:80px;
	background-image:url(../images/interior_graph_bg.gif);
	background-repeat:no-repeat;
}

#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;
}

#subheader{
	width:948px;
	height:65px;
}

#subheader h1{
	padding-top:15px;
	padding-left:203px;
	/*color:#d1d1b5;*/
	color:#e7e5d3;
}


/*Two Column Styles*/

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

/* for Internet Explorer min-height */
/*\*/* html #content {height: 250px;}/**/

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

#left_column #address{
	margin-top:50px;
}

#left_column #biographies{
	margin-top:58px;
}

#left_column #contact_us{
	margin-top:20px;
}

#left_column #tools{
	padding-top:25px;
}

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

#right_column #bio_photo{
	position:absolute;
	top:15px;
	left:495px;
}

#right_column #maintext{
	padding-top:11px;
	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;
}