/*QS Template {{{gainsboro style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/gainsboro_01.jpg) 0 0 repeat-x;
	}

.container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	}	
	
.content_wrap {
	width: 950px;
	float: left;
	}	
	
#header {
	display: block;
	height: 300px;
	width: 950px;
	float: left;
	background: url(images/gainsboro_05.jpg) 0 0 no-repeat;
	}	
	
#header h1 {
	font-size: 50px;
	border: none;
	color: #383838;
	background: none;
	padding: 30px 20px 10px 20px;
	} 
	
.subtitle {
	color: #000;
	background: none;
	border: none;
	padding: 10px 20px;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	border-bottom: 1px solid #595959;
	} 
	
a {	
	color: #595959;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 950px;
	background: url(images/gainsboro_03.jpg) 0 0 no-repeat;
	height: 50px;
	}	
	
.menu1 ul {
	float: left;
	width: 950px;
	padding-top: 13px;
	padding-left: 20px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #f5f5f5;	
	}
		
.menu1 ul a {
	text-decoration: none;
	color: gray;
	font-size: 12px;
	text-transform: lowercase;
	float: left;
	text-align: center;
	padding: 10px 5px 13px 5px;
	border-right: 1px solid #dbdbdb;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	color: #595959;
	}
	
.menu {
	float: left;
	width: 950px;
	height: 40px;
	background: url(images/gainsboro_08.jpg) 0 0 no-repeat;
	}
	
.menu ul {
	float: left;
	width: 950px;
	padding-left: 20px;
	}
	
.menu li {
	list-style-type: none;
	display: block;
	float: left;
	}
	
.menu ul a {
	text-decoration: none;
	color: #383838;
	float: left;
	font-size: 12px;
	text-align: center;
	text-transform: lowercase;
	padding: 0 5px;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 950px;
	float: left;
	background: url(images/gainsboro_07.jpg) 0 0 repeat-y;
	}		
	
.content_text {
	width: 900px;
	min-height: 475px;
	_height: 475px;
	float: left;
	clear: both;
	padding: 25px;
	background: url(images/gainsboro_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;
	}	
	
