#homeMain2 {
	background-color: #FFFFFF;
	background-image: url(images/homeMain_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 338px;
	border: 1px solid #E8E8E8;
	padding: 6px;
}
#mainLeft2{
	float: left;
	width: 358px;
	background-color: #EFEDED;
	margin-top: 1px;
}

#bodyContentouter {
	
	width: 430px;
	border: 1px solid #E8E8E8;
	background-image: url(images/homeQuick_back.gif);
	background-repeat: repeat-x;
	
	padding: 5px;
}

#bodyContent {
	width: 408px;
	border: 1px solid #E8E8E8;
	padding: 10px;
	background-color: #EFEDED;
	background-image: url(images/body_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#servicesNav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#servicesNav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#servicesNav li {
	display: inline;
	padding-right: 9px;

}

#servicesNav a:link, #servicesNav a:visited {
	color: #000000;
	text-decoration: none;
	}

#servicesNav a:hover {
	color: #9A171F;
}
#servicesNav a:active {
	color: #9A171F;
	text-decoration: none;
}
