body {
    margin: 0 auto;
    width: 779px;
    background-color: #2a2948;
    font-family: Arial, Helvetica, sans-serif;
}

#home_head {
    /*
    margin-top: 70px;
    */
    height: 348px;
}

#navigation {
    background: url(/images/templates/nav_bg.jpg) repeat-x left top;
    padding: 0;
    margin: 0;
    height: 33px;
    list-style: none;
}

#navigation li {
    font-size: 11px;
    padding: 7px 6px;
    height: 33px;
    text-transform: uppercase;
    float: left;
}

#seporator {
    background: url(/images/templates/nav_seporator.jpg) no-repeat left top;
}

#navigation li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

#navigation li a:hover {
    color: #e31d34;
}

#home_red_rpt {
    background: url(/images/templates/home_red_rpt.jpg) repeat-x left top;
    height: 65px;
    text-align: center;
}

#home_red_rpt H1 {
    padding-top: 20px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}

#home_red_rpt H1 a {
    color: #FFFFFF;
}

#home-bot_blurb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 150%;
    background: #fff url(/images/templates/bott_blurb_bg.jpg) repeat-x left top;
    height: 119px;
}

#home-bot_blurb img {
    float: right;
    margin-top: -97px;
}

#home-bot_blurb ul {
    margin-top: 0;
    padding-top: 20px;
    width: 320px;
    list-style-position: outside;
    list-style-type: none;
}

#home-bot_blurb li {
    background: url(/images/templates/home_list_img.gif) no-repeat left 25%;
    padding-left: 30px;
}

#footer {
clear:both;
    font-size: 12px;
    line-height: 200%;
    color: #FFFFFF;
    text-align: center;
}

.copyright {
    font-size: 10px;
}

.copyright a {
    font-size: 10px;
    color: #FFFFFF;
}