@charset "UTF-8";
body {
      background-color: #b29d85;
	  }
#container {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	background-repeat: no-repeat;
	height: 357px;
	width: 1080px;
	;
	background-image: url(images/headergb.png);
}
#container #header .hleft {
	width: 250px;
	height: 110px;
	float: left;
	margin-top: 40px;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 50px;
	padding-left: 100px;
	font-weight: bolder;
	text-shadow: 2px 2px 2px #24AE11;
}

#container #header .hright {
	float: right;
	width: 500px;
	height: 180px;
	margin-top: 50px;
	margin-right: 70px;
	font-size: 24px;
	text-align: justify;
	font-weight: bolder;
}

 .header p {
	color: #B29D85;
	font-size: 18px;
	margin-left: 190px;
	margin-top: 0px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.left {
	font-size: 36px;
	padding-right: 35px;
}

#greatbay .header {
    background-image: url(images/capebrh1.png);
	background-repeat: no-repeat;
	height: 86px;
	width: 1080px;	
}
#container #greatbay .greatbayback {
	background-image: url(images/greatbayback.png);
	background-repeat: no-repeat;
	height: 487px;
	width: 1080px;
}
 #info {
	width: 580px;
	height: 420px;
	margin-left: 420px;
	padding-top: 20px;
}
 #info p a {
	font-style: italic;
	text-decoration: none;
	font-weight: bolder;
	color: #033;
}
#footer ul {
	   list-style-type: none;
	   margin: 0px;
	   padding: 0px;
}
#footer ul li {
	    display: inline; }
#container #footer ul li a {
	color: #000;
	text-decoration: none;
	font-size: 24px;
	width: 212px;
	float: left;
	
	-moz-border-radius: 20px 0;
	 -webkit-border-top-left-radius: 20px;
	  -webkit-border-bottom-right-radius: 20px;
	

	padding-bottom: 20px;
	background-color: #833527;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 20px;
}
#container #footer ul li a:hover {
	     -webkit-transform: skew(10deg,10deg);
		 color: #333;
		 }
#container #footer {
	height: 70px;
	width: 1080px;
	margin-bottom: 40px;
}
