#site_center {text-align:center;}
#main {
	width:800px;
	text-align:left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .col_1 {
	width:260px;
}
#page1 #content .col_2 {
	width:470px;
}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1 {width:486px;}
#page2 #content .col_2 { width:224px;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1 {width:253px;}
#page3 #content .col_2 { width:456px;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1 {
	width:750px;
}
#page4 #content .col_2 { width:403px;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1 {
	width:210px;
}
#page5 #content .col_2 {
	width:530px;
	margin: 0px;
	padding: 0px;
}
/*=========================*/

/*======= index-5.html =======*/
#page6 #content .col_1 {
	width:250px;
	height: auto;
}
#page6 #content .col_2 {
	width:400px;
}
/*=========================*/

#footer {height:92px;}
