* {
	padding: 0px;
	margin: 0px;
	border: 0px;	
}
		
body {
	font-family: Verdana, Sans-Serif;
	font-size: small;
	background-image: url('../images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
			
#top {
	position: absolute;
	z-index: 2;
	height: 270px;
	width: 880px;
	left: 50%;
	margin-left: -440px;
}
		
#content-wrap {
	z-index: 1;
	position: absolute;
	top: 250px;
	width: 880px;
	left: 50%;
	margin-left: -440px;
	margin-bottom: 65px;
	padding-bottom: 65px;
}
			
#content {

}
			
#bottom {
	border-top: 1px solid #000000;
}
			
#footer_links ul {

}
			
#footer_links ul > li {
	display: inline;
	margin-left: 0px;
	margin-right: 2em;
}

.light a {
	color: #AAAAAA;
}

a {
	color: #555555;
}

a:hover {
	color: #222222;
}