#content {
	margin-top: -40px;
	width: 650px;
	margin-left: 150px;
}

	#content h2, #content h3, #content h4 {
		color: #e30017;
	}



	#content p, #content ul {
		color: #444;
		line-height: 1.4em;
	}

	#content ul {
		margin-left: 40px;
		margin-right: 20px;
		list-style-type: none;
		padding:0;
	}

		#content ul li {
			background-image: url('images/bullet.gif');
			background-repeat:no-repeat;
			background-position: 0 7px;
			padding-left: 16px;
		}



	#content #map {
		margin: 0 20px;
	}

	#content #images {
		float: right; 
		margin: 20px; 
		width: 300px;
	}

		#content #images a img {
			border: none;
			margin: 10px 0 20px 0;
		}

#contentarea {
	padding-top: 190px;
	background-repeat: no-repeat;
}


