/*QS Template {{{firebrick style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ccc url(images/firebrick_01.jpg) 0 0 repeat-x;
	}

.container {
	width: 970px;
	margin: 0 auto;
	position: relative;
	}	
	
.content_wrap {
	width: 970px;
	float: left;
	}	
	
#header {
	display: block;
	float: left;
	width: 970px;
	position: relative;
	text-align: center;
	}	
	
.flash {
	height: 276px;
	width: 970px;
	float: left;
	}		
	
#header h1 {
	font-size: 55px;
	border: none;
	color: firebrick;
	background: none;
	text-transform: uppercase;
	padding: 15px 5px;
	} 
	
.subtitle {
	color: #fff;
	background: none;
	border: none;
	width: 970px;
	position: absolute;
	bottom: 0px;
	left: 0;

	}	
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border-bottom: 1px solid #f98989;
	} 
	
a {	
	color: #f98989;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	
	
#LB_content .album a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 970px;
	background: url(images/firebrick_06.png) 0 0 no-repeat;
	_background: url(images/firebrick_06.gif) 0 0 no-repeat;
	padding-top: 10px;
	min-height: 34px;
	_height: 34px;
	}	
	
.menu1 ul {
	float: left;
	padding: 0 15px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #480000;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 5px 5px 16px 5px;
	min-width: 80px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid #953e3e;
	}		
	
.menu1 ul a:hover {
	color: #f98989;
	}
	
.menu {
	width: 970px;
	position: absolute;
	bottom: 5px;
	left: 0;
	}
	
.menu ul {
	list-style-type: none;
	padding: 0 25px;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	text-decoration: underline;
	color: #f98989;
	padding: 0 5px;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/		
		
.content {
	width:  970px;
	float: left;
	background: url(images/firebrick_07.png) 0 0 no-repeat;
	_background: url(images/firebrick_07.gif) 0 0 no-repeat;
	padding-top: 10px;
	}		
	
.content_text {
	width: 920px;
	padding: 5px 25px 30px 25px;
	min-height: 420px;
	_height: 420px;
	float: left;
	clear: both;
	background: url(images/firebrick_08.png) 0 0 repeat-y;
	_background: url(images/firebrick_08.gif) 0 0 repeat-y;
	position: relative;
	}	
	
.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: #fff;
	padding-top: 10px;
	height: 40px;
	width: 970px;
	clear: both;
	background: url(images/firebrick_10.png) 0 0 no-repeat;
	_background: url(images/firebrick_10.gif) 0 0 no-repeat;
	}	
	

