/*QS Template {{{dimgray style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #363636 url(images/dimgray_bg.jpg) bottom left repeat-x fixed;
	padding: 5px 0;
	}

.container {
	width: 850px;
	margin: 0 auto;
	position: relative;
	}	
	
.content_wrap {
	width: 848px;
	float: left;
	border: 1px solid #000;
	}	
	
#header {
	display: block;
	width: 848px;
	height: 342px;
	float: left;
	background: url(images/dimgray_01.jpg) 0 0 no-repeat;
	}	
	
#header h1 {
	font-size: 40px;
	color: silver;
	background: none;
	border: none;
	padding: 0;
	font-weight: lighter;
	text-transform: uppercase;
	padding-left: 25px;
	} 
	
.subtitle {
	color: #fff;
	background: none;
	border: none;
	padding: 100px 0 0 85px;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	border-bottom: 1px solid dimgray;
	} 
	
a {	
	color: dimgray;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 828px;
	height: 75px;
	padding: 0 10px;
	background: url(images/dimgray_02.jpg) 0 0 no-repeat;
	}	
	
.menu1 ul {
	float: left;
	width: 848px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-left: 1px solid #000;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 30px 5px 5px 5px;
	height: 40px;
	text-align: center;
	border-left: 1px solid #3d3d3d;
	width: 70px;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	color: dimgray;
	background: url(images/dimgray_05.jpg) 0 0 repeat-x;
	}
	
.menu {
	width: 848px;
	height: 54px;
	background: url(images/dimgray_06.jpg) 0 0 no-repeat;
	float: left;
	}
	
.menu ul {
	text-align: center;
	float: left;
	margin-left: 40px;
	}
	
.menu li {
	display: block;
	float: left;
	list-style-type: none;
	}
	
.menu ul a {
	text-decoration: none;
	padding: 5px;
	color: #fff;
	float: left;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 848px;
	float: left;
	background: url(images/dimgray_04.jpg) 0 0 repeat-y;
	}		
	
.content_text {
	width: 788px;
	min-height: 400px;
	_height: 400px;
	padding: 20px 30px;
	float: left;
	background: url(images/dimgray_03.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: 20px;
	}	
	

