/*QS Template {{{darkgoldenrod style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000 url("images/bg.jpg") 0 0 repeat-x fixed;
	}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 25px;
	}	
	
.content_wrap {
	width: 960px;
	float: left;
	border: 1px solid #9b7929;
	}	
	
#header {
	display: block;
	float: left;
	width: 920px;
	padding: 0 20px;
	height: 250px;
	position: relative;
	background: url(images/darkgoldenrod_03.png) 0 0 no-repeat;
	}		
	
#header h1 {
	font-size: 60px;
	border: none;
	background: none;
	text-transform: uppercase;
	color: #613810;
	text-align: center;
	} 
	
.subtitle {
	color: black;
	background: none;
	border: none;
	position: absolute;
	bottom: 20px;
	color: #fff;
	left: 20px;
	width: 920px;
	}	
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border-bottom: 1px solid #9b7929;
	color: #9b7929;
	} 
	
a {	
	color: #9b7929;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	
	
#LB_content .album a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 960px;
	}	
	
.menu1 ul {
	float: left;
	width: 950px;
	padding: 0 5px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	}
		
.menu1 ul a {
	text-decoration: underline;
	color: #9b7929;
	float: left;
	padding: 10px 5px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: lowercase;
	}		
	
.menu1 ul a:hover {
	color: #613810;
	}
	
.menu {
	width: 960px;
	margin-top: 30px;
	margin-bottom: 20px;
	}
	
.menu ul {
	list-style-type: none;
	padding: 0 20px;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	text-decoration: underline;
	color: #9b7929;
	padding: 10px 5px;
	text-transform: lowercase;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/		
		
.content {
	width:  960px;
	float: left;
	background: url(images/content_05.png) 0 0 repeat-y;
	}		
	
.content_text {
	width: 920px;
	padding: 5px 25px;
	min-height: 550px;
	_height: 550px;
	float: left;
	clear: both;
	}	
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}		
	
.content p {
	padding-bottom: 10px;
	line-height: 1.5em;
	}	
	
.content_text img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	font-weight: bold;
	text-align: center;
	color: #9b7929;
	padding-top: 20px;
	width: 960px;
	clear: both;
	}	
	

