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

/* CSS Document */

#highlight {
	color: #3498DB;
}

#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: 580px;
		margin: 20px 20px 20px 20px;
		background-image:url('../images/contact1.jpg');
		background-color: #1ABC9C;
	}
#main_center {
	float:left; 
	width: 580px;
	height: 620px;
    margin: 0px 0px 0px 0px;
}
	#main_center_center {
		float:left; 
		width: 580px;
		height: 580px;
		margin: 20px 0px 0px 0px;
		background-color: #1ABC9C;
	}
		#main_center_center_txt {
			font-family: Colaborate;
			font-size: 50px;
			font-variant: small-caps;
			font-weight: bold; 
			color: #FFF;
			margin: 30px 30px 30px 30px; 
			text-align: center;
		}
#main_right {
	float:left; 
	width: 320px;
	height: 620px;
}
	#main_right_top {
		float:left; 
		width: 280px;
		height: 280px;
		margin: 20px 20px 20px 20px;
		background-color: #1ABC9C;
	}
		#main_right_top_img {
			margin-top: 80px; 
			text-align: center;
		}
		#main_right_top_txt {
			font-family: Colaborate;
			font-size: 24px;
			font-weight: bold;
			color: #FFF;
			margin-top: 30px; 
			text-align: center;
		}
	#main_right_bottom {
		float:left; 
		width: 280px;
		height: 280px;
		margin: 0px 20px 20px 20px;
		background-color: #1ABC9C;
	}
		#main_right_bottom_img {
			margin-top: 80px; 
			text-align: center;
		}
		#main_right_bottom_txt {
			font-family: Colaborate;
			font-size: 28px;
			font-weight: bold;
			color: #FFF;
			margin-top: 30px; 
			text-align: center;
		}