/* #c33 and #fc0*/

html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color:#000;
    font-family: arial;
    background:url('images/bg04.jpg');
    background-position: center;
    background-attachment:fixed;
    }

h1 {
    border-bottom:solid 3px #d42020;
    width: 400px;
    font-size: 24px;
    }

h2 {
    font-size: 18px;
    }

p {
    font-size: 14px;
    }

li {
    font-size: 14px;
    margin-bottom: 10px;
    }

a {
    color:#d42020;
    text-decoration:none;
    }

a:hover {
    color:#f8ac13;
    text-decoration: none;
    }

/***************/
/* Main Layout */
/***************/

#container {
    width: 900px;
    margin: 0px auto;
    padding: 0px;
    border: 0px;
    min-height: 700px;
    background:#fff;
    overflow: auto;
    }

#layout-top-bar {
    width: 900px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color:#fff;
    height: 0px;
    }

#layout-logo {
    width:900px;
    height:310px;
    padding: 0px;    
    border: 0px;
    margin: 0px;
    }

.side-block {
    width: 180px;
    opacity: .8;
    background-color:#00f;
    margin: 0, auto;
    }

.side-block:hover {
    opacity: 1;
    }

#leaderboard {
    text-align:center;
    padding:5px;
    }

#content {
    float: left;
    margin: 0 10px 30px 24px;
    width: 630px;
}

#right-side {
    float: right;    
    width: 200px;
    margin: 0 24px 30px 10px;
    /*background:url('images/content-bg01.png');*/
    height: 100%;
    overflow: auto;
}

#right-side h2 {
    border-bottom:solid 3px #d42020;
    width: 180px;
    margin: 0px, 10px;
    }

#footer {
    clear:both;
    background-color:#d42020;
    width:900px;
    min-height: 120px;
    margin: 0px auto;
    }

#footer-logo {
    height:120px;
    margin-left: 30px;
    background:url('images/footer01.png');
    background-position:left;
    background-repeat: no-repeat;
    width:348px;
    float:left;
    }

#footer-links {
    text-align:right;
    float:left;
    width:498px;
    margin-right:24;
    margin-top:20px;
    margin-bottom: 10px;
    height: 90px;
    }

#footer-links a, #footer-links p{
    color:#fff;
    font-size: 16px;
    }

#footer-links a {
    text-decoration:underline;
    }

#footer-links a:hover {
    color:#f8ac13;
    }

#footer-links.second-row a, #footer-links.second-row p {
    font-size: 12px;
    }


