/* Layout */
body,html{
    background-color:#000;
    font-size:10px;
    color:#b0b0b0;
	font-family: verdana;
}
a img{
    border:0;
}
a{
    color:#ad0000;
    text-decoration:none;
}
#container{
    width:865px;
    margin:auto;
    background:#000 url(../../images/layout/OrangeShot/container_bg.jpg) repeat-y;
    padding:0 18px;
}
#header{
    background:#000 url(../../images/layout/OrangeShot/header.jpg) no-repeat center;
    height:235px;
    width:964px;
    position:relative;
    right:51px;
}
#left{
    float:left;
    width:180px;
    padding-left:2px;
}
#right{
    float:right;
    width:180px;
    padding-right:5px;
}
#mid{
    float:left;
    width:470px;
    padding-left:15px;
}
#mid .main, #mid .blank{
    background:url(../../images/layout/OrangeShot/main.gif) no-repeat center;
    line-height:36px;
    width:489px;
    position:relative;
    right:10px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    color:#FFF;
}
#footer{
    clear:both;
    background-color:#1f1f1f;
    text-align:right;
    padding-right:15px;
    height:16px;
}
/* Sidebar*/
#left h2 span, #right h2 span{
    display:none;
}
h2.roster, h2.matches, h2.servers, h2.sponsors, #left h2.blank, h2.links, h2.leaguestats{
    line-height:37px;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    margin:0;
    height:37px;
}
h2.roster{
    background:url(../../images/layout/OrangeShot/header_roster.jpg) center no-repeat;
}
h2.matches{
    background:url(../../images/layout/OrangeShot/header_matches.jpg) center no-repeat;
}
h2.servers{
    background:url(../../images/layout/OrangeShot/header_servers.jpg) center no-repeat;
}
h2.sponsors{
    background:url(../../images/layout/OrangeShot/header_sponsors.jpg) center no-repeat;
}
h2.links{
    background:url(../../images/layout/OrangeShot/header_links.jpg) center no-repeat;
}
h2.leaguestats{
    background:url(../../images/layout/OrangeShot/header_stats.jpg) center no-repeat;
}
#left h2.blank, #right h2.blank{
    background:url(../../images/layout/OrangeShot/header_side.jpg) center no-repeat;
}
#left .cbox, #right .cbox{
    background:#1a1a1a url(../../images/layout/OrangeShot/footer_side.jpg) no-repeat center bottom;
    padding-bottom:1px;
    width:180px;
    margin-bottom:10px;
}
#left .cbox img, #right .cbox img{
    max-width:172px;
}
#left .cbox div, #right .cbox div{
    width:175px;
    padding-left:3px;
    min-height:30px;
    margin-bottom:10px;
}
/* Nav */
  ul#nav{
    height:36px;
    width:823px;
    position:absolute;
    left:51px;
    bottom:0;
    list-style-type:none;
    z-index:1;
    margin:0;
    padding:0 0 0 40px;
}
#nav li{
    height:36px;
    float:left;
}
#home, #roster, #matches, #sponsors, #forums, #links, #downloads, #about{
    width:72px;
    height:36px;
    float:left;
    padding-right:20px;
    position:relative;
    left:25px;
}
#home{ 
    background:url(../../images/layout/OrangeShot/nav/nav_home.jpg) no-repeat;
}
#roster{
    background:url(../../images/layout/OrangeShot/nav/nav_roster.jpg) no-repeat;
}
#matches{
    background:url(../../images/layout/OrangeShot/nav/nav_matches.jpg) no-repeat;
}
#sponsors{
    background:url(../../images/layout/OrangeShot/nav/nav_sponsors.jpg) no-repeat;
}
#forums{
    background:url(../../images/layout/OrangeShot/nav/nav_forums.jpg) no-repeat;
}
#links{
    background:url(../../images/layout/OrangeShot/nav/nav_links.jpg) no-repeat;
}
#downloads{
    background:url(../../images/layout/OrangeShot/nav/nav_downloads.jpg) no-repeat;
    width:81px;
}
#about{
    background:url(../../images/layout/OrangeShot/nav/nav_about.jpg) no-repeat;
}
#home.nav_active, #home:hover{
    background:url(../../images/layout/OrangeShot/nav/nav_home_active.jpg) no-repeat;
}
#roster.nav_active, #roster:hover{
    background:url(../../images/layout/OrangeShot/nav/nav_roster_active.jpg) no-repeat;
}
#matches.nav_active, #matches:hover{
    background:url(../../images/layout/OrangeShot/nav/nav_matches_active.jpg) no-repeat;
}
#sponsors.nav_active, #sponsors:hover{
    background:url(../../images/layout/OrangeShot/nav/nav_sponsors_active.jpg) no-repeat;
}
#forums.nav_active, #forums:hover{
    background:url(../../images/layout/OrangeShot/nav/nav_forums_active.jpg) no-repeat;
}
#links.nav_active, #links:hover{
    background:url(../../images/layout/OrangeShot/nav/nav_links_active.jpg) no-repeat;
}
#downloads.nav_active, #downloads:hover{
    background:url(../../images/layout/OrangeShot/nav/nav_downloads_active.jpg) no-repeat;
}
#about.nav_active, #about:hover{
    background:url(../../images/layout/OrangeShot/nav/nav_about_active.jpg) no-repeat;
}