* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #80cef5;
	position: relative;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 178px;
	background-image: url(../pictures/header.png);
	background-repeat: no-repeat;
}
#topnav {
	position: absolute;
	top: 143px;
	left: 380px;
	width: 550px;
	height: auto;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav li {
	float: left;
	width: auto;
	padding: 5px 10px;
	display: block;
	border-width: 0 2px 0 0;
	border-right-style: solid;
	border-right-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 18px;
}
.topmenuat {
	text-decoration: none;
	color: #FFF;
}
#topnav a {
	text-decoration: none;
	color: #363645;
}
#topnav a:visited, a:active {
	text-decoration: none;
	color: #363645;
}
#topnav a:hover {
	text-decoration: none;
	color: #FFF;
}