.limiter {
    width: 860px;
    margin: 0 auto;
    border-left: 0px solid #E0E0E0;
    border-right: 0px solid #E0E0E0;
    position:relative;
}


#top {
    height: 100px;
    border-bottom: 1px solid #E0E0E0;
    position: relative;

}

#logo {
    width: 180px;
    height: 41px;


}

#header {

   margin-top:10px;
   padding:0px;

}

#page {
    display: block;
    border-top: 1px solid #FFFFFF;
}
#subheader {
    width: 860px;
    margin-top: 3px;
}
#left {
    float:left;
    width:200px;
    padding-top:25px;
    padding-bottom:25px;
}

div.container {
    float:right;
    width:640px;
    padding-top:25px;
    padding-bottom:25px;
}

#content {
    float: left;
    width:420px;
}

#contentbig {
    float:right;
    width:620px;
}

#right {
    float:right;
    width:200px;
}

#footer {
    clear: both;
    height: 80px;
    background: #222222 none repeat scroll 0 0;
    color:#999999;
    padding:50px 0;
    position:relative;
}