/* ABOUT US STYLES
*****************************************/
#contactBlock {
	position: absolute;
	z-index: 1;
	top: 142px;
	left: 0px;
	width: 970px;
	height: 647px;
	background-image: url(../images/about_us/about_us_bkg.jpg);
	background-repeat: no-repeat;
}
#contactBox {
	position: absolute;
	z-index: 5;
	width: 515px;
	height: 340px;
	top: 20px;
	left: 20px;
	background-image: url(../images/contact/contact_box.png);
	background-repeat: no-repeat;
}
.contactBoxText {
	position: absolute;
	z-index: 6;
	top: 55px;
	left: 20px;
	width: 475px;
	height: 250px;
}
#portfolioBoxContact {
	position: absolute;
	z-index: 5;
	width: 236px;
	height: 303px;
	top: 280px;
	left: 590px;
	background-image: url(../images/homepage/portfolio_box.png);
	background-repeat: no-repeat;
}

