/*QS Template {{{linen style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: Helvetica,Verdana, Arial, Helvetica, sans-serif;
	background: #94918e url(images/linen_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: #e1dcd8;
	border: 1px solid #000;
	}	
	
#header {
	display: block;
	height: 353px;
	width: 930px;
	padding: 0 15px;
	float: left;
	background: url(images/linen_04.jpg) 0 0 no-repeat;
	}	
	
#header h1 {
	font-size: 45px;
	border: none;
	color: #615f5d;
	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 #595957;
	} 
	
a {	
	color: #595957;
	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/linen_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: #615f5d;
	float: left;
	padding: 5px 10px;
	height: 19px;
	text-align: center;
	border-right: 1px solid linen;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	float: left;
	width: 960px;
	height: 51px;
	background: url(images/linen_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: #000;
	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/linen_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/linen_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;
	}	
	

