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


.col_1, .col_2, .col_3, .col_box_1, .col_box_2{
	float:left;
	margin-left: 5px;
}


/*======= index.html =======*/
#page1 #content .col_1{
	width:150px;
}
#page1 #content .col_2{
	width:550px;
}
/*=========================*/

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

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

/*======= index-3.html =======*/
#page4 #content .col_1{width:526px;}
#page4 #content .col_2{width:250px;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{width:313px;}
#page5 #content .col_2{width:463px;}
/*=========================*/

/*======= index-5.html =======*/
#page6 #content .col_1{width:313px;}
#page6 #content .col_2{width:220px;}
#page6 #content .col_3{width:243px;}
/*=========================*/

/*- Menu 6--------------------------- */
	
#menu6 {
	width: 124px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 256px;
	}
	
#menu6 li a {
	height: 24px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu6 li a:link, #menu6 li a:visited {
	color: #FFF;
	display: block;
	background:  url(menu6.gif);
	padding: 8px 0 0 10px;
	}
	
#menu6 li a:hover {
	color: #FFF;
	background:  url(menu6.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
