#site_center {text-align:center;}
#main {
	margin:auto;
	width:900px;
	text-align:left;
}


.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}


/*======= 3-column - index.html =======*/
#page1 #content .col_1 {
	width:500px;
}
#page1 #content .col_2 {width:410px;}
#page1 #content .col_3 {width:580px;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1 {width:375px;}
#page2 #content .col_2 {width:600px;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1 {width:381px;}
#page3 #content .col_2 {width:576px;}
/*=========================*/

/*======= 2-column - contact.html =======*/
#page4 #content .col_1 {
	width:560px;
}
#page4 #content .col_2 {
	width:320px;
}
/*=========================*/

/*======= one-column - privacy.html =======*/
#page8 #content .col_1 {
	width:860px;
}
/*=========================*/
#page1 #site_center #main .col_3 {
	width: 380px;
}
