body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	position: relative;
}
#header {
	position: relative;
}
#toplogo {
	position: absolute;
	top: 0px;
}
#topcontact {
	position: relative;
	text-align: right;
}
#largepicbar {
	background-color: #A89166;
}
#barseps {
	position: relative;
}
#barlight {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 19px;
	width: 515px;
	background-color: #e5e5e5;
	z-index: 0;
}
#bardark {
	height: 19px;
	left: 515px;
	background-color: #cccccc;
	z-index: 1;
}
#mainmenu {
	position: absolute;
	top: 254px;
	left: 0px;
}
#intro {
	position: absolute;
	top: 254px;
	left: 140px;
	width: 360px;
	padding: 21px 1px 10px 4px;
	border-right: 19px solid #a7a7a7;
	z-index: 100;
	line-height: 16px;
	height: 228px;
}
#whatsnew {
	position: relative;
	width: 175px;
	height: 230px;
	left: 525px;
	padding: 5px 5px 5px 5px;
	border-right: 1px dotted #cccccc;
	overflow: auto;
}
#footer {
	clear: both;
	width: 702px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
}
a {
	color: #005073;
}
#footer .sep {
	color: #999999;
	line-height: 15px;
}

