.min_width {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 999)? "999px" : "100%"); min-width:999px;}

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}

.box_col{ width:100%; float:left;}
.main{width:100%;}

/*======= index.php =======*/
#page1 #content .col_1{width:26%;}
#page1 #content .col_2{width:38%;}
#page1 #content .col_3{width:31%;}
/*=========================*/

/*======= about.php =======*/
#page2 #content .col_1{width:66%;}
#page2 #content .col_2{width:31%;}
/*=========================*/

/*======= services.php =======*/
#page3 #content .col_1{width:26%;}
#page3 #content .col_2{width:38%;}
#page3 #content .col_3{width:32%;}
/*=========================*/

/*======= contact.php =======*/
#page4 #content .col_1{width:60%;}
#page4 #content .col_2{width:32%;}
/*=========================*/

/*======= privacy_policy.php =======*/
#page5 #content .col_1{width:90%;}
/*=========================*/


