@charset "utf-8";
/* CSS Document */

body
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
margin: 0;
padding: 0;
}

#main
{
width: 780px;
}

#header
{
width: 775px;
height: 95px;
background-image: url(images/header.jpg);
border-bottom: medium solid #CC0000;
}

#headertext
{
color: #CC0000;
font-size: 24px;
font-weight: bold;
position: absolute;
top: 30px;
left: 240px;
}

#tagline
{
color: #FFFFFF;
font-weight: normal;
font-size: 16px;
position: absolute;
top: 25px;
left: 90px;
}

ul#navlist
{
margin-top: 3px;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { 
padding: 3px 10px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #383C3B;
text-decoration: none;
font-weight: bold;
font-size: 14px;
}

#navlist a:hover
{
color: #fff;
background-color: #666666;
text-decoration: none;
}


#warningblock
{
width: 550px;
margin-left: 115px;
margin-bottom: 20px;
}

#warning
{
color: #CC0000;
font-size: 18px;
font-weight: bold;
}

#sportsbook
{
font-size: 14px;
font-weight: bold;
text-decoration: none;
margin-left: 100px;
}

#bar
{
width: 776px;
font-size: 16px;
color:#FFFFFF;
font-weight: bold;
background:#333333;
text-align: center;
padding: 10px 0;
border-bottom: medium solid #CC0000;
}

#bar a, #bar a:visited
{
text-decoration: none;
color:#CC0000;
}

#bar a:hover
{
color:#CC3300;
}

#leftside
{
float: left;
width: 275px;
background-color:#666666;
padding: 20px 10px 20px 20px;
color:#FFFFFF;
font-size: 11px;
border-bottom: medium solid #CC0000;
}

#leftside a, #leftside a:visited, #left a:hover
{
color:#33CCFF;
text-decoration: none;
}

#rightside
{
float: right;
width: 470px;
background-color:#FFFFFF;
padding: 0 0 0 5px;
margin: 0;
}

#scamalert
{
font-size:14px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
background-color: #CC0000;
padding: 3px;
}

#title
{
font-size: 14px;
font-weight: bold;
}

.scam
{
font-size: 11px;
}

#body
{
margin-left: 20px;
}

.header
{
font-weight: bold;
color:#CC0000;
}

.style8
{
font-weight: bold;
}

#bottom
{
clear: both;
width: 100%;
font-size: 10px;
color:#FFFFFF;
font-weight: bold;
background:#333333;
text-align: right;
padding: 10px 0;
border-bottom: medium solid #CC0000;
}

