@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
    background: url(images/page-background.gif) repeat-y center center #F0F0F0;
}
#body-wrapper {
    min-height: 100%;
}
#page-wrapper {
    width: 960px;
    margin: 0 auto;
}
#header-wrapper {
    width: 100%;
}
#logo {
}
#nav-top {
    float: right;
}
#breadcrumb {
}
#nav_main {
    width: 100%;
}
#main {
    width: 100%;
}
#banner-wrapper {
    width: 100%;
    height: 180px;
    clear: both;
}
#content-wrapper {
    clear: both;
}
#content-header {
    margin-top: 10px;
}
#title {
    clear: both;
}
#nav_sub {
}
#footer-wrapper {
    clear: both;
}
#title {
}
.block {
    margin-bottom: 20px;
}


