/*QS Template {{{crimson style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	height: auto;
	}
	
body {
	color: #363636;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/crimson_bg.jpg) 0 0 repeat-x fixed;
	padding: 10px 0;
	}

.container {
	width: 900px;
	margin: 0 auto;
	height: 100%;
	}	
	
.content_wrap {
	width: 900px;
	float: left;
	background-color: #fff;
	border: 1px solid #000
	}	
	
#header {
	display: block;
	height: 239px;
	background: url(images/crimson_01.jpg) 0 0 no-repeat;
	padding: 0 25px;
	}	
	
#header h1 {
	font-size: 40px;
	border: none;
	color: crimson;
	text-align: right;
	float: right;
	width: 450px;
	} 
	
.subtitle {
	display: block;
	border: none;
	color: #fff;
	text-align: right;
	font-style: italic;
	margin: 0 auto;
	width: 380px;
	float: right;
	clear: right;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px 0;
	border-bottom: 1px solid crimson;
	} 
	
a {	
	color: crimson;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	width: 900px;
	float: left;
	height: 28px;
	margin-bottom: 20px;
	background: url(images/nav.jpg) 0 0 no-repeat;
	}	
	
.menu1 ul {
	float: left;
	padding: 0 5px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #5b5b5b;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 5px 5px 15px 5px;
	height: 8px;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #6d6d6d;	
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	width: 900px;
	clear: both;
	}
	
.menu ul {
	text-align: center;
	padding: 10px 20px;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu ul a {
	text-decoration: none;
	padding: 5px;
	color: #000;
	font-weight: bold;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 900px;
	float: left;
	}		
	
.content_text_wrap {
	width: 735px;
	height: 422px; 
	clear: both;
	padding-top: 20px;
	}	
	
.content_text {
	width: 860px; 
	min-height: 500px;
	_height: 500px;
	padding: 0 20px;
	word-wrap: break-word;
	}	
	
.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;
	color: crimson;
	font-weight: bold;
	text-align: center;
	padding-top: 35px;
	}	
	

