/* CSS Document */

body
{
	background-color: #050196;
	text-align: center;
	width: 800px;
	height: 600px;
	margin-left: 25px;
	margin: 0px;
	padding: 0px;
}

#header
{
	float: none;
	height: 201px;
	width: 780px;
	background-image: url(IMAGES/headerb.jpg);
	margin-top: 0px;
    margin-right: auto;
}

#headerbar
{
	float:none; 
	height: 53px;
	width: 610px;
	background-color: #050196;
	margin-right: auto;
}

#IEspacer
{
	float:left;
	visibility: hidden;
}

#leftbar
{
	float: left;
	width: 170px;
	background-image: url(IMAGES/linkbar2.jpg);
	/* background-image: leftbarimg.jpg; */
	text-align:center;
	margin-left: 70px;
    	margin-right: auto;
}

#page
{
	float: left;
	text-align: left;
    	margin-right: auto;
	background-color:#050196;
}

#pagespacer
{
	float: left;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	background-color:#050196;
	visibility: hidden;
	z-index: 1;
}

#imageborder
{
	top: 0px;
	left: 0px;
	width: 560px;
	height: 0px;
	background-color:#050196;
	text-align:center;
}

#image
{	
	margin-top: 0px;
	background-color:#050196;
	border: 3px coral solid;
}

#footer
{
	float: none;
	height: 47px;
	background-image: url(IMAGES/footer.jpg);
	clear: both;
	margin-left: 30px;
    	margin-right: auto;
}

#footerhome
{
	float: left;
	height: 47px;
	width: 25%;
	clear: both;
	text-align: center;
}

#footerlinks
{
	float: right;
	height: 47px;
	width: 75%;
	text-align: center;
}

#copywright
{
	height: 25px;
	text-align: center;
}

.footerlinks
{
	font-size: 14px;
	color: #999999;
}

.footerhometxt
{
	font-size: 18px;
	color: #CCCCCC;
}

.linktxt
{
	text-align: center;	
}

.crew
{
	font-size: 16px;
	color: #000033;
	text-align: center;
}

a:link
{
	
	color: #66FFFF;
}

a:visited
{
	color: #0099FF;
}

a:hover
{
	color: #FFFFFF;
}