
body {
	background-color: #006666;
	font-family: Verdana, Helvetica, Arial;
	font-size: small;
}

div#container {
	text-align: center;
	width: 620px;
	border: 1px solid black;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}


div#header {
	background-image: url('header.jpg');
	width: 620px;
	height: 346px;
}

div#menu {
	background-color: #99cc66;
	line-height: 25px;
	text-align: center;
	vertical-align: bottom;
	color: white;
	font-weight: bold;
	font-size: 11px;	
}

div#menu ul.topnav{
padding:0;
margin:0;
}

div#menu ul.topnav li{
display:inline;
font-size:12px;
padding-right:15px;
padding-left:5px;
margin:0;
}

div#menu ul.topnav li a{
	color: white;
	text-decoration: none;
}

div#menu ul.topnav li a:hover{
	text-decoration: underline;
	color: white;
}


div#content {
	background-image: url('STER_BG.jpg');
	background-repeat: no-repeat;
	background-position: 0% 55%;
	vertical-align: middle;
	line-height: normal;
	text-align: justify;
	color: #006666;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;	
}

div#content h1 {
	font-weight: bold;
	font-size: 13px;	
}



div#content a {
	font-weight: bold;	
}

div#contentfooter {
	background-image: url('sterren.jpg');
	background-repeat: no-repeat;
	background-position: left;
	height: 75px;
}

div#footer {
	font-size: 10px;
	color: white;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div#footer a{
	font-size: 10px;
	color: white;
	font-weight:bold;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div#footer a:hover{
	font-size: 10px;
	color: white;
	font-weight:bold;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

