ul.service  {
	margin: 0;
	padding: 0px 1.3em;
	}

ul.service  li {
	list-style-type:disc;
	margin-bottom: 0.6em;
	}

#left {
	float: left;
	width: 510px;
	}
	
#right {
	width: 262px;
	float: right;
	}

#right li {
	margin-bottom: 10px;
	}
	
h2 {
	margin-top: 0;
	color: #ffffff;
	background-color: #d6a5a5;
	padding: 4px 10px;
	}


.basic h3 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}
.basic p {
	margin-bottom : 10px;
	padding: 10px 7px;
}
.basic a {
	background-color:#fcf3f3;
	cursor:pointer;
	display:block;
	padding:4px 6px;
	border: 1px solid #ffdddb;
	margin-bottom: 1px;
	text-decoration: none !important;
}
.basic a:hover {
	border: 1px solid #330000;
	background-color: #663333;
	color: #ffffff !important;
}

.basic a:hover h3{
	background-color: #663333;
	color: #ffffff !important;
}

.basic a:selected h3{
	background-color: #330000 !important;
	color: #ffffff;
}

