/*Generic Template {{{darkkhaki style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body{	
	min-height: 100%;
	#height: 100%;
	_height: 100%;		
	}
	
body {
	color: #000;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: 5px 0;
	background: #fff url(images/darkkhaki_bg.jpg) 0 0 repeat;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px 0 5px 5px;
	}

.container {
	width: 850px;
	margin: 0 auto;
	background: url(images/darkkhaki_03.jpg) 0 0 repeat-y;
	border: 1px solid #000;
	}
	
#header {	
	width: 100%;
	height: 200px;
	background: url(images/darkkhaki_01.jpg) 0 0 no-repeat;
	}
	
#header h1 {
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: lighter;
	padding-right: 10px;
	border: none;
	display: block;
	text-align: right;
	}
	
.subtitle {
	border: none;
	color: brown;
	padding-right: 10px;
	display: block;
	text-align: right;
	}
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: brown;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover {
	text-decoration: none;
	}
	
.menu1 {
	height: 30px;
	background-color: #000;
	opacity: .60;
	}		
	
.menu1 ul {
	list-style-type: none;
	float: left;
	}	
	
.menu1 li {
	display: block;
	float: left;
	list-style-type: none;
	}	
	
.menu1 ul a {
	color: #fff;
	float: left;
	padding: 8px 5px;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #454545;
	}				
	
.menu1 ul a:hover {
	text-decoration: underline;
	}

.menu {
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
	}
	
.menu ul {
	list-style-type: none;
	padding: 0 10px;
	text-align: center;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	color: brown;
	text-decoration: none;
	border-bottom: 1px solid brown;
	padding-bottom: 1px;
	font-size: 11px;
	margin: 5px 3px;
	display: inline;
	}
	
.menu ul a:hover {
	text-decoration: none;
	border-bottom: none;
	}

/*-- end of menus --*/	
		
.content_wrap {
	
	}		
	
.content {
	background: url(images/darkkhaki_02.jpg) 0 0 no-repeat;
	width: 100%;
	}
	
.content_text {
	width: 720px;
	margin: 0 auto;
	min-height: 500px;
	_height: 500px;
	padding: 10px 0;
	clear: both;
	word-wrap: break-word;
	}			
	
.content_text ul {
	padding-left: 15px;
	padding-top: 5px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	padding: 5px 0;
	line-height: 1.5em;
	}	
	
.footer {
	text-align: center;
	padding: 20px 0 45px 0;
	clear: both;
	height: 75px;
	background: url(images/darkkhaki_04.jpg) bottom left no-repeat;
	}	
	