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

.wrapper{ 
	width: 1300px;
	height: auto;
	margin: auto;
} 
.social {
	width: 100%;
	height:auto;
	float: left;
}
.logo{
	width: 200px;
	height: 200px;
	float: left;
} 
.menu{
	width: 1050px;
	height: 200px;
	float: right;
	padding-top: 80px;
}
.banner{
	background-image: url(../images/Background.jpg);
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	margin-top: 2%;
	height: 600px;
} 
.banner img{ 
	width: 100%;
}
.text{
	width: 900px;
	float: left;
	margin-top: 2%;
	padding: 20px;
	border: medium #379B00 ridge;
	height: 600px;
	overflow: scroll;
} 
.image {
	width: 400px;
	height: 600px;
	float: right;
	margin-top: 2%;
}
.footer{
	width: 100%;
	float: left;
	margin-top: 2%;
	text-align: center;
}
.slideshow{
	width: 100%;
	float:left;
	margin-top: 2%;
}
.video{
	width: 1067px;
	height: 600px;
	float: left;
}
.small-image{
	width: 320px;
	height: 600px;
	float: right;
}