/*QS Template {{{firebrick style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	height: auto;
	}
	
body {
	color: #fff;
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	padding: 5px 0;
	background-color: #363636;
	}

.container {
	width: 780px;
	margin: 0 auto;
	height: 100%;
	}	
	
.content_wrap {
	width: 780px;
	float: left;
	border: 3px solid #1b1b1b;
	padding: 3px;
	}	
	
#header {
	display: block;
	float: left;
	width: 780px;
	height: 100px;
	background: url(images/firebrick_03.jpg) 0 0 no-repeat;
	}	
	
#header h1 {
	font-size: 50px;
	border: none;
	width: 545px;
	padding: 15px 10px 10px 10px;
	text-align: center;
	float: right;
	} 
	
.subtitle {
	display: block;
	border: none;
	width: 176px;
	float: left;
	padding: 40px 5px 15px 25px;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	border-bottom: 1px solid firebrick;
	} 
	
a {	
	color: firebrick;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	width: 216px;
	float: left;
	clear: both;
	min-height: 265px;
	_height: 265px;
	background: #1b1b1b url(images/firebrick_05.jpg) 0 0 no-repeat;
	}	
	
.menu1 ul {
	float: left;
	width: 196px;
	padding: 0 10px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	padding: 5px 0 5px 15px;
	border-bottom: 1px dotted firebrick;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: firebrick;
	padding: 1px 5px 1px 10px;
	float: left;
	font-weight: bold;
	width: 164px;
	border-left: 2px dotted firebrick;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	padding-left: 50px;
	width: 124px;
	}
	
.menu {
	width: 780px;
	clear: both;
	height: 48px;
	background: url(images/firebrick_08.jpg) 0 0 no-repeat;
	}
	
.menu ul {
	text-align: center;
	padding: 10px 20px;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu ul a {
	text-decoration: none;
	padding: 5px;
	color: #fff;
	font-weight: normal;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 780px;
	clear: both;
	float: left;
	}		
	
.content_text {
	width: 544px;
	min-height: 300px;
	_height: 300px;
	float: right;
	padding: 10px;
	background: url(images/firebrick_06.jpg) 0 0 no-repeat;
	}	
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}		
	
.content p {
	padding-bottom: 10px;
	line-height: 1.4em;
	}	
	
.content_text img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	clear: both;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	}	
	

