body {
	background: #003262;
	color: #FFF;
	text-align: center;
	padding: 0;
	margin: 0;
}

a:link {color:#FFFAFA;
text-decoration: none;}      /* unvisited link */
a:visited {color:#FFFAFA;
text-decoration: none;}  /* visited link */
a:hover {color:#FFFAFA;
text-decoration: none;}  /* mouse over link */
a:active {color:#FFFAFA;
text-decoration: none;}  /* selected link */

.imagewrap {
	min-width: 820px;
}	
	
.imagewrap img{
	vertical-align: middle;
	margin: 5px;
	z-index: 1;
}

.entry {
	position: absolute;
	top: 350px;
	width: 100%;
	height: 125px;
	margin: 0px;
	background: #FDB515;
	z-index: -2;
	min-width: 820px;
}
.entryheader {
	background: #FDB515;
	color: #ffffff;
	border-top: 3px solid #FFF;
	height: 30px;
}

.entrybody {
	position: relative;
	width: 100%;
	min-width: 820px;
	height: 100px;
	text-align: center;
}

.logo {
position: relative;
top: 200px; 
}

.logo img{
	z-index: 3;
	margin-left: 7px;
}

.link {
font: 15pt Arial;
font-weight: bold;
display: inline;
font-color: #FFF;
border: 1px solid #FFF;
background: #003262;
z-index: 4;
padding: 10px;}

.link:hover {
background: #FDB515;}

#forum {margin-left: 550px;}










