/* CSS Document */

body {
	background-color: #01499B;
	font: 7pt georgia,tahoma,verdana;
}
#container {
	width: 468px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 5px;
}
#logo {
	width: 300px;
	height: 225px;
	text-align: center;
	padding-left: 84px;
}
#menu {
	width: 468px;
	text-align: center;
}
#content {
	width: 468px;
	height: 200px;
	overflow: auto;
}
#advert {
	text-align: center;
}
ul#navigation {
	list-style-type: none;
	float: left;
}

#advert-top {
	text-align: center;
}
a {
	color: #01499B;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

h1 {
	color: #01499B;
	border-bottom: 1px solid #01499B;
	margin: 15px 0px 5px 0px;
	font: Georgia 18px;
}