#contentContainerDiv {
	width: 100%;
	background-image: url("../images/texture_bg.png");
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
	clear: both;
	margin: 0px;
	margin-left: 10%;
	padding: 40px;
	padding-left: 0px;
	
}

ul li {
	padding: 5px 0px 5px 20px;
	background: url("../images/li-icon.png") 0 10px no-repeat;
}

ul li a {
	font-family: "Arial";
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#contentContainerDiv span {
	margin: 0px;
	margin-left: 10%;
	padding: 40px;
	padding-left: 0px;
	font-family: "Arial";
	font-size: 12pt;
}

#contentContainerDiv span a p{
	font-weight: bold;
}

#servicesMenu {
	color: rgb(255,209,64);
	background-image: url("../images/menu_over.gif");
	cursor: hand;
}

#servicesA {
	color: rgb(255,206,59);
}

#servicesA:hover {
	color: rgb(255,206,59);
}
