/*QS Template {{{red style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e1e1e1 url(images/red_bg.jpg) 0 0 repeat fixed;
	}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
	}	
	
.content_wrap {
	width: 960px;
	float: left;
	}	
	
#header {
	display: block;
	float: left;
	width: 910px;
	height: 239px;
	position: relative;
	padding: 0 25px;
	text-align: center;
	background: url(images/content_03.png) 0 0 no-repeat;
	}	
	
.flash {
	height: 300px;
	width: 300px;
	float: left;
	}		
	
#header h1 {
	font-size: 55px;
	border: none;
	color: #911c1c;
	background: none;
	text-transform: uppercase;
	padding-top: 50px;
	} 
	
.subtitle {
	color: black;
	background: none;
	border: none;
	}	
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border-bottom: 1px solid #911c1c;
	} 
	
a {	
	color: #911c1c;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	
	
#LB_content .album a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 910px;
	position: absolute;
	bottom: 0;
	left: 20px;
	}	
	
.menu1 ul {
	float: left;
	padding: 2px 5px 5px 20px;
	border-bottom: 1px solid #b9acb6;
	border-right: 1px solid #b9acb6;
	margin-left: 10px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 0 5px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	width: 920px;
	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: #fff;
	padding: 10px 5px;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/		
		
.content {
	width:  920px;
	float: left;
	background: url(images/content_05.png) 0 0 repeat-y;
	padding: 0 20px;
	}		
	
.content_text {
	width: 870px;
	padding: 25px 25px 140px 25px;
	float: left;
	clear: both;
	}	
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}		
	
.content p {
	padding-bottom: 10px;
	line-height: 1.7em;
	}	
	
.content_text img {
	margin: 5px 5px 5px 0;
	}	
		
.footer_container {
	width: 920px;
	padding: 0 20px;
	background: url(images/content_06.png) 0 0 no-repeat;
	height: 201px;
	float: left;
	}
		
.footer {
	font-weight: bold;
	text-align: center;
	color: #fff;
	clear: both;
	padding-top: 20px;
	}	
	
