html, body {
    font-family: Tahoma, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #4B4B4B;
    background-color: #929498;
     background: url(../pictures/body_bg.gif);
}
html *, body * {
}
.top {
    width: 100%;
    height: 226px;
    background: url(../pictures/top_bg.jpg) left top no-repeat;
    overflow:hidden;
}
.site {
    margin: 0px auto;
    text-align: left;
    width: 1000px;
    min-height: 600px;
    background-color: #FFFFFF;
}
.content {
    text-align: left;
    width: 100%;
}
.content_wrapper {
    text-align: left;
    width: 100%;
    border-top: 10px solid #929498;
}
.content_inner {
    color: #676767;
    padding: 20px;
    min-height: 480px;
}
#left {
    background-color: #bfc1c3;
    width: 200px;
    height: 100%;
    min-height: 100%;
}
#left_inner {
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 20px;
}
#right {
    background-color: #bfc1c3;
    width: 200px;
    height: 100%;
    min-height: 100%;
}
#right_inner {
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.bottom {
    width: 100%;
    height: 50px;
    background-color: #65666B;
}
.bottom_inner {
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    color: #BFBFBF;
    font-size: 10px;
}
.flash {
    overflow: visible;
    height: 280px;
    width: 100%;
    padding-top: 0px;
}
.menu_wrapper {
    height: 29px;
    padding: 0px;
    padding-left: 52px;
    background-color: #e2021d;
    margin: 0px;
    text-align: right;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
