
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:center;
	background-color: #ffffff;
	background-image: url(images/back.jpg);
}

#above_top {
	text-align : center;
	margin : 0px auto;
	padding : 8px 0px;
	width : 786px;
}

#top {
	margin : 0px auto;
	text-align:center;
	padding : 0px;
	height: 159px;
	width: 786px;
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 37px 0px 0px 165px;
	width: 621px;
	height: 62px;
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 786px;
	text-align:left;
	margin : 0px auto;
	background-color: #ffffff;
	background-image: url(images/wrap_back.jpg);
}

#leftnav {
	float : left;
	width: 200px;
	padding: 0px 0px 20px 30px;
	margin : 0px;
}

#rightnav {
	float : right;
	width: 185px;
	padding: 0px 15px 0px 0px;
	margin : 0px;
}

#content {
	width: 514px;
	margin-left : 255px;
	padding : 0px 0px 0px 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body, p, ol, ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCDCDC;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 11px;
	color: #FFFFFF;
}

.inTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.bettors {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.nav_head {
	font-family: "Impact";
	font-size: 20px;
	font-weight: normal;
	color: #1C521C;
}


hr {
	border: 0px;
	color: #9A7110;
	background-color: #9A7110;
	height: 1px;
}

.title,h1 {
	font-size: 22px;
	font-family: "Impact";
	color: #C0C0C0;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 16px;
	font-family: "Impact";
	color: #DCDCDC;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a.bettors:link, a.bettors:active, a.bettors:visited {
	font-weight:bold;
	text-decoration : none;
	color: #000000;
	}

a.bettors:hover {
	font-weight:bold;
	text-decoration : none;
	color: #ff0000;
	}

a:link, a:active, a:visited {
	color : #e3b83c;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color : #ff0000;
	text-decoration:none;
	font-weight: bold;
}


