@charset "UTF-8";
@import url(default.css);
@import url(pages.css);

div#content {
    float:right;
    margin-top:19px;
    width:870px;
    background:url(../imgs/r_conBg.jpg) no-repeat;
}

div#layout {
    margin:22px 0 0 63px;
    width:717px;
    background:url(../imgs/r_layBg.jpg) repeat-y;
}

div#layout h2 {
    margin-left:50px;
    padding:20px 0 0 5px;
    border-left:5px solid #f9b;
    font-size:1.8em;
    font-weight:bold;
    color:#f6a;
}

div#sidebar {
    float:left;
    width:230px;
    height:386px;
    background:url(../imgs/b_menuBg.jpg);
}

div#footer {
    float:left;
    width:1100px;
    height:170px;
    background:url(../imgs/r_footer.png) no-repeat;
}