#site_center {text-align:center; background:url(../images/tall_top.gif) left top repeat-x;}


/*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%;}
#page1 #content .col_5 {width:100%;}
#page1 #content .column1 { width:51%;}
#page1 #content .column2 { width:49%;}
#page1 #content .col_6 {width:25%;}


/*======= index-1.html =======*/
#page2 #content .col_1 {width:79%;}
#page2 #content .col_2 {width:21%;}

/*======= 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;}

/*======= feature.html =======*/
#page7 #content .col_1 {width:70%;}
#page7 #content .col_2 {width:30%;}


/*======= product.html =======*/
#page8 #content .col_1 {width:33%;}
#page8 #content .col_2 {width:33%;}
#page8 #content .col_3 {width:33%;}

#page8 #content .col_5 {width:100%;}
#page8 #content .column1 { width:51%;}
#page8 #content .column2 { width:49%;}
#page8 #content .col_6 {width:25%;}

/*======= assmentpage.html =======*/
#page9 #content .col_1 {width:50%;}
#page9 #content .col_2 {width:50%;}
/*======= comapny.html =======*/

#page10 #content .column1 { width:50%;}
#page10 #content .column2 { width:50%;}
#page10 #content .column3 { width:20%;}
/*=========================*/


#footer {height:80px;}

/*width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 850)? "850px" : "100%");8/