/* CSS Document */

/* Classes */
.no_margin_img {
	margin: 0px;
	}

.margin_img {
	margin: 0px 2px 0px 2px;
	}
/* DIVS */
#header_image {
	float: left;
	clear: none;
	width: 720px;
	height: 180px;
	margin: 15px 0px 0px 17px !important;
	margin: 15px 0px 0px 8px;
	}

#text_area {
	width: 700px;
	height: 220px;
	float: left;
	clear: both;
	margin: 0px 0px 0px 17px !important;
	margin: 0px 0px 0px 8px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	padding: 20px 10px 10px 10px;
	}
	#text_area a {
		color: #434343;
		text-decoration: none;
		}
	#text_area a:hover {
		color: #000;
		text-decoration: underline;
		}
		
#bottom_img_holder {
	width: 720px;
	float: left;
	clear: both;
	margin: 5px 0px 0px 17px !important;
	margin: 5px 0px 0px 8px;
	}
	#bottom_img_holder {
		float: left;
		clear: none;
		}
	
