body
{
    margin: 0;
    width: 100%;
    background: #fff;
    font-family: Verdana;
    font-size: 12px;
    line-height: 18px;
}

a
{
    color: #0B2BA2;
}

div
{
    margin: 0;
    padding: 0;
}

img , a {
    border: none 0px ;
}

hr
{
    padding-top: 2px;
    border: none;
    width: inherit;
    background: url(../images/hr.jpg) repeat-x;
}

#container
{
    width: 920px;
    margin: 0 auto;
    background: #fefefe;
}

#container-wrapper
{
    width: inherit;
    margin: 0 auto;
}

#header
{
    width: inherit;
}

#header-top
{
    width: inherit;
    height: 146px;
    background: url(../images/from_the_source.jpg) no-repeat right bottom;
}


#navMainSearch
{
    float: right;
    padding-right: 15px;
    line-height: 34px;
    height: 34px;
    background: url(../images/topmenu_right.jpg) no-repeat right;
}
#sn_images
{
    float: right;

}
#navMain
{
    float: left;
    padding-left: 25px;
    height: 34px;
    background: url(../images/topmenu_left.jpg) no-repeat left;
}

#topmenu
{
    /*clear: both;*/
    float: left;
    width: inherit;
    height: 34px;
    background: #7EA200;
}

#topmenu ul
{
    margin: 0;
    padding: 0;
}

#topmenu li
{
    display: inline;
    line-height: 33px;
    /*padding: 4px 15px 4px 13px;*/
    background: url(../images/topmenu_sep.jpg) no-repeat right;
}

#topmenu li a
{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

#contents
{
    clear: both;
    width: inherit;
    overflow: hidden;
    padding-top: 7px;
}
#contents:contents
{
    height: 0;
}

#contents-columns
{
    overflow: hidden;
}

#contents-left
{
    clear: both;
    display: inline;
    float: left;
    width: 180px;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    /*background: #ccc;*/
}


#contents-middle
{
    display: inline;
    float: left;
    margin-left: 10px;
    width: 540px;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    /*background: #ddd;*/
}

#contents-right
{
    display: inline;
    float: left;
    margin-left: 10px;
    width: 180px;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    /*background: #ccc;*/
}


#footer
{
    clear: both;
    color: #fff;
    width: inherit;
    margin-top: 7px;
    height: 105px;
    background: url(../images/footer_bcd.jpg) repeat-x;
}

#footer-bottom
{
    clear: both;
    padding-top: 13px;
}

#copyright
{
    float: left;
    padding-left: 10px;
    font-size: 12px;
}

#powered
{
    float: right;
    padding-right: 10px;
    font-size: 12px;
}

#powered a
{
    color: #fff;
    font-weight: bold;
}

#powered a:hover
{
    text-decoration: underline;
}


