body {
	background:url(images/background.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

#header {
	height:90px;
	background:#006473;
	border-bottom:10px solid #9ecc13;
	color:#9ecc13;

}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#content {
	padding:10px;
	float:center;
}

#footer {
	clear:both;
	height:90px;
	background:#006473;
	border-top:10px solid #9ecc13;
	color:#9ecc13;
}

a {
	color:#006473;
	font-weight:bold;
}

a:hover {
	color:#9ecc13;
}