/*QS Template {{{darkred style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #fff;
	font-size: 12px;
	font-family: Helvetica,Verdana, Arial, Helvetica, sans-serif;
	background: #252525 url(images/darkred_bg.jpg) 0 0 repeat-x fixed;
	padding: 10px 0;
	}

.container {
	width: 940px;
	margin: 0 auto;
	position: relative;
	}	
	
.content_wrap {
	width: 940px;
	float: left;
	border: 1px solid #454545;
	background-color: #000;
	}	
	
#header {
	display: block;
	height: 300px;
	width: 940px;
	float: left;
	padding: 0 10px;
	text-align: center;
	background: url(images/darkred_04.jpg) 0 0 no-repeat;
	}	
	
.flash {
	height: 240px;
	width: 175px;
	float: left;
	margin-top: 10px;
	}	
	
#header h1 {
	font-size: 55px;
	border: none;
	color: #fff;
	background: none;
	text-transform: uppercase;
	float: right;
	width: 425px;
	margin-right: 30px;
	padding-top: 80px;
	} 
	
.subtitle {
	border: none;
	color: #252525;
	background: none;
	border: none;
	float: right;
	clear: right;
	width: 425px;
	margin-right: 30px;
	}	
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border-bottom: 1px solid #454545;
	} 
	
a {	
	color: darkred;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	
	
#LB_content .album a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 940px;
	min-height: 100px;
	_height: 100px;
	background: url(images/darkred_02.jpg) 0 0 repeat;
	}	
	
.menu1 ul {
	float: left;
	width: 900px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #240203;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 15px 5px;
	width: 84px;
	height: 70px;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid #6e0708;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	color: red;
	}
	
.menu {
	width: 940px;
	/*background-color: #1c0b0b;*/
	float: left;
	/*border-top: 1px solid darkred;*/	
	padding-top: 10px;
	}
	
.menu ul {
	list-style-type: none;
	text-align: center;
	height: 50px;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	text-decoration: underline;
	color: #fff;
	padding: 10px 5px;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/	
		
.footer_contain {
	width: 920px;
	padding: 0 10px;
	float: left;
	clear: both;
	}	
		
.content {
	width: 940px;
	float: left;
	clear: both;
	padding-bottom: 20px;
	padding-top: 60px;
	background: #000 url(images/darkred_05.jpg) 0 0 no-repeat;
	}		
	
.content_text {
	width: 900px;
	padding: 5px 20px;
	min-height: 300px;
	_height: 300px;
	float: left;
	clear: both;
	background: url(images/darkred_06.jpg) 0 0 no-repeat;
	}	
	
.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: right;
	/*background-color: #1c0b0b;*/
	padding-bottom: 20px;
	padding-right: 10px;
	}	
	
