body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

h1 {
	color: #8cc63f;
	font-size: 24px;
	font-weight: bold;
}

img {
	border: none;
}

#banner {
	height: 90px;
	background-image: url("../images/banner.jpg");	
	background-repeat: no-repeat;	
	margin: 0px;
	padding: 0px;
}

#content {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#finalFooter {
	clear: both;
}
