/*QS Template {{{tan style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Helvetica,Verdana, Arial, Helvetica, sans-serif;
	background: #381a14 url(images/tan_01.jpg) 0 0 repeat-x fixed;
	padding: 20px 0;
	}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	}	
	
.content_wrap {
	width: 960px;
	float: left;
	background-color: #897769;
	border: 1px solid #000;
	}	
	
#header {
	display: block;
	height: 353px;
	width: 930px;
	padding: 0 15px;
	float: left;
	background: url(images/tan_04.jpg) 0 0 no-repeat;
	}	
	
#header h1 {
	font-size: 45px;
	border: none;
	color: #3d352f;
	background: none;
	padding-top: 20px;
	text-transform: uppercase;
	} 
	
.subtitle {
	border: none;
	color: #000;
	background: none;
	border: none;
	}	
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	border-bottom: 1px solid #574b43;
	} 
	
a {	
	color: #574b43;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	
	
#LB_content .album a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 960px;
	min-height: 33px;
	_height: 33px;
	background: url(images/tan_06.jpg) 0 0 repeat;
	}	
	
.menu1 ul {
	float: left;
	width: 956px;
	padding: 2px;
	}
	
.menu1 li {
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #bfc0bb;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 5px 10px;
	height: 17px;
	text-align: center;
	border-right: 1px solid #574b43;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	float: left;
	width: 960px;
	height: 51px;
	background: url(images/tan_09.jpg) 0 0 no-repeat;
	}
	
.menu ul {
	float: left;
	}
	
.menu li {
	list-style-type: none;
	display: block;
	float: left;
	}
	
.menu ul a {
	text-decoration: underline;
	color: #fff;
	padding: 15px 7px;
	float: left;
	text-align: center;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/			
		
.content {
	width:  960px;
	float: left;
	clear: both;
	background: url(images/tan_07.jpg) 0 0 no-repeat;
	padding-top: 20px;
	}		
	
.content_text {
	width: 940px;
	padding: 5px 10px;
	min-height: 450px;
	_height: 45px;
	float: left;
	clear: both;
	background: url(images/tan_08.jpg) bottom left no-repeat;
	}
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}		
	
.content p {
	padding-bottom: 10px;
	line-height: 1.5em;
	}	
	
.content_text img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	font-weight: bold;
	float: left;
	padding-top: 10px;
	}	
	
