/* Setting up the body for the rest of the page, also for Fixed Center in IE */
body
{
	font-family: arial, "lucida console", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: 0;
	text-decoration: none;
	background-color: #000000;	
	background-image: url("../images/bg1.jpg");	
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;	
}

img
{
	text-decoration: none;
	border: 0px;
}

/* Main Containter that Everything Resides In */
div#container
{
	width: 900px;
	display: box;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	background-color: #000000;
}

/* Where Contest Image Goes Later */
div#header
{
	color: #FFFFFF;
	width: 100%;
}

/* Menu Bar for Menu Items */
div#menubar
{
	clear: both;
	width: 100%;
	height: 40px;
	display: box;
	background-color: #7796ab;
}

/* Content of the site */
div#content
{
	padding-top: 5px;
	clear: both;
	width: 100%;
	color: #FFFFFF;
}

div#content a
{
	text-decoration: none;
	color: #33ccff;
	font-weight: bold;
}

div#content a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

/* The Footer Where Information Goes, */ 
/* also holds the logo bar and the legal  */
div#footer
{
	clear: both;
	width: 100%;
	font-size: 12px;
	color: #666666;
	padding-top: 20px;
}

/* Bar to Hold Logos */
div#logobar
{
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

/* Bar to Hold Legal Information */
div#legal
{
	clear: both;
	width: 100%;
	display: box;
	text-align: center;
	text-decoration: none;
}

div#legal a
{
	text-decoration: none;
	color: #006699;
}

div#legal a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

div#shipinfo
{
	margin-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: right;
	width: 370px;
	text-align: justify;
}

div#shipselector
{
	clear: both;
	display: box;
	text-align: center;
	line-height: 150px;
	height: 150px;
}
.cssnav { 
	clear: none;
	float: left;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/off.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 128px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
 
.cssnav a {
	display: block;
	color: #FFFFFFF;
	font-size: 14px;
	width: 128px;
	height: 40px;
	float: left;
	text-decoration: none;
}
 
.cssnav img {
	width: 128px;
	height: 40px;
	border: 0;
}

* html a:hover {
	visibility: visible;
	color: #0099FF;
}
 
.cssnav a:hover img{
	visibility: hidden;
}
 
.cssnav span {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 128px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
} 
.cssnav span a:hover {
	color: #0099FF;
}