/* Layout */
body,html{
    background:url(../../images/layout/BlueMist/bg.jpg) repeat;
    font-size:10px;
    color:#fefefe;
    font-family: verdana;
}
a{
    color:#0047bd;
    text-decoration:none;
}
a img{
    border:0;
}
#container{
    width:921px;
    margin:18px auto 0 auto;
    background:url(../../images/layout/BlueMist/container_bg.gif) repeat-y;
    padding:1px 0 0;
}
#header{
    background:transparent url(../../images/layout/BlueMist/header.gif) no-repeat center;
    height:172px;
    position:relative;
    bottom:18px;
}
#left{
    float:left;
    width:224px;
    padding-left:2px;
}
#right{
    float:right;
    width:224px;

}
#mid{
    float:left;
    width:465px;
    padding:0 2px;
}
#mid .main, #mid .blank{
    background:url(../../images/layout/BlueMist/header_page.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;
    text-align:left;
    padding-left:15px;
    line-height:53px;
    height:53px;
    background:url(../../images/layout/BlueMist/footer.gif) no-repeat center;
}
/* 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/BlueMist/side_roster.gif) center no-repeat;
}
h2.matches{
    background:url(../../images/layout/BlueMist/side_matches.gif) center no-repeat;
}
h2.servers{
    background:url(../../images/layout/BlueMist/side_servers.gif) center no-repeat;
}
h2.sponsors{
    background:url(../../images/layout/BlueMist/side_sponsors.gif) center no-repeat;
}
h2.links{
    background:url(../../images/layout/BlueMist/side_links.gif) center no-repeat;
}
h2.leaguestats{
    background:url(../../images/layout/BlueMist/side_stats.gif) center no-repeat;
}
#left h2.blank, #right h2.blank{
    background:url(../../images/layout/BlueMist/side_blank.gif) center no-repeat;
}
#left .cbox, #right .cbox{
    padding-bottom:1px;
    width:220px;
    margin-bottom:10px;
}
#left .cbox img, #right .cbox img{
    max-width:220px;
}
#left .cbox div, #right .cbox div{
    padding-left:3px;
    margin-bottom:10px;
}
/* Nav */
  ul#nav{
    height:28px;
    width:922px;
    position:absolute;
    left:0px;
    bottom:0px;
    list-style-type:none;
    z-index:1;
    margin:0;
    padding-left:10px;
}
#nav li{
    height:28px;
    float:left;
}
#home, #roster, #matches, #sponsors, #forums, #links, #downloads, #about{
    width:60px;
    height:28px;
    float:left;
    position:relative;
}
#home{ 
    background:url(../../images/layout/BlueMist/nav_home.gif) no-repeat;
}
#roster{
    background:url(../../images/layout/BlueMist/nav_roster.gif) no-repeat;
}
#matches{
    background:url(../../images/layout/BlueMist/nav_matches.gif) no-repeat;
}
#sponsors{
    background:url(../../images/layout/BlueMist/nav_sponsors.gif) no-repeat;
}
#forums{
    background:url(../../images/layout/BlueMist/nav_forums.gif) no-repeat;
}
#links{
    background:url(../../images/layout/BlueMist/nav_links.gif) no-repeat;
}
#downloads{
    background:url(../../images/layout/BlueMist/nav_downloads.gif) no-repeat;
    width:81px;
}
#about{
    background:url(../../images/layout/BlueMist/nav_about.gif) no-repeat;
}