.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 {
   position:relative;
   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;
}

div.big_container {
    width:860px !important;
    float:left !important;
}

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

div.big_container #content {
    width:640px;
}

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

div.big_container #contentbig {
    float:left;
    width:860px;
}


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

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

.searchbutton {
position:absolute;
right:10px;
top:4px;
}
