@CHARSET "ISO-8859-1";

body{
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000;
	background-image: url(../img/desktop_shark_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main{
	width: 960px;
	min-width: 800px;
	height: 1948px;
	border: 1px solid #777;
	margin: 0 auto;
	margin-top: 190px;
	padding: 0px;
	background: #111;
}
#counter{
	font-weight: bold;
	font-size: 14px;
	color: #070;
	padding: 3px;
	border: 2px solid #999;
	background: #EEE;	
}
#login{
	border: 1px solid #777;
	background: #D1E8FF;
	height: 100px;
	padding: 3px;
	color: #000;
	text-align: left;
}
#loadbox{
	position: relative; 
	top: 110px;
	color: #FFF;
}
#loadimg{
	vertical-align: bottom;
}
#content{	
	text-align: left;
	font-size: 14px;
	height: 1800px;
	margin-top: 3px;
}

#banner{
	background: url('../img/Banner.png') no-repeat;
	width: 960px;
	height: 150px;
}

#titlebar{
	margin-bottom: 12px;
	color: #0197DD;
	font-size: 24px;
	margin-top: 10px;
}

#pagetext{
	color: #FFF;	
}
#footer{
	font-size: 12px;
	color: #FFF;	
	position: relative;
	bottom: 33px;
}

#menu{
	width: 960px;
	font-size: 12px;
	background: #000;
	margin: 0px;
	text-align: center;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

.item{
	text-decoration: none;
	color: #FFF;
	width: 160px;
	text-align: center;
	height: 32px;
	font-weight: bold;
	margin: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	cursor: hand;
}

.item:hover{
	background: #222;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	cursor: hand;
}

.login-options{
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
.login-options:hover{
	font-weight: bold;
	color: #00A1E4;
	font-size: 12px;
}
.registration{
	font-weight: bold;
	color: #FFF;
	width: 200px;
	font-size: 14px;
}
.feedback{
	font-weight: bold; 
	font-size: 12px; 
	vertical-align: top;
	background: #D1E8FF;
	border-left: 1px solid #777;
	border-bottom: 1px dotted #000;
	color: #000;
}
.news-date{
	font-weight: bold; 
	font-size: 12px; 
	vertical-align: top;
	background: #D1E8FF;
	border-left: 1px solid #777;
	border-bottom: 1px dotted #000;
	color: #000;
}

.news-message{
	font-size: 12px; 
	vertical-align: top;
	background: #D1E8FF;
	border-right: 1px solid #777;
	border-bottom: 1px dotted #000;
	text-align: left;
	color: #000;
}

.purchase-complete{
	text-align: right;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.purchase-complete2{
	text-align: left;
	font-size: 14px;
}