/*QS Template {{{orchid style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: Helvetica,Verdana, Arial, Helvetica, sans-serif;
	background: url(images/orchid_01.jpg) bottom left repeat-x fixed;
	}

.container {
	width: 940px;
	margin: 0 auto;
	position: relative;
	}	
	
.content_wrap {
	width: 940px;
	float: left;
	}	
	
#header {
	display: block;
	width: 920px;
	float: left;
	padding: 0 10px;
	}	
	
.flash {
	height: 270px;
	width: 940px;
	clear: both;
	border: 1px solid #824068;
	}	
	
#header h1 {
	font-size: 55px;
	border: none;
	color: orchid;
	background: none;
	text-transform: uppercase;
	} 
	
.subtitle {
	border: none;
	color: black;
	background: none;
	border: none;
	}	
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border-bottom: 1px solid orchid;
	} 
	
a {	
	color: #824068;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	
	
#LB_content .album a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	clear: both;
	width: 920px;
	margin-left: 10px;
	min-height: 52px;
	_height: 52px;
	}	
	
.menu1 ul {
	float: left;
	width: 920px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 3px;
	background: url(images/orchid_07.jpg) top right repeat;
	padding-right: 15px;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 15px 0 15px 15px;
	width: 72px;
	height: 22px;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	background: url(images/orchid_06.jpg) 0 0 repeat;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	font-size: 11px;
	}
	
.menu {
	width: 900px;
	margin-left: 10px;
	margin-top: 30px;
	}
	
.menu ul {
	list-style-type: none;
	text-align: center;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	text-decoration: underline;
	color: #000;
	padding: 10px 5px;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/			
		
.content {
	width:  940px;
	float: left;
	clear: both;
	padding-bottom: 20px;
	background: url(images/content.png) 0 0 repeat-y;
	}		
	
.content_text {
	width: 900px;
	padding: 5px 20px;
	min-height: 400px;
	_height: 400px;
	float: left;
	clear: both;
	}	
	
.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;
	padding-top: 50px;
	}	
	
