a { 
	text-decoration: underline;
	color: orange;
}

a:hover {
	color: black;
}

body {
background: url(images/body/bg.png) #ffeecb repeat-x;
font-family: century gothic, arial;
font-size: 13px;

}

#main {
        margin: 0 auto;
        width: 900px;
    }
    
    #container {                    
        }

.banner {
	background: url(images/banner.png) no-repeat;
	height: 290px;
	width: 913px;
	margin: 0 auto;
	margin-top: -10px;
}

#nav { 
    margin: auto;
    margin-top: -2px;
    padding:0; 
    width:907px; 
    height:62px; 
    background: url(images/navigation/navigation.png);     overflow: hidden;
}

#nav li { 
    margin:auto; 
    padding:0; 
    list-style-type:none; 
    display:inline; 
    height:62px; 
    text-align:center; 
    float:left; 
    line-height:62px;     overflow: hidden;
}
 
 #nav a { 
    display:block; 
    height:62px;     overflow: hidden;
}
#nav a:hover { 
    background: url(images/navigation/navigation.png); 
    height: 124px;
    margin-top: -62px;
    overflow: hidden;
}

#navhome { width: 80px; } #navhome a:hover { background-position: 0 bottom; }
#navregister { width: 170px; margin-left: -80px;} #navregister a:hover { background-position: 170px bottom;}
#navdownload { width: 270px; margin-left: -170px;} #navdownload a:hover { background-position: 170px bottom;}
#navforum { width: 370px; margin-left: -270px;} #navforum a:hover { background-position: 170px bottom;}
#navdonate { width: 450px; margin-left: -370px;} #navdonate a:hover { background-position: 170px bottom;}
#navranking { width: 530px; margin-left: -450px;} #navranking a:hover { background-position: 170px bottom;}
#navvote { width: 630px; margin-left: -530px;} #navvote a:hover { background-position: 170px bottom;}

#nav span { 
    display:none; 
}

.marquee_bar {
	background: url(images/body/marquee.png) repeat-x;
	height: 34px;
	width: 820px;
	margin: auto;
	margin-top: -1px;
}

.marquee_txt {
        background: url(images/body/marquee_txt.png) no-repeat;
        height: 24px;
        width: 809px;
        margin: auto;
    }

.content_top {
	background: url(images/body/content_top.png) no-repeat;
	height: 294px;
	width: 850px;
	margin: auto;
        margin-top: 1px;
}

.content_body {
	background: url(images/body/content_body.png) repeat-y;
	width: 848px;
	margin: auto;
        min-height: 720px;
	padding-top: 10px;
    margin-top: -1px;
    position: relative;
    }

#content_container {
    width: 615px;
    height: auto;;
}

.content {
	width: 600px;
	height: inherit;
	float: left;
	
}

.body {
	padding-left: 65px;      
}

.sidebar {
width: 151px;
height: inherit;
	float: left;
	
}
.footer {
	background: url(images/footer/footer_body.png) no-repeat;
	height: 50px;
	width: 907px;
	margin: auto;
        margin-left: -4px;
        margin-top: -10px;
}

.footer_btm {

    }
#footer_text {
	font-size: 10px;
	padding-top: 12px;
        color: white;
        text-shadow: 0px 0px 5px #000;
	
}

#para {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.hidden {
	overflow: scroll;
}

#header_ {
                text-decoration: underline;
                font-size: 25px;
                font-family: calibri, arial, times new roman;
                color: #ffa200;
    }
    
    ul.newsfeed {
                list-style: none;
        }
        
        ul.newsfeed a:hover {
                    color: orange;
            }

.timebox {
     margin-top: -40px;
     float: right;
    }
    
    .buttonclass {
     margin-top: -117px;
     margin-bottom: 10px;
     overflow: hidden;
        }

