 <style>
/*QS Template {{{sienna style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	/*background: #C6B17C url(images/left_border_sienna.jpg) no-repeat fixed;*/
	background-color: #C6B17C; 
	color: black;
	font: 12px normal Arial, Helvetica, sans-serif;
	}

#qs_template.container {
	/*background: #C6B17C url(images/header.gif) 0 0 repeat-x;*/
	/*margin-left: 150px;*/ 
	}	

#qs_template .headerImg {
	position: absolute;
	top: 10px;
	right: 0;
	}
/*--- IE 6 hack -----
*html #qs_template .headerImg {	
	top: 30px;
}*/

#qs_template #header h1 {
	font-family: Tahoma, Arial cursive;
	font-style:italic;
	/*background: url(images/oak.jpg) 0 0 no-repeat;*/
	font-size: 36px;
	font-weight: bold;
	color: black;
	/*padding-top: 115px;*/
	/*height: 235px;*/
	text-align: center;
	}

#qs_template h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em normal;
	margin: 15px 0;
	}
	
#qs_template .menu1 ul {
	border-top: 5px solid black;
	list-style-type: none;
	text-align: center;
	}
	
#qs_template .menu1 ul li {
	list-style-type: none;
	display: inline;
	}
	
#qs_template .menu1 ul a {
	display: inline;
	color: white;
	font-size: 1.2em;
	text-decoration: none;
	padding: 5px 5px 10px 5px;
	background-color: black;
	}	
	
#qs_template .menu1 ul a:hover {
	text-decoration: none;
	color: black;
	background-color: white;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	}
		
#qs_template .content {
	/*margin: 35px 0 10px 0;*/
	padding: 0 10px 15px 10px;
	border-bottom: 5px solid black;
	background: url(images/content_sienna.jpg) bottom left repeat-x;
	}	
	
#qs_template .content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	/*margin-bottom: 10px;*/
	}	
	
#qs_template #footer.footer {
	color: black;
	padding: 0 0 10px 15px;
	font-size: 1.4em;
	}	
	

</style>
