html, body
{
  margin : 15px, 0px, 0px, 0px;
	background-color: #dedede;
}

#container
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
	width: 773px;
	background-color: transparent;
	background-image: url("../design/bg_main.jpg");
  z-index: 1;
}

#bg_top
{
  position:relative;
	height: 10px;
	width: 773px;
	font-family: Verdana, Verdana, Sans-Serif;
	font-size: 2px;
	background-color: transparent;
	background-image: url("../design/bg_top.jpg");
  z-index: 1;
}

#bg_bottom
{
  position: relative;
  bottom: 0px;
	height: 15px;
	width: 773px;
	font-family: Verdana, Verdana, Sans-Serif;
	font-size: 2px;
	background-color: transparent;
	background-image: url("../design/bg_bottom.jpg");
  z-index: 1;
}

#topbanner
{
  position: relative;
	height: 157px;
	width: 757px;
	font-family: Verdana, Verdana, Sans-Serif;
	font-size: 2px;
	margin-left: 8px;
	background-color: transparent;
	background-image: url("../design/topbanner.jpg");
  z-index: 2;
}

#menubox
{
  position: relative;
  top: 0px;
	width: 157px;
	margin-left: 8px;
	margin-top: 8px;
	font-family: Verdana, Verdana, Sans-Serif;
	font-size: 10px;
	background-color: transparent;
  z-index: 3;
}

.menutable
{
	width: 157px;
	border-style : dotted none none none;
	border-width : 1px;
	border-color : #969696;
  font-family: Verdana, Verdana, Sans-Serif;
	font-size: 10px;
	background-color: transparent;
  z-index: 3;
}

#contentbox
{
  position: relative;
  left: 18px;
  top: 0px;
	width: 542px;
	padding: 8px 8px 8px 8px;
	font-family: Century Gothic, Verdana, Sans-Serif;
	font-size: 10px;
	background-color: #f5f5f5;
	color: #494949;
  z-index: 4;
}

#headline
{
  position: relative;
  left: 3px;
  top: 0px;
	width: 550px;
	padding: 8px 8px 8px 8px;
	font-family: Century Gothic, Verdana, Sans-Serif;
	font-size: 24px;
	background-color: transparent;
	color: #000000;
  z-index: 5;
}

a:link, a:visited
{
  font-family: Verdana, Verdana, Sans-Serif;
	font-size: 10px;
  font-weight: regular;
	text-decoration: none; 
	color: #000000;
}

a:active, a:hover
{
  font-family: Verdana, Verdana, Sans-Serif;
	font-size: 10px;
  font-weight: regular;
	text-decoration: none; 
	color: #a10404;
}

#map{
position: relative;
left: 1px;
width: 500px;
height: 300px;
z-index: 6;
}
