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

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

body {
    font-family: arial, helvetica, sans-serif;
    background: url(images/bg.gif);
    color: #fff;
}

#content1 {
        background: url(images/content_bg.png) repeat-y;
        margin: 0 auto;
        width: 980px;
}

#content {
    background: #000;
    width: 960px;
    margin: 0 auto;
}

/* =========== Header ============
====================================*/

.header {
    background: url(images/header_bg.png) repeat-x;
    height: 120px;
}

.logo {
    margin: 0px 0px 0px 12px;   
}

.menu {
    background: url(images/menu_bg.png) repeat-x;
    height: 28px;
    padding-bottom: 15px;
}

.menu ul {
    margin: 0px 0px 0px 5px;
}

.menu ul li {
    display: inline;
    background: url(images/topmenu_button.png) 0% 0% no-repeat;
    line-height: 28px;
}

.menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 20px;

    padding: 0px 0px 0px 20px;
    font-weight: bold;

}

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

/* =========== Left Side ============
====================================*/

#left_side {
    width: 625px;
    float: left;
    margin: 0px 0px 0px 10px;
}

.main_text {
    background: #231e1e;
    padding: 2px 8px 8px 8px;
}

.main_text h1 {
    color: #ecd300;
    font-size: 34px;
    font-weight: bold;
}

.main_text p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

.news {
    margin: 8px 0px 0px 0px;
}

.news h2 {
    color: #ecd300;
    font-size: 27px;
    font-weight: bold;
    padding: 0px 0px 0px 30px;
    background: url(images/news_arrow.png) 0% 50% no-repeat;
}

.news ul li {
    list-style: none;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #3c1b1b;
}

.news ul li p {
    font-size: 13px;
    font-weight: bold;
}

.news ul li span {
    padding: 0px 0px 0px 15px;
    background: url(images/news_liststyle.png) 0% 50% no-repeat;
    font-size: 18px;
    color: #ff9600;
    font-weight: bold;
}

.news ul li.last-child {
    border-bottom: none;
}

/* =========== Right Side ===========
====================================*/

#right_side {
    width: 310px;
    float: right;
    margin: auto;
    margin: 0px 5px 0px 0px;
}

.bonus_code {
    width: 287px;
    border: 1px solid #434344;
    margin: 0px 0px 0px 12px;
}

.bonus_code h3 {
    background: url(images/leftmenu_headbg.png) repeat-x;
    height: 24px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0px 0px 4px;
    line-height: 20px;
}

.bonus_code p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 5px 5px 0px 5px;
}

.bonus_code p span {
    font-size: 21px;
    color: #ff0000;
}

.bonus_code p span.code {
    color: #000;
    background: url(images/code_bg.png) repeat-x;
    padding: 0px 4px 0px 4px;
    font-size: 14px;
}

.bonus_code .button {
    background: url(images/button.png) no-repeat;
    width: 102px;
    height: 23px;
    float: right;
    text-align: center;
    line-height: 19px;
    margin: 8px 10px 5px 0px;
}

.bonus_code a {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}


.left_menu {
    width: 287px;
    margin: 13px 0px 13px 12px;
}

.left_menu h3 {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    background: url(images/leftmenu_headbg.png) repeat-x;
    height: 25px;
    padding: 0px 0px 0px 5px;
    line-height: 22px;
}

.left_menu ul {
    background: url(images/leftmenu_bg.png) repeat-y;
}

.left_menu li {
    border-bottom: 1px solid #2f300d;
    list-style: none;
    padding: 6px 0px 6px 0px;
}

.left_menu li:hover {
    background: url(images/leftmenu_bghover.png);
}

.left_menu li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    color: #1b008d;
    background: url(images/leftmenu_liststyle.png) 2% 50% no-repeat;
    padding: 0px 0px 0px 30px;
}

.rightside_banner {
    border: 1px solid #494040;
}

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

#footer {
    clear: both;
    margin: 10px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border-top: 1px solid #2c2b2b;
}

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

.clear {
    clear: both;
}
