/*QS Template {{{papayawhip style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: Helvetica,Verdana, Arial, Helvetica, sans-serif;
	background-color: #c7c5b5;
	}

.container {
	width: 920px;
	margin: 0 auto;
	position: relative;
	}	
	
.content_wrap {
	width: 920px;
	float: left;
	background: url(images/papayawhip_06.jpg) 0 0 repeat-y;
	}	
	
#header {
	display: block;
	height: 315px;
	width: 880px;
	float: left;
	padding: 0 20px;
	text-align: right;
	background: url(images/papayawhip_03.jpg) 0 0 no-repeat;
	}	
	
#header h1 {
	font-size: 45px;
	border: none;
	color: papayawhip;
	background: none;
	padding-top: 200px;
	text-transform: uppercase;
	} 
	
.subtitle {
	border: none;
	color: #fff;
	background: none;
	border: none;
	}	
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	border-bottom: 1px solid #6b6a61;
	} 
	
a {	
	color: #6b6a61;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	
	
#LB_content .album a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 920px;
	padding: 5px 0;
	min-height: 50px;
	_height: 60px;
	background: url(images/papayawhip_05.jpg) 0 0 repeat;
	}	
	
.menu1 ul {
	float: left;
	width: 900px;
	margin-left: 10px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #d8d5c5;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #000;
	float: left;
	padding: 15px 5px;
	width: 80px;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid papayawhip;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	float: left;
	width: 500px;
	height: 50px;
	}
	
.menu ul {
	float: left;
	width: 500px;
	}
	
.menu li {
	list-style-type: none;
	display: block;
	float: left;
	}
	
.menu ul a {
	text-decoration: underline;
	color: #000;
	padding: 10px 5px;
	float: left;
	text-align: center;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/	
		
.footer_contain {
	width: 900px;
	padding: 0 10px;
	float: left;
	clear: both;
	}		
		
.content {
	width:  920px;
	float: left;
	clear: both;
	padding-top: 5px;
	padding-bottom: 20px;
	background: url(images/papayawhip_08.jpg) bottom left no-repeat;
	}		
	
.content_text {
	width: 860px;
	padding: 5px 10px;
	margin-left: 20px;
	min-height: 450px;
	_height: 45px;
	float: left;
	clear: both;
	background-color: #c7c5b5;
	border: 1px solid #000;
	}	
	
.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;
	text-align: center;
	float: right;
	padding-top: 10px;
	width: 400px;
	}	
	
