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


#box1-about {
	background-color:#FFFFFF;
	width:980px;
	height:100%;
	float:left;
}
#testimonial-box1 {
	margin-left:18px;
	background-color: #dcede8;	
	width:286px;
	height:250px;
	float:left;
}
#test-bg1-tl {
	background-image: url(../images/left-top-corner.gif);
	background-position: left top;	
	width:24px;
	height:23px;
	float:left;
}
#test-bg1-tr {
	background-image: url(../images/right-top-corner.gif);
	background-position: right top;	
	width:24px;
	height:23px;
	float:right;
}
#test-bg1-bl {
	background-image: url(../images/left-bottom-corner.gif);
	background-position: left bottom;	
	width:24px;
	height:23px;
	float:left;
	margin-top:227px;
	margin-left:-24px;
}
#test-bg1-br {
	background-image: url(../images/right-bottom-corner.gif);
	background-position: bottom right;	
	width:24px;
	height:23px;
	margin-top:227px;
	margin-right:-24px;	
	float:right;
}
#about-text {
	font-family:Arial, Helvetica, sans-serif;
	color:#496681;
	font-size:13px;
	float:right;
	margin-right:20px;
	margin-left:16px;
	margin-bottom:15px;
}

#header2 {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height:200px;
}