/*QS Template {{{olivedrab style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	}	
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	padding: 5px 0;
	background-color: #4e4f2f;
	}

.container {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	}	
	
.content_wrap {
	width: 800px;
	float: left;
	background: #606139 url(images/olivedrab_03.jpg) bottom left no-repeat;
	border: 5px solid #000;
	}	
	
#header {
	display: block;
	float: left;
	background: url(images/olivedrab_01.jpg) 0 0 no-repeat;
	min-height: 370px;
	_height: 370px;
	width: 800px;
	}	
	
#header h1 {
	font-size: 35px;
	width: 390px;
	float: right;
	padding: 0 10px 0 0;
	color: #000;
	}
	
.subtitle	{
	display: block;
	width: 390px;
	float: right;
	clear: right;
	padding: 0;
	color: #9ea15f;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px 0;
	} 
	
a {
	color: #9ea15f;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	

/*////menus____*/
	
.menu1 {
	float: right;
	width: 300px;
	clear: right;
	margin-right: 90px;
	margin-top: 
	}	
	
.menu1 ul {
	float: left;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	}
		
.menu1 ul a {
	float: left;
	color: #9ea15f;
	text-decoration: none;
	text-align: center;
	padding: 10px 5px;
	width: 290px;
	border-bottom: 1px solid black;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	float: left;
	clear: both;
	padding-top: 20px;
	width: 800px;
	}
	
.menu ul {
	float: left;
	padding-bottom: 10px;
	padding-right: 15px;
	}
	
.menu li {
	float: left;
	display: block;
	margin: 0 5px;
	}
	
.menu ul a {
	float: left;
	text-decoration: none;
	color: #9ea15f;
	font-size: 11px;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 800px;
	float: left;
	}		
	
.content_text {
	width: 780px;
	padding: 10px;
	min-height: 350px;
	_height: 350px;
	float: left;
	}		
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}	
	
.content_text a {
	font-weight: bold;
	}	
	
.content p {
	margin-bottom: 10px;
	}	
	
img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	padding: 20px 0;
	text-align: center;
	clear: both;
	width: 800px;
	height: 25px;
	}	
	
