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

#wdLabel {
	background-image: url("images/websitedesign-label.jpg");
}
#fdLabel {
	background-image: url("images/flashdesign-label.jpg");
}
#ecLabel {
	background-image: url("images/ecommerce-label.jpg");
}
#adLabel {
	background-image: url("images/appdevelopment-label.jpg");
}
.wdHeight {
	height: 139px;
}
#webDesignGraphic {
	background-image: url("images/webdesigngraphic.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 372px;
	height: 116px;
	text-align: justify;
	margin-top: -1px;
}
#eCommerceGraphic {
	background-image: url("images/ecommercegraphic.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 372px;
	height: 116px;
	text-align: justify;
	margin-top: -1px;
}
#flashDesignGraphic {
	background-image: url("images/flashdesigngraphic.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 372px;
	height: 116px;
	text-align: justify;
	margin-top: 5px;
}
#appDevelopmentGraphic {
	background-image: url("images/appdevelopmentgraphic.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 372px;
	height: 116px;
	text-align: justify;
	margin-top: 5px;
}
#adBox p {
	margin-bottom: 6px;
}