/* @override 
	http://www.mikeziray.com/testsites/zhong/css/video.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: #345d34;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

div#video_category {
	position: absolute;
	left: 117px;
	bottom: -614px;
}

#video_category div.category a {
	display: block;
	margin-bottom: -2px;
	font: .7em Optima;
	letter-spacing: 1px;
}

#video_category div.category h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font: .8em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding-top: 10px;
}
div.category{
	font: small-caps bold 1.45em Optima, Century, Georgia;
	position: relative;

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

#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 {
	height: 537px;
	width: 496px;
	position: relative;
	float: right;
	right: 150px;
	top: 70px;
	background: url(../img/video-board.jpg) no-repeat;
}

#view img {
	position: relative;
	left: 20px;
	top: 12px;
}

div#description {
	line-height: 1.2em;
	width: 434px;
	color: #242421;
	position: relative;
	left: 10px;
	top: 13px;
	height: 352px;
	overflow: auto;
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 20px;
}

div#instructions {
	position: relative;
	top: 40px;
	text-align: center;
	font-size: 1.25em;
	font-style: italic;
}

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


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