h1 {
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	font-family: Verdana;
}

h2 {
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-style: italic;
	font-family: Verdana;
}

h3 {
	color: #111939;
	font-size: 16px;
	margin-bottom: 5px;
	font-style: italic;
	font-family: Verdana;
}

h4 {
	color: #111939;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
}

#header{
padding: 10px;
position:relative;
background-image:url('MapBG.png');
height:360px;
}

#top{
position: absolute; 
right: 0px;
top: 25px;
color: white;
font-size: 14px;
font-family: Verdana;
}

#menu {
position: absolute; 
top: 345px;
width: 1000px;
}

body
{
padding: 10px;
margin: auto;
width: 1000px;
background-image:url('BG.png');
background-repeat:repeat-x;
color: #666666;
font-size: 14px;
font-family: Verdana;
}

a, a:active, a:visited { color: white; text-decoration: none; }
a:hover { color: white; text-decoration: underline; }
img { border: none; }