	#content div.mark, #content div.resources, #content div.contact{
		float: left;
		width: 280px;
		height: 445px;
		margin: 0 20px;
	}

	#content div.mark {
		background:#fff url(images/markgroup/mark_home.jpg) 0 0 no-repeat;
	}

	#content div.resources {
		height: 390px;
		background:#fff url(images/resources/resources_home.jpg) 0 0 no-repeat;
	}

	#content div.contact {
		background:#fff url(images/contact/contact_home.jpg) 0 0 no-repeat;
	}

	#content ul {
		list-style-type: none;
	}

		#content ul li {
			padding: 0 0 10px 15px;
			background: #fff url(images/list_arrow.gif) 0 3px no-repeat;
			border-bottom: 1px solid #ccc;
		}

