@charset "utf-8";
/* CSS Document */

#contentRight {
	float: right;
	display: inline;
	width: 649px;
	height: 610px;
	background: #E6E6E6 url(images/background/backgroundLogo01.jpg) no-repeat bottom right;
}
/* ------------------OUR SERVICES -------------------------------*/
#ourServices {
	float: left;
	width: 610px;
	margin: 10px 0px 0px 20px;
	display:inline;
}

#ourServices .eachJob{
	background-color: #F2F2F2;
	padding: 5px;
}

#ourServices .eachJob h3 {
	margin: 5px 5px;
}

#ourServices .eachJob p {
	margin: 5px 5px;
	font-size: 120%;
}

#ourServices ul {
	margin-left: 20px;
}

#ourServices ul li {
	margin-top: 10px;
	font-size: 130%;
}


/*-----------------------------links----------------------------------*/

#links {
	float: left;
	width: 610px;
	margin: 10px 0px 0px 20px;
	display:inline;
}


#links ul {
	margin-left: 20px;
}
#links ul li {
		margin-top: 10px;
}


#links ul li a {
	font-size: 130%;
	color: #666666;
	text-decoration: none;
}

#links ul li a:link {
	color: #666666;
}

#links ul li a:hover {
	color: #666666;
	text-decoration: underline;
}

#links ul li a:visited, #links ul li a:active  {
	color: #666666;
}


/*-----------------------------links----------------------------------*/

#contact {
	float: left;
	width: 610px;
	margin: 10px 0px 0px 20px;
	display:inline;
	font-size: 120%;
}

#contact a {
	color: #666666;
	text-decoration: none;
}

#contact a:link {
	color: #666666;
	text-decoration: none;
}

#contact a:hover {
	color: #666666;
	text-decoration: underline;
}

#contact a:visited, #contact a:active {
	color: #666666;
	text-decoration: none;
}

	