#container
{
    background: url(../../App_Themes/images/shad_rpt.gif) repeat-y;
}
body
{
    background: #6d6e70;
    margin: 10px 0 20px 0;
}
#header
{
    background: url(../../App_Themes/images/shad_t.gif) no-repeat;
    padding-top: 22px;
}
#footer
{
    background: url(../../App_Themes/images/shad_b.gif) no-repeat left bottom;
    padding-bottom: 20px;
}
#content, .foot, .inner
{
    width: 900px;
    padding: 0 15px;
}

#headblock
{
    background: url(../../App_Themes/images/head_rpt.gif) repeat-x left bottom #bbbdbf;
    margin-bottom: 5px;
    padding: 30px 0;
    width: 900px;
    font-size: 1.2em;
}

.main_cols
{
    background: url(../../App_Themes/images/content_rpt.gif) repeat-y;
}

.c1
{
    width: 543px;
    padding: 30px;
}
.c2
{
    width: 291px;
}

/* links */

.nav
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: url(../../App_Themes/images/nav_rpt.gif) repeat-x #000;
    float: left;
    border-bottom: solid 5px #fff;
}
.nav li
{
    float: left;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.nav a
{
    font-size: 1.27em;
    color: #F00;
    padding: 13px 30px;
    display: block;
    text-decoration: none;
    border-left: solid 1px #000;
    border-right: solid 1px #333;
    font-weight: bold;
}
.nav a
{
    text-shadow: 0 -1px 0 #000;
}
.nav a:hover
{
    color: #999;
}
.nav .active a
{
    background: url(../../App_Themes/images/nv_action.gif) no-repeat center bottom;
}
.trade
{
    background-color: #FF3300;
}
