#Content {
	margin: 20px 0 0 0;
}
#FeaturedPages li {
	float: left;
	margin: 0 0 0 10px;
	width: 235px;
	height: 230px;
	overflow: hidden;
	background: green;
}
	#FeaturedPages li.first {
		margin-left: 0;
	}
	#FeaturedPages li a {
		display: block;
	}
#NoFlash {
	height: 390px;
	position: relative;
	background: url('../images/no_flash.jpg') no-repeat 0 0;
}
	#NoFlash a span {
		display: none;
	}
	#NoFlash .mainLinks {
		position: absolute;
		width: 257px;
		height: 257px;
	}
		#NoFlash #PhysiciansLink {
			top: 45px;
			left: 38px;
		}
		#NoFlash #PatientsLink {
			top: 45px;
			right: 53px;
		}
	#NoFlash #FlashLink {
		position: absolute;
		width: 356px;
		height: 37px;
		left: 288px;
		bottom: 0;
	}
