@charset "utf-8";
#wrapper #mainContent #homeContent {
	background: url(../images/home/bgHomeBodyWhite.gif) repeat-y;
	width: 961px;
	text-align: justify;
	padding-top: 25px;
	height: 300px;
	padding-bottom: 25px;
}

#wrapper #mainContent #homeContent #servicesBrief1 {
	width: 300px;
	float: left;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	margin-left: 25px;
}
#wrapper #mainContent #homeContent #servicesBrief2 {
	width: 300px;
	float: left;
}

#wrapper #mainContent #homeContent #servicesBrief3 {
	width: 300px;
	float: right;
	margin-right: 30px;
	border-right: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
}
#wrapper #mainContent #pageContent #homeContent h4 {
	text-align: center;
	padding: 15px 10px 10px;
}
#wrapper #mainContent #pageContent #homeContent p {
	padding-right: 10px;
	padding-left: 10px;
}

