body {
	background: #102457;
	font-size: 11px;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
	margin: 0px;
}

#header {
	float: center;
	width: 700px;
	height: 250px;
	margin: 3px auto 0px auto;
	border: double 3px #27438a;
	background: #ffffff url(images/header.png) top center no-repeat;
}

#center {
	float: center;
	width: 700px;
	margin: 1px auto 0px auto;
	background: #ffffff;
	border: double 3px #27438a;
}

#centertable {
	float: center;
	width: 698px;
}

#sidebar {
	width: 160px;
}

#sidebar h1 {
	float: left;
	width: 156px;
	margin: 0px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	background: #e4e5ea;
}

#sidebar ul {
	float: left;
	width: 160px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul li {
	width: 160px;
	list-style: none;
}

#sidebar ul li a {
	display: block;
	width: 158px;
	height: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 2px;
	color: #233c7c;
	padding-top: 2px;
}

#sidebar ul li a:hover {
	background: #f0ff00;
}

#content {
	width: 530px;
	padding-left: 5px;
	border-left: solid 1px #27438a;
}

#content h1 {
	float: center;
	width: 92%;
	margin: 0px auto 20px auto;
	font-size: 18px;
	background: #000000;
	padding: 2px;
	text-indent: 5px;
}

#content h2 {
	float: center;
	width: 90%;
	margin: 0px auto 0px auto;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	padding: 10px;
}

#content ul li a {
	text-decoration: none;
	color: #233c7c;
}

#content ul li a:hover {
	text-decoration: underline;
	color: #233c7c;
}

#footer {
	float: center;
	width: 700px;
	height: 18px;
	margin: 1px auto 0px auto;
	border: double 3px #27438a;
	background: #000000;
	text-align: center;
	color: #c2c2c2;
	padding-top: 2px;
}

#footer a {
	text-decoration: none;
	color: #c2c2c2;
}

#geppark_table td {
	padding: 5px;
}
