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

.logo{
	width: 100%;
	float: left;
	text-align: justify;
	margin-bottom: 2%;
	
} 
.menu{
	width: 100%;
	float: left;
} 
.banner{
	width: 100%;
	float: left;

} 
.text{
	width: 100%;
	float: left;
	border:green medium ridge;
	
} 
.image{
	width: 100%;
	float: left;
} 
.footer{
	width: 100%;
	float: left;
	background-color: #06550D:
} 