#main {width:100%; text-align:left;}

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

/*You can modify the width of the website by changing "width" parameter with #main. The minimum value is 860px.*/

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

#header, #content, #footer {width:100%}

.width {width:100%}

/*======= international-conference-call-About-Us.html =======*/
#page2 #content .col_1{width:66%;}
#page2 #content .col_2{width:33%;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{width:40%;}
#page3 #content .col_2{width:59%;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1{width:66%;}
#page4 #content .col_2{width:33%;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{width:34%;}
#page5 #content .col_2{width:65%;}
/*=========================*/

