/*QS Template {{{darkred style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #000;
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	background: #f3d592 url(images/darkred.jpg) 0 0 repeat-x fixed;
	}

.container {
	width: 980px;
	margin: 0 auto;
	}
	
.content_wrap {
	width: 980px;
	float: left;
	}	
	
#header {
	display: block;
	float: left;
	width: 980px;
	position: relative;
	height: 400px;
	background: url(images/darkred_02.png) 0 0 no-repeat;
	_background: url(images/darkred_02.gif) 0 0 no-repeat;
	}	
	
#header h1 {
	font-size: 65px;
	border: none;
	color: darkred;
	padding-top: 200px;
	width: 620px;
	padding-right: 60px;
	float: right;
	background: none;
	text-transform: uppercase;
	} 
	
.subtitle {
	background: none;
	border: none;
	width: 980px;
	position: absolute;
	top: 120px;
	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 darkred;
	} 
	
a {	
	color: darkred;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	
	
#LB_content .album a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	width: 980px;
	position: absolute;
	bottom: 0;
	left: 0;
	}	
	
.menu1 ul {
	float: left;
	padding-left: 60px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	}
		
.menu1 ul a {
	text-decoration: underline;
	color: darkred;
	float: left;
	padding: 5px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	}
	
.menu {
	width: 980px;
	float: left;
	background: url(images/darkred_05.png) 0 0 no-repeat;
	_background: url(images/darkred_05.gif) 0 0 no-repeat;
	height: 132px;
	}
	
.menu ul {
	list-style-type: none;
	float: left;
	padding-left: 60px;
	padding-top: 50px;
	}
	
.menu li {
	list-style-type: none;
	float: left;
	display: block;
	}
	
.menu ul a {
	text-decoration: underline;
	color: darkred;
	padding: 0 5px;
	float: left;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/		
		
.content {
	width:  980px;
	float: left;
	padding-top: 10px;
	background: url(images/content.png) 0 0 repeat-y;
	_background: url(images/content.gif) 0 0 repeat-y;
	}		
	
.content_text {
	width: 860px;
	padding: 0 60px;
	min-height: 200px;
	_height: 200px;
	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;
	height: 180px;
	padding-top: 20px;
	background: url(images/darkred_06.png) bottom left no-repeat;
	_background: url(images/darkred_06.gif) bottom left no-repeat;
	width: 980px;
	clear: both;
	}	
	

