body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}
.margin10 {
	margin-right: 10px;
	margin-left: 10px;
}
.margin20 {
	margin-right: 20px;
	margin-left: 20px;
}
.sportsLeft {
	height: 328px;
	width: 200px;
	float: left;
	margin-right: 10px;
}
.sportsRight {
	height: 340px;
	width: 200px;
	float: left;
}
#wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #22211d;
	border-right-color: #22211d;
	border-bottom-color: #22211d;
	border-left-color: #22211d;
	margin-bottom: 30px;
}
#wrapper .header {
	height: 130px;
	width: 1000px;
	background-color: #FFF;
}
#wrapper .header .banner {
	background-image: url(../images/header/banner.png);
	height: 86px;
	width: 1000px;
}
#wrapper .header .banner .logo {
	height: 60px;
	width: 400px;
	margin-top: 10px;
	float: left;
	margin-left: 15px;
	display: block;
}
#wrapper .header .banner .logo a {
	height: 60px;
	width: 400px;
	display: block;
}
#wrapper .header .banner .mainNav {
	float: right;
	height: 35px;
	width: 263px;
	margin-top: 25px;
	margin-right: 20px;
}

#wrapper .header .nav {
	background-image: url(../images/header/nav.png);
	height: 25px;
	width: 1000px;
}
#wrapper .header .nav .navButtons {
	float: right;
	height: 25px;
	width: 210px;
}

#wrapper .header .nav .navLogin {
	float: right;
	height: 23px;
	width: 257px;
	background-repeat: no-repeat;
	margin-top: 2px;
}
.navImages {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper .center {
	height: auto;
	width: 1000px;
	background-color: #FFF;
}
#wrapper .center .left {
	float: left;
	height: auto;
	width: 240px;
}

#wrapper .center .right {
	float: right;
	height: auto;
	width: 740px;
	margin-right: 20px;
}
#wrapper .center .right .lineRule {
	background-color: #22211d;
	height: 1px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#wrapper .footer {
	background-image: url(../images/footer/bgFooter.png);
	background-repeat: repeat;
	height: 145px;
	width: 1000px;
}
#wrapper .footer .footerLogo {
	background-image: url(../images/footer/bottomLogo.png);
	float: left;
	height: 58px;
	width: 227px;
	margin-top: 20px;
	margin-left: 20px;
}
#wrapper .footer .footerNav {
	float: right;
	height: 58px;
	width: 500px;
	margin-top: 20px;
	margin-right: 20px;
	text-align: right;
	color: #FFF;
}
#wrapper .footer .depositOptions {
	height: 26px;
	width: 503px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer/bottomImages.png);
}

