body{
	background-color: #9D9884;
}
img{
	border: none;
}
a{
	color: #113349;
}
#container{
	width: 725px;
	background-color: #9D9884;
	margin: 0px auto;
	font-family: Arial;
}

#logo{
	float: left;
	margin-left: 20px;
}
#divider{
	width: 3px;
	float: left;
	margin: 42px 10px 0 10px;
}
#contact_info{
	float: left;
	margin-top: 47px;
	font-size: 12px;
	color: #3F3D35;
	height: 81px;
	line-height: 17px;
}
	#contact_info b{
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
	}
	#contact_info a{
		color: #3F3D35;
		coration: none;
		font-weight: bold;
	}
#content_container{
	float: left;
	width: 750px;
	margin-top: 25px;
	padding-left: 25px;
}
	#images{
		width: 436px;
		float: left;
	}
	#text{
		width: 269px;
		float: left;
		margin-left: 15px;
		margin-top: 40px;
	}
		#content{
			background-image: url(images/text_background.jpg);
			width: 277px;
			height: 201px;
			margin-top: 40px;
			text-align: center;
			font-family: Arial;
			color: #000;
			font-size: 16px;
		}
		#content h1{
			font-size: 15px;
			color: #225228;
			padding-top: 15px;
			font-weight: normal;
		}
		#content h2{
			font-size: 18px;
			padding-top: 25px;
			padding-bottom: 25px;
			font-weight: normal;
		}
#windermere{
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: -30px;
}