/*QS Template {{{black style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	height: auto;
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	padding: 5px 0;
	}

.container {
	width: 800px;
	margin: 0 auto;
	height: 100%;
	}	
	
.content_wrap {
	width: 800px;
	float: left;
	}	
	
#header {
	display: block;
	float: left;
	width: 800px;
	height: 300px;
	background: url(images/black_01.jpg) 0 0 no-repeat;
	}	
	
#header h1 {
	font-size: 50px;
	color: black;
	border: none;
	width: 480px;
	text-align: center;
	padding-top: 100px;
	} 
	
.subtitle {
	display: block;
	border: none;
	width: 750px;
	float: left;
	height: 20px;
	padding: 15px 20px;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	color: #000;
	border-bottom: 1px solid black;
	} 
	
a {	
	color: black;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	width: 800px;
	float: left;
	clear: both;
	height: 72px;
	background: url(images/black_03.jpg) 0 0 no-repeat;
	}	
	
.menu1 ul {
	float: left;
	margin: 14px 30px;
	border-left: 1px solid #ccc;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #ccc;
	padding: 15px 5px;
	float: left;
	height: 17px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	background-color: #ccc;
	color: #000;
	}
	
.menu {
	width: 800px;
	clear: both;
	height: 150px;
	}
	
.menu ul {
	text-align: center;
	padding: 50px 20px;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu ul a {
	text-decoration: none;
	padding: 5px;
	color: black;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 800px;
	clear: both;
	float: left;
	background: url(images/black_13.jpg) 0 0 repeat-y;
	}		
	
.content_text {
	width: 750px;
	min-height: 300px;
	_height: 300px;
	float: left;
	padding: 20px;
	background: url(images/black_11.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;
	color: black;
	}	
	
