#site_center {text-align:left; }

/*---- original 100% widtrh code 

main {width:100%; margin:0 auto; text-align:left; min-width:850px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 850)? "850px" : "100%");} ----*/

#main {width:800px; margin:0 auto; text-align:left; min-width:800px;}

/*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 {background:url(images/tall_top.gif) left top repeat-x; height:150px; font-size:.875em;}
#content { font-size:.69em;}
#footer { font-size:.75em;}

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

/*======= 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:25%;}
/* #page1 #content .col_5 {width:20%;} */

/*======= index-2.html =======*/
#page2 #content .col_1 { width:57%;}
#page2 #content .col_2 {width:42%;}

/*======= index-3.html =======*/
#page3 #content .column1 { width:51%;}
#page3 #content .column2<link rel="stylesheet" type="text/css" href="layout.css"> { width:49%;}
#page3 #content .row_2 .col_1 { width:48%;}
#page3 #content .row_2 .col_2 { width:52%;}

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

/*======= index-5.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:60%;}

/*======= index-6.html =======*/
#page6 #content .col_1 { width:480px;}
#page6 #content .col_2 { margin-left:480px; float:none;}
#page6 #content .col_0 { margin-left:0px; float:none;}

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

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


#footer {
	font-family:Arial;
	font-size:100%;
	line-height:.9375em;
	color:#333333;
	height:100px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left bottom;
}
