body, div, address, blockquote, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}



body {
    color: #333;
    background: url(body_bg.jpg);
    text-align: center;
    font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
}



a:link, a:visited {
    color: #333;
    text-decoration: none;
}
/* Nav
==========================================================*/
.nav {
    position: relative;
    margin: 0 0px 0px;
    background: url(nav_bg.png) no-repeat 0 -47px;
}
.navinner {
    background: url(nav_bg.png) no-repeat 100% -94px;
}
.navlist {
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    margin: 0 10px;
    background: url(nav_bg.png) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
    background: url(nav_bg.png) no-repeat 0 -141px;
}
.nav a {
    display: block;
    width: 98px;
    text-align: center;
    font-size: 120%;
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #fff;
    font-weight: bold;
    background: url(nav_bg.png) no-repeat 50% -189px;
}



