* {
    margin: 0px;
    padding: 0px;
}

a {
    color: #0821dc;
}

/* ============ Content ============
====================================*/

body {
    font-family: arial, helvetica, sans-serif;
    background: #1f2c43 url(images/bg.png) repeat-x;
}

#content {
    width: 990px;
    margin: 0 auto;
    background: #fff;
    border-left: 2px solid #005f62;
    border-right: 2px solid #005f62;
}

#header {
    background: url(images/header_bg.png) repeat-x;
    height: 87px;
}
img.logo {
    border: none;
}

#logo {
    float: left;
    margin: 9px 0px 0px 5px;
    position: absolute;
}

#banner468 img{
    float: right;
    margin: 12px 14px 0px 0px;
    border: 1px solid #524f4f;
}

#menu {
    background: url(images/menu_bg.png) repeat-x;
    height: 31px;
    text-align: center;
}

#menu ul {
    margin: 0px 10px 0px 0px;
}

#menu ul li {
    display: inline;
    padding: 3px 5px 0px 25px;
    background: url(images/arrow_menu.png) no-repeat 0% 60%;
}

/* if you want the first menu to not show the arrow
#menu ul li.firstone {
background: none;
}
*/


#menu ul li a {
    font-weight: bold;
    font-size: 23px;
    color: #ffffff;
    text-decoration: none;
}

#menu ul li a:hover {
    color: #fffc00;
}

#menu ul li:hover {
    background: url(images/arrow_menu_hover.png) no-repeat 0% 60%;
}

/* =========== LeftSide ===========
====================================*/

#leftside {
    width: 680px;
    float: left;
    margin-top: 15px;
    clear: left;
    padding: 0px 6px 0px 10px;
    font-family: arial, Tahoma, sans-serif;
}

#welcome {
    margin: 0px 0px 12px 0px;
}

#welcome h2{
    font-size: 30px;
    font-family: tahoma, verdana, geneva;
    letter-spacing: -1px;
    margin: 0px 0px 5px 0px;
    color: #38414f;
}

#welcome p {
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
}

#welcome p img {
    float: left;
    padding: 3px 10px 0px 0px;
}

#exclusive_bonuses { 
}

#exclusive_bonuses h3 {
    font-size: 21px;
    font-weight: bold;
    font-family: tahoma, verdana, geneva;
    color: white;
    background: url(images/left_headline.png) no-repeat;
    height: 30px;
    padding: 2px 0px 0px 49px;
}

#exclusive_bonuses li {
    list-style: none;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #a09b9b;
}

#exclusive_bonuses li.last {
    border: none;
}

#exclusive_bonuses h4 a {
    font-size: 18px;
    font-weight: bold;
    color: #0821dc;
}

#exclusive_bonuses p {
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    text-align: left;
    padding: 4px 0px 4px 0px;
}


#exclusive_bonuses img.exlusive_banner {
    margin: 3px 0px 3px 0px;
}


/* =========== RightSide ===========
====================================*/

#right_side {
    width: 270px;
    float: right;
    clear: right;
    padding: 0px 0px 0px 9px;
    margin: 20px 8px 0px 0px;
}

h2.rightside_headline {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: url(images/right_headline_bg.png) no-repeat;
    padding: 2px 0px 0px 29px;
    height:30px;
    font-family: tahoma, verdana, geneva;
}

#forum_news {
    margin: 0px 0px 10px 0px;
}

#forum_news ul li {
    list-style: none;
    border-bottom: 1px solid #c5bdbd;
    padding: 7px 0px 7px 0px;
}

#forum_news ul li.last {
    border-bottom: none;
}

#forum_news ul li a {
    color: #0821dc;
} 

#forum_news ul li p {
    color: #a39d9d;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0px 0px 0px; 
} 

#top_sportsbooks ul {
    text-align: center;
}

#top_sportsbooks ul li {
    list-style: none;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #c5bdbd;
}

#top_sportsbooks ul h3 {
    letter-spacing: -1px;
    padding: 0px 0px 5px 0px;
}

#top_sportsbooks ul h3 a {
    font-size: 16px;
    text-decoration: none;
}

#top_sportsbooks ul h3 a:hover {
    text-decoration: underline;
}

#top_sportsbooks ul li a img {
    border: 1px solid #c4c2c2;
}

#top_sportsbooks ul li p {
    font-size: 13px;
    font-weight: normal;
}

#top_sportsbooks ul li p span {
    font-weight: bold;
}

#sponsors {
    margin: auto;
    text-align: center;
}

#sponsors a img {
    border: none;
    padding: 1px;
}

#sponsors h2.rightside_headline {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: url(images/right_headline_bg.png) no-repeat;
    padding: 2px 0px 5px 29px;
    height:30px;
    font-family: tahoma, verdana, geneva;
    text-align: left;
}

/* =========== Footer ==============
====================================*/

#footer {
    background: #363636;
    clear: both;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

#footer p {
    color: #fff;
    font-size: 17px;
    font-weight: bold;      
    line-height: 28px;
}

#footer p.small {
    color: #fff;
    font-size: 12px;
    font-weight: normal;      
    line-height: 15px;
    padding: 0px 0px 4px 0px;
}

/* ============ Other ==============
====================================*/

.clear {
    clear: both;
}
