@charset "utf-8";
/* CSS Document */
@font-face
{
font-family:English;
src: url('../fonts/English.ttf');/*,
     url('fonts/sweet1.eot');  IE9+ */
}
body {
	background-image: url(../images/planks2.jpg);
}
.centered {
	margin-left:auto;
	margin-right:auto;
}
.centerText {
	text-align:center;
}
.roundedCorners {
	border-radius:20px;
}
#main {
	background-color:rgba(50,50,50,0.5);
	width:900px;
	padding-top:15px;
	padding-bottom:15px;
}
#banner {
	width:600px;
}
#slideshow {
	width:850px;
}
#mainMenu {
	position:relative;
	left:6px;
	padding-top:20px;
	padding-bottom:0px;
	font-size:30px;
	color:#FFF;
	width:860px;
	height:230px;
}
.menuBTN {
	font-family:English;
	float:left;
	padding-left:29px;
	padding-right:29px;
	border-style:none;
	border-width:0px;

}
.BtnSize {
	width:150px;
	height:150px;
}
#content {
	position:relative;
	overflow:hidden; /* causes div to expand to encapsulate floated divs */
	width:850px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.innerContent {
	position:relative;
	width:380px;
	/* background-color:rgba(20,20,20,.8);
	border:1px solid  #6C6C6C; */
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:justify;
	
	color:#FFF;
}
.innerContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#DEAA3D;	
	/*background-image:url(../images/);
	background-size:100%;*/
}

.left {
	float:left;
}
.right {
	float:right;
}
#map {
	width:640px;
}
img {
	border-style:none;
}

