@charset "UTF-8";
/* CSS Document */



/* FRAMEWORK */


body{
	background-image:url(gr/bg-stains.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#eae0c7;
	font-family:Arial, Helvetica, sans-serif;
}

#site{
	margin:auto;
	width:990px;
}



/* HEADER */


#header{
	width:990px;
	height:70px;
}

#header #column-left{
	float:left;
	width:695px;
	text-align:left;
}

#header #column-right{
	float:right;
	width:295px;
	padding:17px 0 0 0;
	text-align:left;
	font-size:13px;
	line-height:16px;
}

#header #column-right a{
	color:#000;
	font-weight:bold;
	margin:-3px 0 2px 0;
	text-decoration:none;
}

#header #column-right a:hover{
	color:#000;
	font-weight:bold;
	margin:-3px 0 2px 0;
	text-decoration:underline;
}



/* MAIN CONTENT */


#main{
		
}


#main #column-left{
	float:left;
	width:695px;
	text-align:left;
}

#main #column-right{
	float:right;
	width:295px;
	text-align:left;
	margin:-3px 0 0 0;
}

#main #column-right #thanks-box{
	width:258px;
	background-image:url(gr/bg-wethank.png); 
	background-repeat:repeat;
	text-align:center;
	margin:13px 0 13px 0;
	padding:16px;
	font-size:15px;
	line-height:22px;
}

#main #column-right #thanks-box a{
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
}

#main #column-right #thanks-box a:hover{
	color:#cc0000;
	text-decoration:underline;
}

.subhead1{
	clear:both;
	margin:10px 0 0 0px;
}

.subhead2{
	clear:both;
	margin:9px 0 8px 0px;
}



/* BIOS */

#main #column-left .person {
	width:655px;
}

#main #column-left .person .name{
	color:#cc0000;
	font-weight:bold;
	clear:both;
	

}

#main #column-left .person .image{
	margin:0 0 20px 1px;
	width:115px;
	float:left;
	clear:both;
	vertical-align:top;


}

#main #column-left .person .image img{
	margin:4px 0 0 -1px;
	border-style:solid;
	border-width:4px;
	border-color:#000;
	height:95px; width:95px;

}

#main #column-left .person .bio{
	float:right;
	width:535px;
	font-size:12px;
	text-align:left;
	line-height:15px;
	padding:2px 0 20px 0;

}



/* FOOTER */

#footer{
	clear:both;
	width:1000px;
	margin:auto;
	background-position:center;
	height:186px;
	background-image:url(gr/bg-footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#footer #footer-links{
	font-size:11px;
	padding:85px 0 0 0;
}

#footer #footer-links a{
	color:#cc0000;
	text-decoration:none;
}

#footer #footer-links a:hover{
	color:#cc0000;
	text-decoration:underline;
}

#footer #footer-copyright{
	clear:both;
	font-size:11px;
	padding:19px 0 0 0;
}