* { margin: 0; padding: 0; border: 0; }
	
body {
	color: #171F25;
	text-align: left;
	font: 12px Verdana, Arial, sans-serif;
	background: #15253D url(images/bg.gif) top center no-repeat;
	margin-top: 176px;
	}

.container {
	position: relative;
	width: 847px;
	margin: 0 auto;
	background: #decfc6 url(images/green.gif) top no-repeat;
	_left: 1px;
	}	
	
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	}
	
#header h1{
	color: #DADADA;
	text-align: left;
	position: absolute;
	top: -40px;
	left: 20px;
	}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	padding: 10px 0 10px 0;
	}
	
.menu1 ul {
	padding-left: 10px;
	list-style-type: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 33px;
	left: 0;
}

.menu1 ul li { display: inline; }

.menu1 ul li a {
	padding: 20px 10px 0 10px;
	text-decoration: none;
	color: #DBDBDB;
	display: block;
	float: left;
	height: 56px;
}

.menu1 ul li a:hover {
	padding: 20px 10px 0 10px;
	text-decoration: none;
	color: #DBDBDB;
	display: block;
	float: left;
	background: url(images/green_hover.gif) top repeat-x;
	height: 56px;
}
		
.content {
	padding: 120px 20px 0 20px;
	}	
	
.content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	padding-bottom: 10px;
	}	
	
#footer.footer {
	font-weight: bold;
	padding: 20px;
	background: url(images/bottom.gif) bottom no-repeat;
	}
	
.content ul {
	padding-left: 15px;
	}
