@charset "utf-8";
@import url("../webfonts/colaborate/font_colaborate.css");

/* CSS Document */

#highlight {
	color: #FF0;
}

#main {
	width: 1220px ;
  	margin-left: auto ;
  	margin-right: auto ;
}
#main img{
	border: 0px;
}
#main_left {
	float:left; 
	width: 320px;
	height: 620px;
}	
	#main_left_top {
		float:left; 
		width: 280px;
		height: 280px;
		margin: 20px 20px 20px 20px;
		background-image:url('../images/private4.jpg');
		background-color: #E67E22;
	}
	#main_left_bottom {
		float:left; 
		width: 280px;
		height: 280px;
		margin: 0px 20px 20px 20px;
		background-color: #E67E22;
	}
		#main_left_bottom_txt {
			font-family: Colaborate;
			font-size: 20px;
			color: #FFF;
			margin: 0px 20px 0px 20px; 
		}
#main_right {
	float:left; 
	width: 900px;
	height: 620px;
}
	#main_right_top1 {
		float:left; 
		width: 280px;
		height: 280px;
		margin: 20px 20px 20px 0px;
		background-color: #E67E22;
	}
		#main_right_top1_txt {
			font-family: Colaborate;
			font-size: 20px;
			color: #FFF;
			margin: 0px 20px 0px 20px; 
		}
	#main_right_top2 {
		float:left; 
		width: 580px;
		height: 280px;
		margin: 20px 20px 20px 0px;
		background-image:url('../images/private2.jpg');
		background-color: #E67E22;
	}
	#main_right_bottom1 {
		float:left; 
		width: 580px;
		height: 280px;
		margin: 0px 20px 20px 0px;
		background-image:url('../images/private3.jpg');
		background-color: #E67E22;
	}
	#main_right_bottom2 {
		float:left; 
		width: 280px;
		height: 280px;
		margin: 0px 20px 20px 0px;
		background-color: #E67E22;
	}
			#main_right_bottom2_txt {
			font-family: Colaborate;
			font-size: 20px;
			color: #FFF;
			margin: 0px 20px 0px 20px; 
		}
