body
{
	background-color: #58595b;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 10px;
}
#page
{
	margin-left: auto;
	margin-right: auto;
	width: 1046px;
}

#header
{
	height: 156px;
	width: 1046px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#mapcontainer
{
	width: 1046px;
	height: auto;
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	padding-top:10px;
	padding-bottom:10px;
	
}
#map
{
	width: 1000px;
	height: 700px;
	margin-right:auto;
	margin-left:auto;
}
#footer
{
	padding-left: 20px;
	padding-top: 10px;
	height: 36px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
}
a
{
	color: #FAA61B;
}
a:hover
{
	color: #E3E1DD;
}
