@import "reset.css"; 
@import "parts/top.css";
@import "parts/header.css";
@import "parts/footer.css";
@import "parts/main.css";
@import "parts/form.css";
@import "parts/popup.css";

body, html {
    width: 100%;
    margin-bottom: 20px;
}

body {
    background: #101010 url("/images/bg.gif");
    font: 12px Arial;
    color: #6d6d6d;
    line-height: 1.6;

}

a {
    color: #00a0eb;
}

a:hover {
    text-decoration: none;
}

#outer-wrapper {
    width: 989px;
    margin: 0 auto;
    position: relative;
}

#top {
    background: url("/images/top_bg.png") no-repeat;
    height: 41px;
    margin-bottom: 40px;
}

#header-wrapper {
    position: relative;
}

#header {
    background: url("/images/header_bg.png") no-repeat;
    height: 138px;
    border-bottom: #9a9a9a 1px solid;
}

#banner {
    border-bottom: #9a9a9a 1px solid;
}

#main {
    background: #ffffff;
    overflow: hidden;
}

#sidebar {
    width: 275px;
    background: #efefef;
    float: right;
    padding: 20px;
}

#content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

#context {
    width: 275px;
    float: right;
    padding: 20px;    
}

#footer-wrapper {
    height: 50px;
    position: relative;
}

#footer {
    background: url("/images/footer_bg.png") no-repeat;
    height: 50px;
}
