#main, #footer {margin:0 auto; width:886px; text-align:left;}

#header, #content {width:886px}

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}

.col_1{width:210px; float:left}
.col_2{width:676px;}

.width {width:100%}

.box {width:100%}

/*======= index-3.html =======*/
#page4 .box {padding-bottom:10px}
#page4 .col_box_1 { width:251px; margin-right:43px}
#page4 .col_box_2 { width:251px}
/*=========================*/

/*======= index-4.html =======*/
#page5 .col_box_1 { width:260px}
#page5 .col_box_2 { width:283px}
/*=========================*/

#table1, #table1 th, .table1, .table1 th {
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    margin: auto;
    padding: 2px 2px 2px 4px;
    background-color: #5D7B9D;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #FFFFFF;
    border-collapse: collapse;
}
#table1, .table1 {width: 100%;}

#table1 td, .table1 td {
    margin: auto;
    padding: 2px 2px 2px 4px;
    background-color: #F5F5F5;
    border: 1px solid #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-collapse: collapse;
    color: #333333;
}

#table2, #table2 td{
    border: none;
    padding: 10px;
}


