#main {margin:0 auto; width:850px; text-align:left;}

#header, #content, #footer {width:100%}

.width {width:100%}

.min_width {min-width:850px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 850)? "850px" : "100%");}

/*You can modify the width of the website by changing "width" parameter with #main. The minimum value is 850px.*/

.col_1, .col_2, .col_3, .column_1, .column_2, .column_3, .col_box_1, .col_box_2{ float:left;}

.block .column_1 {width:33%}
.block .column_2 {width:33%}
.block .column_3 {width:33%}


/*======= index.html =======*/
#page1 #content .col_1{width:60%;}
#page1 #content .col_2{width:39%;}
/*=========================*/

/*======= about.html =======*/
#page2 #content .col_1{width:80%;}
#page2 #content .col_2{width:20%;}
/*=========================*/

/*======= services.html =======*/
#page3 #content .col_1{width:66%;}
#page3 #content .col_2{width:33%;}
/*=========================*/

/*======= raising-capital.html =======*/
#page4 #content .col_1{width:34%;}
#page4 #content .col_2{width:65%;}
/*=========================*/

/*======= going-public.html =======*/
#page5 #content .col_1{width:58%;}
#page5 #content .col_2{width:41%;}
/*=========================*/

/*======= clients.html =======*/
#page6 #content .col_1{width:99%;}
#page6 #content .col_2{width:1%;}
/*=========================*/

/*======= contact.html =======*/
#page7 #content .col_1{width:515px;}
#page7 #content .col_2{margin-left:515px; float:none}
/*=========================*/

/*======= business-exit-strategies.html =======*/
#page9 #content .col_1{width:34%;}
#page9 #content .col_2{width:65%;}
/*=========================*/
