/************  Home  *********/


.homeLeftBlock {
	width: 350px;
	float: left;
	margin-top: 0px;
	position: relative;
	}

.homeRightBlock {
	width: 340px;
	float: right;
	margin-top: 50px;
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	position: relative;
	}

.homeUnder {
	clear: both;
	text-align: center;
	position: relative;
	}


/************ End Home ***********/

/************  About  *********/

.aboutEmail
{

	width: 100%;
	height: 180px;
	margin-top: 30px;
	margin-left: 20px;
	position: relative;
}

.aboutManagement
{
	float: left;
	margin-right: 60px;
	margin-left: 60px;
	position: relative;
}
/************ End Home ***********/

/*************** Services ************/
.serviceLeft
{
	width: 180px;
	float: left;
	margin-top: 20px;
	margin-right:0px;
	position: relative;
}

.serviceRight
{
	width: 540px;
	float: right;
	border-left: 2px solid #FF7100;
	padding-left: 10px;
	margin-bottom: 10px;
	position: relative;
}

/*************** End Services***********/