*{margin:0;padding:0;}
body {
	background-color: #0F75BD;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height:18px;
	margin-bottom: 1em;
}
.clear{clear:both}
#wrapper{
	margin:0 auto;
	width:800px;
	background-color: #FFFFFF;
}
#wrapbg{background-color:#FFFFFF}
#header{
	background-image: url(../img/top.jpg);
	background-repeat: repeat-x;
	height: 64px;
}
#logo{
	background-image: url(../img/logo.jpg);
	height: 58px;
	width: 487px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#headerpic{ height:200px;margin-bottom: 20px;}
#nav{
	width:150px;
	float: left;
}
ul#navlist
{
	margin-left: 0;
	padding-left: 0;
}

#navlist li
{
	list-style-type: none;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#navlist a {
	padding-right: 23px;
}

#navlist a:link, #navlist a:visited
{
	color: #0F75BD;
	text-decoration: none;
}

#navlist a:hover
{
color: #000;
text-decoration: none;
}

#content{
	width:650px;
	text-align: justify;
	float: left;
}
#footer{
	background-image: url(../img/bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 40px;
	background-color: #0F76BB;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}
#compas{
	background-image: url(../img/wheel.jpg);
	height: 148px;
	width: 649px;
	display: block;
	float: right;
}
