/*QS Template {{{indianred 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: Verdana, Arial, sans-serif;
	padding: 10px 0;
	background: #fff;
	}

.container {
	width: 776px;
	margin: 0 auto;
	height: 100%;
	}	
	
.content_wrap {
	width: 776px;
	float: left;
	}	
	
#header {
	display: block;
	height: 300px;
	background: url(images/indianred_02.jpg) bottom left no-repeat;
	padding: 0 25px;
	}	
	
#header h1 {
	font-size: 40px;
	border: none;
	color: #fff;
	color: indianred;
	} 
	
.subtitle {
	display: block;
	border: none;
	color: #000;
	padding: 0;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	} 
	
a {	
	color: indianred;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 776px;
	height: 29px;
	background: url(images/indianred_04.jpg) 0 0 no-repeat;
	}	
	
.menu1 ul {
	text-align: center;
	float: left;
	padding: 0 15px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #a33630;
	}
		
.menu1 ul a {
	text-decoration: none;
	padding: 8px 5px;
	float: left;
	color: #fff;
	border-right: 1px solid #c34139;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	color: pink;
	}
	
.menu {
	float: left;
	clear: both;
	padding-left: 20px;
	}
	
.menu ul {
	float: right;
	padding-right: 25px;
	}
	
.menu li {
	float: left;
	display: block;
	}
	
.menu ul a {
	float: left;
	text-decoration: underline;
	padding: 5px;
	color: #000;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/	
		
.content {
	width: 776px;
	clear: left;
	float: left;
	background: url(images/indianred_06.jpg) 0 0 repeat-y;
	}		
	
.content_text {
	width: 740px;
	min-height: 400px;
	_height: 400px;
	clear: both;
	padding: 25px 18px 0 18px;
	clear: left;
	background: url(images/indianred_05.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;
	padding-top: 22px;
	background: url(images/indianred_08.jpg) bottom left no-repeat;
	height: 76px;
	}	
	
