@charset "utf-8";
#aboutcontent {
	float: left;
	height: 300px;
	width: 495px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(images/aboutbox.jpg);
	margin-right: 5px;
}
/* CSS Document */

#abouttextbox {
	float: left;
	height: 260px;
	width: 455px;
	margin: 20px;
}
#about1 {
	float: left;
	height: 250px;
	width: 300px;
	margin-bottom: 5px;
	background-image: url(images/a1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#about2 {
	float: left;
	height: 250px;
	width: 300px;
	background-image: url(images/a2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#abouttitle {
	float: left;
	height: 50px;
	width: 455px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
}
#abouttext {
	float: left;
	height: 260px;
	width: 455px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 20px;
}
#aboutimage {
	float: right;
	height: 505px;
	width: 300px;
	background-image: url(images/about1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-bottom: 5px;
}



#testimonial {
	float: left;
	height: 200px;
	width: 245px;
	margin-bottom: 5px;
	background-image: url(images/testimonial.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
}
#testimonialtext {
	float: left;
	height: 175px;
	width: 205px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

