@charset "utf-8";
/* CSS Document */

#container { 
	width: 935px; 
	background: #FFF; 
	margin: 0 auto; 
	padding-left: 10px; 
	padding-right: 10px; 
	overflow: hidden; 
}
#banner_left {
	width: 445px;
	float: left;
}
#banner_right {
	width: 445px;
	height: 32px;
	float: right;
}
#line {
	margin-top: 22px;
}
#page_title_left {
	width: 445px;
	height: 32px;
	float: left;
}
#page_title_right {
	width: 445px;
	height: 32px;
	float: right;
}
.clear-both {
	 clear: both;
}
#left_column, #center_left_column, #center_right_column, #right_column { 
	width: 200px;
	height: 360px; 
	float: left;
	margin-top: 7px;
}
#center_left_column, #center_right_column, #right_column { 
	margin-left: 45px;
}
#text_left {
	width: 445px;
	float: left;
	overflow: hidden;
}
#text_right {
	width: 445px;
	float: right;
	overflow: hidden;
}
#about_image_left {
	width: 445px;
	height: 256px; 
	float: left;
	margin-top: 7px;
}
#about_image_right {
	width: 445px;
	height: 256px; 
	float: left;
	margin-top: 7px;
	margin-left: 45px;
}
#image_left {
	width: 445px;
	height: 256px;
	float: left;
	margin-top: 7px;
}
a:link {
	text-decoration: none;
	color: #43444B;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.fs {
	font-size: 14px;
}
.change_opacity:hover{
	opacity: 0.6;	
}