
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:center;
	background-color: #000000;
}

#top {
	margin : 0px auto;
	text-align:center;
	padding : 8px 0px 0px 0px;
	height: 192px;
	width: 770px;
	background-repeat: no-repeat;
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 50px 155px 0px 0px;
	width: 615px;
	height: 58px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 770px;
	text-align:justify;
	margin : 0px auto;
	background-color: #000000;
	background-image: url(images/wrap_back.gif);
}

#leftnav {
	float : left;
	width: 200px;
	padding: 0px 0px 20px 30px;
	margin : 0px;
}

#rightnav {
	float : right;
	width: 150px;
	padding: 0px 0px 0px 0px;
	margin : 0px;
}

#content {
	width: 550px;
	margin-left : 10px;
	padding : 0px 0px 0px 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c3c3c3;
	background-color : #000000;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 11px;
	color: #FFFFFF;
}

.bettors {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b5b857;
}

hr {
	border: 0px;
	color: #9A7110;
	background-color: #9A7110;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	color: #aaaaaa;
	font-family : "Impact";
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.inTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color: #000000;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a.bettors:link, a.bettors:active, a.bettors:visited {
	font-weight:bold;
	text-decoration : none;
	color: #4a934c;
	background: transparent;
	line-height:17px;
	}

a.bettors:hover {
	font-weight:bold;
	text-decoration : none;
	color: #cdc836;
	background: transparent; 
	}

a:link, a:active, a:visited {
	font-weight:bold;
	color : #cdc836;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color : #ffffff;
	text-decoration:none;
}


