
div {
	background-color:white;
	border-radius:12px;
	opacity: 0.95;
	border:4px solid #ED9426;
}

#container {
	border:none;
	background-color:transparent;
	width:1000px;
	height:750px;
	margin:auto ;
	margin-top: 10px;
}

body {
	background-image:url(images/beach2.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	font-family: Georgia, serif;
}

#heading {
	text-align:center;
	padding: 10px 0px 10px 0px;
}

#HeadingContact {
	border:none;
	width:200px;
}

#Menu {
	text-align:center;
	height:100px;
	margin-top: 5px;
}

#Display {
	text-align:left;
	font-size:120%;
	height:500px;
	margin-top:5px;
	padding:20px 20px 20px 20px;
}

#Display img {
	float:right;
	padding: 0px 20px 0px 20px;
	
}

#footer {
	text-align:center;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@charset 'UTF-8';
/* Base Styles */
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#cssmenu {
  border: 2px solid #98650c;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  width: auto;
  margin-top: 5px;
  
}
#cssmenu ul {
  zoom: 1;
  background: #f1b54c;
  background: -moz-linear-gradient(top, #f1b54c 0%, #eda11d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1b54c), color-stop(100%, #eda11d));
  background: -webkit-linear-gradient(top, #f1b54c 0%, #eda11d 100%);
  background: -o-linear-gradient(top, #f1b54c 0%, #eda11d 100%);
  background: -ms-linear-gradient(top, #f1b54c 0%, #eda11d 100%);
  background: linear-gradient(top, #f1b54c 0%, #eda11d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu li {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid transparent;
}
#cssmenu li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 15px 9px 15px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 16px;
}
#cssmenu li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f1b54c;
}
#cssmenu li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #c78410;
  border: 1px solid #98650c;
  -moz-box-shadow: inset 0 5px 10px #98650c;
  -webkit-box-shadow: inset 0 5px 10px #98650c;
  box-shadow: inset 0 5px 10px #98650c;
}
#cssmenu li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f1b54c;
}
#cssmenu li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #c78410;
  border: 1px solid #98650c;
  -moz-box-shadow: inset 0 5px 10px #98650c;
  -webkit-box-shadow: inset 0 5px 10px #98650c;
  box-shadow: inset 0 5px 10px #98650c;
}