/* @override 
	http://www.mikeziray.com/testsites/zhong/css/bio.css
*/

body{
	width: 1024px;
	position: relative;

	left: 50%;
	
	margin-left: -512px;
	background: #5a7d3b url(../img/contact-background.jpg) no-repeat center top;
	font: .9em Optima;
}

a {
	text-decoration: none;
	color: #29381c;
	font-weight: normal;
	font-style: normal;
}

a:hover{
	color: #000;
	text-decoration: none;
}


div#category {
	position: absolute;
	top: 553px;
	left: 150px;
}

div.category{
	font: small-caps bold 1.45em Optima, Century, Georgia;
	position: relative;

	color: #000;
	background-color: #bcbbab;
	text-align: right;
	width: 140px;
	margin-bottom: 5px;
	height: 30px;
	padding-right: 10px;
}


#header {
	width: 1027px;
	position: absolute;
	background-color: #5a7d3b;
	height: 60px;
	left: -3px;
	top: 700px;
}

#nav_left {
	position: absolute;
	left: 30px;
}

#nav_right {
	position: absolute;
	left: 30px;
}


#header ul {
	display: inline;
	position: relative;
	font: 1.25em Optima, Century, Georgia;
	top: 5px;
}

#header ul li {
	display: inline;
	list-style-type: none;
	color: #000;
	padding-right: 20px;
}

div#board {
	height: 630px;
	width: 1024px;
	position: relative;


	background: url(../img/biography-board.png) no-repeat center;
	top: 30px;
}

div#photo {
	width: 174px;
	height: 235px;
	position: absolute;
	top: 212px;
	left: 100px;
}

div#columns{
	position: absolute;
	top: 169px;
	left: 360px;
	line-height: 19px;
}

div#col1 {
	width: 240px;
	padding-right: 20px;
	display: block;
	position: absolute;
	left: 5px;
}

div#col2 {
	width: 240px;
	position: absolute;
	left: 270px;
}

#footer{
	
	position: absolute;
	top: 740px;


	height: 50px;
	width: 1024px;
	color: #3b5128;
}
