body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

a{color: #641B21}
.mainbox{margin: 5px; padding: 10px 0 0 0; background:#92AAF0; max-width:700px}
.h1box{margin: 0 20px 10px;font-size: 150%;color: #FFF}
.pbox{margin: 0 20px 1em;line-height:1.5}
 

#header {
	position: relative;
	height: 140px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/largeheader_bg_sliver.jpg); 
	background-repeat: repeat-x;
}
#subheader {
	position: relative;
	height: 50px;
	 

	left: 0px;
	top: 110px;
	
	background-image: url(../images/subheader_bg_sliver.jpg);
	background-repeat: repeat-x;
}

.maingamediv {
	position: relative;
	width: 100%;
	top: 40px;	
}



#headerlogin {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/login_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 13px;
	font-size: 11px;
	color: #19283D;
	padding: 5px;
	z-index:50;
}

.previewbtn{
	position:relative;
	float:right;
	padding: 5px;
	z-index:51;
}

#headerlogin a {
	color: #19283D;
	font-weight: bold;
	text-decoration: underline;
}
#headerlogin a:hover {
	color: #039;
	text-decoration: none;
}
#headertitle {
	position: absolute;
	left:50%;
	margin-left: -350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #FFF;
	top: 0px;
	z-index:10;
}
 
#headerlinks {
	position:relative;	
	padding-top:10px;
	
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
#headerlinks a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#headerlinks a:hover {
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}
 
 

 
