/*QS Template {{{black style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #000;
	text-align: left;
	font: 14px Helvetica, Arial, sans-serif;
	}

.container {
	position:relative;
	background: url(images/header_day.jpg) 0 0 repeat-x;
	}	
	
#header h1 {
	background: url(images/eagle_day.png) 0 0 no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 34px;
	height: 150px;
	text-align: center;
	color: black;
	}
	
/*--- IE 7 hack ---
#header h1 {
	*height: 150px;
	*line-height: 40px;
	*padding: 0;
	}*/
/*--- IE 6 hack ---*/	
* html #header h1 {
	background: url(images/eagle_day.gif) 0 0 no-repeat;
	}	
	
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 15px 0;
	}
	
#nav_wrap.nav_wrap {
	position: relative;
	}	
	
.menu1 ul {
	border-top: 5px solid black;
	list-style-type: none;
	text-align: center;
	}
	
.menu1 ul li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	color: black;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	padding: 5px;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	color: black;
	}
		
.content {
	margin: 25px 0 20px 0;
	padding: 0 10px 105px 10px;
	border-bottom: 5px solid black;
	/*background: url(images/kite_bg.gif) bottom left repeat-x;*/
	}	
	
.content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	}	
	
#footer.footer {
	color: black;
	padding: 0 0 10px 15px;
	font-size: 14px;
	}	
	