/* -------------------------------------------basics */
*{
    padding: 0;
    margin: 0;
}

html, body{
    height: 100%;     
}

a:focus{
    -moz-outline-style: none;
}

p{
    text-shadow: 0 1px 3px #000000;
    color: white;
    font-family: verdana;
    font-size: small;
}

.padding_top{
    padding-top: 10px;
}


ul{
    list-style: none;
}


h2{
    font-family: verdana;
    text-shadow: 0 1px 3px #000000;
    color: #ffd200;    
}

#container{
    min-height: 100%;
    overflow: hidden;
    background-image: url(images/background.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #5b9dff;
}

#page_wrap{
    width: 800px;
    margin: 0 auto;
}

/* ----------------------------------------------End basics */




/* -------------------------------------------------Classes */

.center{
    text-align: center;
}

.margin {
    margin: 10px 0 10px 0;
}

.divider{
    height: 1px;
    width: 450px;
    background: #ffd200;
    margin: 30px 0 30px 50px;
}

.small_divider{
    height: 1px;
    width: 125px;
    background: #ffd200;
    margin: 20px 0 20px 20px;
}

p a .download{
    color: #ffd200;
    font-family: verdana;
    font-size: large;
    text-decoration: none;
}

/* -------------------------------------------End classes */




/*-------------------------------------------Header */

#header{
    width: 800px;
    height: 90px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

#header_image{
    height: 52px;
    width: 327px;
    margin: 25px 0 20px 0;
    background-image: url(images/header_logo.png);
    background-repeat: no-repeat;
    float: left;
}

        /* Twitter Button --*/
        div#twitter {
            overflow: hidden;
            float: right;
            height: 26px;
            width: 35px;
        }
        
        #tw_button li {
            display: inline;
        }
        
        #tw_button li a {
            display: block;
            height: 26px;
            width: 26px;
            text-indent: -9999px;
            background-image: url(images/twitter_sprite.png);
            background-repeat: no-repeat;
            float: right;
        }
        
            #tw_button li a#tw {
                background-position: 0px 0px;
            }
            
            #tw_button li a:hover#tw {
                background-position: 0px -26px;
            }
            
        /* End Twitter Button --*/
        
/* Download Button --*/
        div#download {
            overflow: hidden;
            height: 28px;
            width: 125px;
            float: right;
        }
        
        #dl_button li {
            display: inline;
        }
        
        #dl_button li a {
            display: block;
            height: 28px;
            width: 125px;
            text-indent: -9999px;
            background-image: url(images/download_sprite.png);
            background-repeat: no-repeat;
            float: right;
        }
        
            #dl_button li a#dl {
                background-position: 0px 0px;
            }
            
            #dl_button li a:hover#dl {
                background-position: 0px -28px;
            }
            
/* End Download Button --*/


/*-------------------------------------------End Header */




/*---------------------------------------------------------------------Nav*/
#nav{
    width: 800px;
}

#nav_links{
    text-shadow: 0 1px 3px #333333;
    padding-top: 5px;
}


/*---------------------------------------------------------------------End Nav*/



/*---------------------------------------------------------------------Main Content*/
#main_mid a {
    color: #ffd200;
    font-family: verdana;
    font-size: medium;
    text-decoration: none;
    margin: 0 5px 0 5px;
}

#main_mid2 a:hover {
    text-shadow: 0 1px 3px #000000;
    color: #e9da97;
    font-family: verdana;
    font-size: small;
    text-decoration: none;
    margin: 0 5px 0 5px;
}

#main_mid2 a {
    color: #ffd200;
    font-family: verdana;
    font-size: small;
    text-decoration: none;
    margin: 0 5px 0 5px;
}

#main_mid a:hover {
    text-shadow: 0 1px 3px #000000;
    color: #e9da97;
    font-family: verdana;
    font-size: medium;
    text-decoration: none;
    margin: 0 5px 0 5px;
}

#main{
    width: 800px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    margin-top: 10px;
}

#main_top{
    background-image: url(images/main_top.png);
    background-repeat: no-repeat;
    height: 8px;
    width: 800px;
}

#main_top2{
    background-image: url(images/main_top.png);
    background-repeat: no-repeat;
    height: 8px;
    width: 800px;
}

#main_mid{
    background-image: url(images/main_mid.png);
    background-repeat: repeat-y;
    padding: 0 20px 5px 20px;
    width: 775px;    
}

#main_mid2{
    background-image: url(images/main_mid.png);
    background-repeat: repeat-y;
    padding: 0 20px 5px 20px;
    width: 775px;    
}

#main_bottom{
    background-image: url(images/main_bottom.png);
    background-repeat: no-repeat;
    height: 8px;
    width: 800px;
}

#main_bottom2{
    background-image: url(images/main_bottom.png);
    background-repeat: no-repeat;
    height: 8px;
    width: 800px;
}

/*---------------------------------------------------------------------End Main Content*/





/* ----------------------------------------------------------left column */
#left_col{
    width: 550px;
    padding: 10px 0 20px 0;
}

#left_col a{
    margin: 0;
    padding: 0 2px 0 2px;
}

#left_col a:hover{
    margin: 0;
    padding: 0 2px 0 2px;
}

/* -----------------------------------------------------------left column */
    
    


/* ---------------------------------------------------------------------Right column */

#right_col{
    margin: 8px 10px 0px 0;
    width: 200px;
    float: right;
}

#rc_top{
    height: 6px;
    background-image: url(images/right_col_top.png);
    background-repeat: no-repeat;
}

#rc_mid{
    padding: 10px 10px 10px 15px;
    background-image: url(images/right_col_mid.png);
    background-repeat: repeat-y;
}

#rc_bottom{
    height: 9px;
    background-image: url(images/right_col_bottom.png);
    background-repeat: no-repeat;
}


/* ----------------------------------------------------------------End Right column */






/*---------------------------------------------------------------------Footer*/

#footer{
    text-shadow: 0 1px 3px #000000;
    margin-top: 10px;
    text-align: center;
    width: 800px;
    height: 70px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

#footer a {
    color: #ffd200;
    font-family: verdana;
    font-size: small;
    text-decoration: none;
    margin: 0 5px 0 5px; 
}

#footer a:hover {
    text-shadow: 0 1px 3px #000000;
    color: #e9da97;
    font-family: verdana;
    font-size: small;
    text-decoration: none;
    margin: 0 5px 0 5px;
}

/*---------------------------------------------------------------------End Footer*/















