/*
 * Copyright (c) 2010 by SpeedSuggest.
 * All rights reserved.
 */

.frameTail {
    background-color: #4c4340;
    position:relative;
    width:100%;
    height:20%;
}

.frameTop {
    position:relative;
}

.frameContent {
    background:url(../images/bot.gif) repeat-x bottom
}

.col-1, .col-1-small, .col-2-big, .col-2, .col-uniq {
    float:left
}

.main {
    margin:0 auto;
    text-align:left;
    width:960px;
    position:relative
}

#header {
    height:159px;
}

#mainPage #content .col-1 {
    width:575px;
    margin-right:25px
}

#mainPage #content .col-uniq {
    width:934px;
    margin-right:0px;
    padding-top:40px;
}

#mainPage #content .col-1-small {
    width:150px;
    margin-right:25px
}

#mainPage #content .col-2 {
    width:334px;
}

#mainPage #content .col-2-big {
    width:762px;
}

#footer {
    height:127px;
}

