/*Generic Template {{{darkgoldenrod style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body{	
	min-height: 100%;
	#height: 100%;
	_height: 100%;		
	}
	
body {
	color: darkgoldenrod;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	background: #000 url(images/darkgoldenrod_bg.jpg) 0 0 repeat;
	}

h1,h2,h3,h4,h5,h6 {
	border-bottom: 1px dashed #9f8a26;
	margin: 5px 0;
	}

.container {
	width: 850px;
	margin: 0 auto;
	}
	
#header {	
	height: 200px;
	background: url(images/darkgoldenrod_01.gif) 0 0 no-repeat;
	}
	
#header h1 {
	font-size: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: lighter;
	display: block;
	background: none;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 25px;
	border: none;
	}
	
.subtitle {
	display: block;
	background: none;
	margin: 0;
	padding-left: 15px;
	border: none;
	}
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: white;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
.menu1 {
	width: 123px;
	float: left;
	background: url(images/darkgoldenrod_05.jpg) 0 0 repeat-y;
	}		
	
.menu1 ul {
	list-style-type: none;
	}	
	
.menu1 li {
	display: block;
	list-style-type: none;
	border-bottom: 1px solid #9f8a26;
	}
	
.menu1 ul a {
	color: darkgoldenrod;
	display: block;
	text-decoration: none;
	padding: 7px 5px 7px 40px;
	}				
	
.menu1 ul a:hover {
	text-decoration: none;
	background: url(images/darkgoldenrod_03.jpg) left center no-repeat;
	}

.menu {
	margin-bottom: 20px;
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #9f8a26;
	}
	
.menu ul {
	list-style-type: none;
	padding: 0 10px;
	text-align: center;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	color: darkgoldenrod;
	text-decoration: none;
	font-size: 11px;
	margin: 5px 3px;
	border-bottom: 1px solid darkgoldenrod;
	padding-bottom: 1px;
	display: inline;
	}
	
.menu ul a:hover {
	text-decoration: none;
	border-bottom: none;
	}

/*-- end of menus --*/	
		
.content_wrap {
	float: left;
	width: 850px;
	background: url(images/darkgoldenrod_07.gif) 0 0 repeat-y;
	}		
	
.content {
	width: 836px;
	margin: 0 auto;
	border-top: 1px solid #9f8a26;
	}
		
.content_text {
	width: 700px;
	float: right;
	padding: 10px 6px;
	border-left: 1px solid #9f8a26;
	min-height: 400px;
	;
	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 {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 50px;
	padding-bottom: 20px;
	clear: both;
	background: url(images/darkgoldenrod_09.gif) bottom left no-repeat;
	}	
	