/* 
   waskerd web design
*/

#about-pic {
	position: relative;
	float: left;
	width: 450px;
	height: 300px;
	margin: 57px 25px 0 25px;
}

#about-text {
	position: relative;
	float: left;
	width: 370px;
	margin: 5px 0 0 0;
	padding: 15px;
	line-height: 21px;
	text-align: justify;
}

#services-text {
	position: relative;
	float: left;
	width: 370px;
	margin: 35px 0 0 0;
	padding: 15px;
	line-height: 21px;
	text-align: justify;
}

#contact-pic {
	position: relative;
	float: left;
	width: 425px;
	height: 350px;
	margin: 25px 25px 30px 25px;
}

#contact-text {
	position: relative;
	float: left;
	width: 370px;
	margin: 65px 0 0 0;
	padding: 15px;
	line-height: 21px;
	text-align: justify;
}

