#main {width:100%; margin:0 auto; text-align:center; width:997px;}

/*----!!!-----*/
#main_width { width:100%; margin:0 auto; text-align:justify;}
/*----!!!-----*/

/*You can modify the width of the website by changing "width" parameter with #main_width. The minimum value is 1003px.*/

#header {height:371px;}
#header, #content, #footer { font-size:11px;}

.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .col_1 {width:31%;}
#page1 #content .col_2 { width:39%;}
#page1 #content .col_3 { width:29%;}

#page1 #content .col_2 .column1 { width:72px;}
#page1 #content .col_2 .column2 { float:none;}

/*======= index-1.html =======*/
#page2 #content .col_1 {width:70%;}
#page2 #content .col_2 { width:29%;}

#page2 #content .col_1 .column1 { width:52%;}
#page2 #content .col_1 .column2 { width:48%;}

/*======= index-2.html =======*/
#page3 #content .col_1 {width:28%;}
#page3 #content .col_2 { width:44%;}
#page3 #content .col_3 { width:28%;}

#page3 #content .col_1 .column1 { width:72px;}
#page3 #content .col_1 .column2 { float:none; padding-left:72px;}

/*======= index-3.html =======*/
#page4 #content .col_1 {width:70%;}
#page4 #content .col_2 { width:29%;}

#page4 #content .col_1 .column1 { width:100%; }
#page4 #content .col_1 .column2 { width:45%;}

/*======= index-4.html =======*/
#page5 #content .col_1 {width:100%;}


#page5 #content .col_1 .column1 { width:72px;}
#page5 #content .col_1 .column2 { float:none;}
#page5 #content .col_2 .column1 { width:72px;}
#page5 #content .col_2 .column2 { float:none;}

/*======= index-5.html =======*/
#page6 #content .col_1 {width:50%;}
#page6 #content .col_2 { width:50%;}


#page6 #content .col_1 .column1 { width:92px;}
#page6 #content .col_1 .column2 { float:none; padding-left:92px;}

/*=========================*/


#footer {
	height:50px;
}
table {
table-layout:auto;
font-size:11px;
}
.tabel tr.head td, .tabel tr.head th, .tabel th.head, .tabel td.head {
background-color:#7FD12D;
border:1px solid #7FBA2D;
font-weight:bold;
padding:0 4px;
}
.tabel td, .tabel th {
background-color:#EFEFEF;
border:1px solid #DFDFDF;
padding:0 3px;
}