#main {
    width: 835px;
    margin: 0 auto;
    position: relative;
}

#header {
    height: 125px;
    width: 835px;
    position: relative;
}

#header, #content, #footer {
    font-size: 0.75em;
}

.col-1, .col-2, .col-3 {
    float: left;
}

/*======= index.html =======*/
#page1 #content .col-1 {
    width: 363px;
    margin-right: 41px;
}

#page1 #content .col-2 {
    width: 416px;
}

/*======= index-1.html =======*/
#page2 #content .col-1 {
    width: 532px;
    margin-right: 37px;
}

#page2 #content .col-2 {
    width: 202px;
}

#page2 #content .col-1 .col-1 {
    width: 260px;
    margin-right: 32px;
}

#page2 #content .col-1 .col-2 {
    width: 238px;
}

/*======= index-2.html =======*/
#page3 #content .col-1 {
    width: 260px;
    margin-right: 37px;
}

#page3 #content .col-2 {
    width: 476px;
}

/*======= index-3.html =======*/
#page4 #content .col-1 {
    width: 467px;
    margin-right: 30px;
}

#page4 #content .col-2 {
    width: 274px;
}

/*======= index-4.html =======*/
#page5 #content .col-1 {
    width: 367px;
    margin-right: 36px;
}

#page5 #content .col-2 {
    width: 372px;
}

#page5 #content .col-2 .col-1 {
    width: 177px;
    margin-right: 22px;
}

#page5 #content .col-2 .col-2 {
    width: 172px;
}

/*======= index-5.html =======*/
#page6 #content .col-1 {
    width: 532px;
    margin-right: 37px;
}

#page6 #content .col-2 {
    width: 202px;
}

#page6 #content .col-1 .col-1 {
    width: 260px;
    margin-right: 32px;
}

#page6 #content .col-1 .col-2 {
    width: 238px;
}

/*=========================*/

#footer {
    padding: 8px 0 8px 0;
    width: 830px;
}