/*  KOK  style*/



body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #fff;
	text-align: center;	
	background: url(images/splash-new.png) no-repeat top center;
	}


a {
	color: #ed1c24;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	font-weight:normal;
	text-decoration:underline;
}



h1 {
	font-size: 12px;
	text-align: left;
	color:#ed1c24;
	font-weight: bold;
	line-height:19px;
	text-transform:uppercase;
	
	}


#page {
	margin: 40px auto 20px auto;
	padding: 0;
	width: 900px;
	min-height:600px;
	/*background: url(images/splash.png) no-repeat top center;*/
	text-align: left;
	}
	
#copy {
	margin:500px 0 0 0px;
	width: 800px;
	float:right;
	padding-bottom:50px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:17px;
	}

	

#footer {
	padding:5px 0 0 0;
	margin: 30px auto 20px auto;
	width: 900px;
	clear: both;
	border-top:1px #0a0a0a solid;
	font-size:10px;
	letter-spacing:1px;
	}
	
	
	

