/*Generic Template {{{white style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: black url(images/body_bg.jpg) 0 0 repeat;
	padding: 0 0 5px 0;
	color: #eee;
	font: 12px normal Verdana, Arial, sans-serif;
	}

#qs_template.container {
	width: 760px;
	margin: 0 auto;
	}	
	
#qs_template #header h1 {
	background: white url(images/header_white.jpg) 0 0 no-repeat;
	/*font-family: "Courier New", serif;*/
	font-size: 30px;
	text-align: center;
	color: brown;
	padding: 200px 0 0 0;
	border: 1px solid black;
	}
	
#qs_template h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 15px 0;
	}
	
#qs_template .menu1 {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: url(images/nav_bg.jpg) 0 0 repeat-x;
	}	
	
#qs_template .menu1 ul {
	list-style-type: none;
	padding: 5px;
	text-align: center;
	}
	
#qs_template .menu1 li {
	list-style-type: none;
	display: inline;
	}
	
#qs_template .menu1 ul a {
	display: inline;
	color: black;
	text-decoration: none;
	margin: 0 5px;
	}		
	
#qs_template .menu1 ul a:hover {
	/*color: orange;*/
	text-decoration: underline;
	}
		
#qs_template .content {
	padding: 25px 10px 150px 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: black;

	}	
	
#qs_template .content p {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	color: #eee;
	}	
	
#qs_template .content img {
	border: 2px solid black;
	}
	
#qs_template .footer {
	padding: 15px 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}	
