/*QS Template {{{gray 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: Verdana, Arial, sans-serif;
	background: #454545;
	padding: 10px 0;
	}

.container {
	width: 770px;
	margin: 0 auto;
	height: 100%;
	}	
	
.content_wrap {
	width: 770px;
	float: left;
	border: 1px solid gray;
	}	
	
#header {
	display: block;
	height: 150px;
	background: url(images/gray_01.jpg) 0 0 no-repeat;
	padding: 0 25px;
	clear: left;
	}	
	
#header h1 {
	font-size: 50px;
	border: none;
	color: gray;
	padding-top: 30px;
	text-align: center;
	} 
	
.subtitle {
	display: block;
	border: none;
	color: #fff;
	text-align: center;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px 0;
	} 
	
a {	
	color: gray;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	width: 770px;
	height: 40px;
	float: left;
	background: url(images/gray_02.jpg) 0 0 no-repeat;
	/*border-top: 1px solid gray;
	border-bottom: 1px solid gray;*/
	}	
	
.menu1 ul {
	float: left;
	padding: 0 5px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	/*border-right: 1px solid gray;*/
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	padding: 15px 5px 10px 5px;
	float: left;
	height: 15px;
	font-size: 10px;
	font-weight: bold;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	width: 770px;
	clear: both;
	height: 50px;
	background: url(images/gray_05.jpg) bottom left no-repeat;
	}
	
.menu ul {
	float: left;
	padding: 10px 10px 0 10px;	
	}
	
.menu li {
	display: block;
	list-style-type: none;
	float: left;
	}
	
.menu ul a {
	text-decoration: none;
	padding: 10px 5px;
	float: left;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 770px;
	clear: left;
	float: left;
	padding-top: 60px;
	background: url(images/gray_03.jpg) 0 0 no-repeat;
	}		
	
.content_text {
	width: 730px;
	height: 735px;
	clear: both;
	overflow: auto;
	padding: 10px 20px 0 20px;
	clear: left;
	background: url(images/gray_04.jpg) 0 0  no-repeat;
	}	
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}		
	
.content p {
	padding-bottom: 10px;
	line-height: 1.4em;
	}	
	
img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	clear: both;
	font-weight: bold;
	text-align: center;
	height: 30px;
	background-color: black;
	}	
	
