#site_center {text-align:center;}
#main {
	margin:0 auto;
	width:780px;
	text-align:left;
	margin-top: 5px;
}

.min_width {min-width:778px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 780)? "780px" : "100%");}


/*You can modify the width of the website by changing "width" parameter with #menu, #header, #content, #footer. The minimum value is 780px.*/


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


/*======= page.html =======*/
#page #t_central .col_1{
	width:32%;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	height: 100px;
}
#page #t_central .col_2{
	width:190px;
	height: 505px;
	margin-right: 2px;
}
#page #t_central .col_3{
	width:33%;
	border: 1px solid #CCCCCC;
	margin-left: 2px;
	height: 100px;
}
/*=========================*/

/*======= page_contact.html =======*/
#page#t_central-contact.col_1{
	width:32%;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	height: 100px;
}
#page#t_central-contact.col_2{
	width:190px;
	border: 1px solid #CCCCCC;
	height: 100%;
	margin-right: 2px;
}
#page#t_central-contact.col_3{
	width:33%;
	border: 1px solid #CCCCCC;
	margin-left: 2px;
	height: 100px;
}
/*=========================*/
