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

body{
	width: 1024px;
	position: relative;

	left: 50%;
	
	margin-left: -512px;
	font-family: Optima, Verdana, Arial, Helvetica;
	color: #242424;
	background-color: #0b0a00;
}

#header {

	height: 580px;
	width: 1024px;
	background: url(../img/home_2.jpg) no-repeat;
	font: .9em Optima;
}

#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: 550px;
}


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



div#quote {
	position: relative;
	float: left;
	width: 286px;
	text-align: right;
	color: #2b2a23;
	top: 20px;
	left: 20px;
	font: 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#description {
	line-height: 1.2em;
	position: absolute;
	width: 600px;
	color: #585751;
	left: 375px;
}

div#title {
	color: #476632;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 7px;
	font: 100 1.8em Palatino, Century;
}

div#col1 {
	width: 310px;
	padding-right: 20px;
	display: block;
	position: absolute;
	line-height: 1.45em;
}

div#col2 {
	width: 310px;
	padding-right: 20px;
	position: absolute;
	left: 330px;
	line-height: 1.45em;
}

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

	padding-top: 20px;

	height: 50px;
	width: 1024px;
	color: #22211a;
}
