/* Main Page Structure */

html, body
{
	height: 100%;
}

body
{
	font: 8pt Verdana;
	margin: 2;
	padding: 0;
	width: 100%;
}

#navlist, #footer, #leftshadow, #rightshadow
{
	visibility: hidden;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

#navbar
{
	position: absolute;
	height: 0px;
	width: 720px;
	margin: 0px;
}

#imgheader
{
	position: absolute;
	margin: 0px;
}

ul#navlist li, ul#navlist a
{
	position: absolute;
	height: 0px;
}

#header
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 151px;
	top: 0px;
	border: 0px solid black;
}

img
{
	border: 0px;
}

#main
{
	position: absolute;
	top:151px;
}

#map
{
	position: absolute;
	padding: 5px;
}