#mainServices h1 {
	color: #990000;
	text-align: left;
	font-family: ITC Franklin Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 13px;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size:16px;
}

#mainServices {
	float: left;
	margin-left: 10px;
	width: 898px;
	height: 530px;
	margin-top: 15px;
    background: url(images/portfolio/main_portfolio_page_body_bg.jpg) no-repeat left top;
}

/* SUB-MENU NAVIGATION */

#subNav {
	margin-top: 16px;
}

#subNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#subNav li {
	float: left;
	width: 100px;
	list-style: none;
}

#subNav a {
	color:#969696;
	font-size: .85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align:	center;
	display:block;
	background-repeat: no-repeat;
	background-position: left center;
}

#subNav a:hover {
	color:#990000;	
}

/* BEGIN BODY OF PAGE */

#mainLeftServices {
	float: left;
	width: 400px;
	margin-top: 20px;
	padding-left: 15px;
}

#mainRightServices {
    background: url(images/services/) no-repeat left top;
	float: right;
	width: 345px;
	margin-right: 30px;
}

#mainRightServices p {
	line-height: 1.4em;
	padding-left: 20px;
}

#mainRightServices a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #5e94ba;
}

#mainRightServices a:hover {
	background-color: #5e94ba;
}

#mainRightServices img {
	color: #990000;
	text-decoration: none;
	font-weight: none;
	border-bottom: none;
}

/* END BODY OF PAGE */
