* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	background: #000000;
	font-family: Biondi, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	color: #CCCCCC;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
	border-bottom: 0px;
	text-decoration: none;
	color: #FF2222;
}

a:hover {
	border: none;
	color: #FF0000;
}

/* Header */

#header {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#header h1 {
	padding: 5px 0 0 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 150%;
}

#header h2 {
	padding: 0 0 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 107%;
}

#header a {
	border: none;
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 1000px;
	height: 50px;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	height: 20px;
	padding: 10px 10px 0 10px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	color: #FFFFFF;
}

#crosshair {
	background: url(images/crosshair.png) no-repeat 100% 0%;
	width: 1000;
	height: 100%;
}

#cross-x {
	background: url(images/cross_x.png) repeat-x
}

#cross-y {
	background: url(images/cross_y.png) repeat-y 100% 0%
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 78%;
	height: 594px;
	padding: 10px 0 0 10px;
	padding-right: 0px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
}

#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
}

/* Left + Right Half */

#left-half {
	float: left;
	width: 48%;
}

#right-half {
	float: right;
	width: 48%;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 20%;
	padding-left: 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
}

#sidebar h2 {
	padding: 5px 20px;
	border-bottom: 0px solid #1C1C1C;
	font-size: 120%;
}

#sidebar h3 {
	font-size: 90%;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	border: none;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#next {
	padding: 0 0 0 10px;	
}
	
#scrollBox {
	width: 90%; 
	height: 600px; 
	font-size: 12px;
	overflow-y: scroll;
	text-align: justify;
	padding: 0 10px 0 10px;
	border: 0px; 
}

#scrollBox h1 {
	font-size: 14px;
}

#scrollBox ha {
	font-size: 18px;
}

@font-face {
    font-family: Biondi;
    font-style:	normal;
    font-weight: normal;
    src: url(Biondi.ttf); 
}

#rules {
	font-size: 12px;
	height: 470px;
	padding: 0 0 0 10px;
}

#spacer {
	height: 450px;
	padding: 0 0 0 10px;
}	

#rules h1{
	font-size: 16px;
}

#rules h2{
	font-size: 14px;
}