#site_center {text-align:center; background:url(images/tall_top.gif) left top repeat-x;}
#main {width:100%; margin:0 auto; text-align:left; 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 and deleting the parameter of "widht:expression...". The minimum value is 850px.*/

#header {height:490px; font-size:.875em;}
#content { font-size:.69em;}
#footer { font-size:.75em;}

.col_1, .col_2, .col_3, .col_4, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .col_1 {width:25%;}
#page1 #content .col_2 {width:25%;}
#page1 #content .col_3 {width:25%;}
#page1 #content .col_4 {width:24%;}

/*======= index-1.html =======*/
#page2 #content .col_1 {width:59%;}
#page2 #content .col_2 {width:41%;}

/*======= index-2.html =======*/
#page3 #content .column1 { width:51%;}
#page3 #content .column2 { width:49%;}
#page3 #content .row_2 .col_1 { width:48%;}
#page3 #content .row_2 .col_2 { width:52%;}

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

/*======= index-4.html =======*/
#page5 #content .row_1 .col_1 { width:57%;}
#page5 #content .row_1 .col_2 { width:43%;}
#page5 #content .row_2 .col_1 { width:46%;}
#page5 #content .row_2 .col_2 { width:54%;}

/*======= index-5.html =======*/
#page6 #content .col_1 { width:471px;}
#page6 #content .col_2 { margin-left:471px; float:none;}

#page6 #content .col_1 .column1 { width:210px;}
#page6 #content .col_1 .column2 { width:199px;}

/*=========================*/


#footer {height:80px;}