@charset "UTF-8";
/* CSS Document */

#col-left {
	float: left;
	height: auto;
}

#find-us { 
	width: 314px;
	height: auto;
	background-color: #e90389;
	color: #fef898;
	padding: 15px;
	float: left;
	border: 3px solid #d0007b;
}

.header {
	font-family: andy;
	font-size: 300%;
	color: #fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;	
}

#find-us a {
	color: #fff;
	text-decoration: underline;
}
#find-us a:hover {
	color: #fef898;	
}
.picture {
	float: left;
	clear: both;
}

#news-letter {
	float: left;
	height: auto;
	width: 494px;	
	background-color: #f26700;
	padding: 15px;
	margin-left: 20px;
	margin-bottom: 25px;
	border: 3px solid #fa8e00;
		color: #fff899;

}

#email {
	width: 494px;
	height: auto;
	background-color: #97bd00;
	color: #fef898;
	padding: 15px;
	margin-left: 20px;
	float: left;
	border: 3px solid #87aa00;

}

#footer {
	
	 position:statics;
   bottom:0;
}