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

body{
	width: 1024px;
	position: relative;

	left: 50%;
	
	margin-left: -512px;
	background: #5a7d3b url(../img/photo-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;
	top: 700px;
	background-color: #5a7d3b;
	height: 60px;
	left: -3px;
}

#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 {
	background-image: url(../img/photo-stage.jpg);
	height: 577px;
	width: 544px;
	position: relative;
	float: right;
	right: 120px;
	top: 40px;
}

div#view {
	width: 290px;
	height: 370px;
	position: relative;
	top: 9px;
	left: 126px;
}

div#description {
	line-height: 1.2em;
	width: 440px;
	color: #585751;
	position: relative;
	top: 20px;
	left: 40px;
}

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


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