/*QS Template {{{goldenrod style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/goldenrod_bg_03.jpg) 0 0 repeat;
	}

.container {
	width: 100%;
	float: left;
	min-height: 1015px;
	background: url(images/goldenrod_bg_01.jpg) 0 0 no-repeat;
	}	
	
.content_wrap {
	width: 1000px;
	margin: 0 auto;
	}	
	
#header {
	display: block;
	float: left;
	width: 1000px;
	position: relative;
	height: 385px;
	background: url(images/goldenrod_02.png) 0 0 no-repeat;
	_background: url(images/goldenrod_02.gif) 0 0 no-repeat;
	}			
	
#header h1 {
	font-size: 75px;
	border: none;
	color: #c9a345;
	background: none;
	text-transform: uppercase;
	padding: 180px 25px 30px 25px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	} 
	
.subtitle {
	background: none;
	border: none;
	width: 1000px;
	position: absolute;
	bottom: 100px;
	left: 0;
	text-align: center;
	}	
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border-bottom: 1px solid #c9a345;
	} 
	
a {	
	color: #c9a345;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	
	
#LB_content .album a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 195px;
	padding-top: 69px;
	margin-left: 26px;
	_margin-left: 13px;
	background: url(images/goldenrod_07.png) 0 0 no-repeat;
	_background: url(images/goldenrod_07.gif) 0 0 no-repeat;
	}	
	
.menu1 ul {
	float: left;
	width: 195px;
	background: url(images/goldenrod_11.png) bottom left no-repeat;
	_background: url(images/goldenrod_11.gif) bottom left no-repeat;
	padding-bottom: 69px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	background: url(images/goldenrod_09.png) 0 0 repeat-y;
	_background: url(images/goldenrod_09.gif) 0 0 repeat-y;
	width: 195px;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 5px 10px;
	width: 157px;
	text-transform: lowercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #000;
	}		
	
.menu1 ul a:hover {
	background-color: #000;
	}
	
.menu {
	width: 1000px;
	float: left;
	clear: both;
	background: url(images/goldenrod_14.png) 0 0 no-repeat;
	_background: url(images/goldenrod_14.gif) 0 0 no-repeat;
	height: 127px;
	}
	
.menu ul {
	list-style-type: none;
	padding: 0 45px;
	width: 910px;
	text-align: right;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	text-decoration: underline;
	color: #fff;
	padding: 0 5px;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/		
		
.content {
	width: 1000px;
	float: left;
	background: url(images/content_13.png) 0 0 repeat-y;
	_background: url(images/content_13.gif) 0 0 repeat-y;
	}	
	
.content_contain {
	width: 1000px;
	float: left;
	background: url(images/goldenrod_04.png) 0 0 no-repeat;
	_background: url(images/goldenrod_04.gif) 0 0 no-repeat;
	padding-top: 40px;
	padding-bottom: 20px;
	}		
	
.content_text {
	width: 730px;
	min-height: 290px;
	_height: 290px;
	float: left;
	position: relative;
	margin-left: 15px;
	}	
	
.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;
	padding-top: 10px;
	width: 1000px;
	clear: both;
	color: #fff;
	}	
	
