div.bottom_content {
	float: left;
	width: 660px;
	background: #FFF;
}

	div.bottom_content div.bottom_image {
		float: left;
		width: 200px;
		text-align: center;
	}

		div.bottom_content div.bottom_image img.image {
			border: 0px;
		}
	
	div.bottom_content div.information {
		float: left;
		margin-left: 15px;
		width: 440px;
	}

		div.bottom_content div.information a:link, div.bottom_content div.information a:visited {
			color: #000;
			text-decoration: none;
			float: left;
			width: 440px;
			cursor: pointer;
		}

		div.bottom_content div.information span.headline, div.bottom_content div.information a:link span.headline, div.bottom_content div.information a:visited span.headline {
			font-family: Arial;
			font-size: 25px;
			font-weight: normal;
			color: #3B8BA8;
			float: left;
			width: 440px;
		}
	
			div.bottom_content div.information a:link span.headline, div.bottom_content div.information a:visited span.headline {
				cursor: pointer;
			}
	
			div.bottom_content div.information span.text {
				font-family: Verdana,Arial,sans-serif;
				font-size: 13px;
				font-weight: normal;
				line-height: 1.5em;
				color: #000;
				padding: 6px 0px;
				float: left;
				width: 400px;
				margin: 0px;
			}
		
		div.bottom_content div.bottom_image a:link img.image, div.bottom_content div.bottom_image a:visited img.image {
			border: 0px;
		}

		div.bottom_content div.information a:hover span.headline {
			color: #6AB2CC;
			text-decoration: underline;
		}
	
		div.bottom_content div.information a:hover span.text {
			color: #585858;
		}