#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;}
/*=========================*/

/*======= expressplus.html =======*/
#page3 #content .col_1 { display: table-cell; position:relative; vertical-align: middle; text-align: left; padding-left: 80px; padding-top: 20px; width:380px; height: 299px;}
#page3 #content .col_2 { width:420px;padding-left: 0px; padding-top: 20px}
#page3 #content .tab_1 {
	height: 305px;
	width: 900px;
	background-color: #CCCCCC;
	display: table;
}
#page3 #content .nice_list ul, ol { padding-left:0px; vertical-align: middle;}
#page3 #content .nice_list_b ul, ol { padding-left:0px; vertical-align: middle;}
#page3 #content .nice_list li { margin-bottom:0.8em; }
/*=========================*/

/*======= 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;
}

