#nav {
    width: 100%;
}

#homeflash {
    width: 951px;
    height: 327px;
    margin-bottom: 2px;
}

#nav-right-corner {
    display: none;
}

.home #contentarea {
    background-color: ;
    background: #ba5317 url(/images/bg_home_content.png) repeat-y;	
}

#home-left-area {
    /*height: 188px;*/
    width: 664px;
    float: left;
    display: inline;
    background: #ba5317 url(/images/bg_home_page_left_area.png) repeat-x;
}

#home-right-area {
    /*height: 188px;*/
    width: 287px;
    float: left;
    display: inline;
    background: transparent url(/images/bg_home_page_right_area.png) repeat-x;
}

#home-left-area .content {
    margin-left: 46px;
    margin-right: 74px;
    margin-top: 28px;
    line-height: 18px;
    color: #fff;
}

#home-right-area .content {
    margin: 26px 0px 8px 25px;
    color: #fff;
}

#home-right-area .content .item {
    clear: both;
    margin-bottom: 16px;
    line-height: 15px;
    padding-right: 3px;
}

#home-right-area .content .last {
    margin-bottom: 0;	
}

#home-right-area .content .item a, #home-right-area .content .item a:link, #home-right-area .content .item a:visited {
    color: #fff;
    text-decoration: none;
}

#home-right-area .content .item a:hover {
    text-decoration: underline;
}

#home-right-area .content img.thumb {
    margin-right: 15px;
}

#home-right-area .content .item-details {
    float: left;
    width: 180px;
    line-height: 15px;
}

#page-bottom {
    width: 100%;
    background: url(/images/bg_home_page_bottom.png) no-repeat;
    height: 25px;
}
