body {
	color:#666666; 
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
background-image: linear-gradient(#FFFFFF, #4F6D93);
 background-repeat: no-repeat;
	}
header {background-color: #000033; 
	color:#FFFFFF;
	background-image: url("images/sunset.jpg");
	position: relative;
	background-repeat: no-repeat;
	background-position: right;
	height: 60px;
	text-align: center;
	padding-top: 15px;}
nav {
	font-weight: bold;
	padding: 20px;
	float: left;
	width: 160px;
	}
main{
	padding: 1px 20px 20px 30px;
	background-color: #FFFFFF;
	margin-left: 190px;
	
}
h1{font-family:"Georgia, Times New Roman, or serif";
margin-top: 0px;}
h2 {color: #3399CC;
	font-family: "Georgia, Times New Roman, or serif";
	text-shadow: 1px 1px 1px #CCCCCC;}
	
dt {color:#000033;}
h3 {color:#000033;
	font-family:"Georgia, Times New Roman, or serif";}
.resort {color: #5C7FA3;
	font-weight: bold;}
nav a{text-decoration: none;}
nav a:link{color:#000033;}
nav a:visited{color:#344873;}
nav a:hover{color:#FFFFFF;}
nav ul{margin:0px;
padding-left:0px;
font-size:1.2em;
list-style-type:none;
}
main ul {
   list-style-image: url("images/marker.gif");
}
footer {text-align: center;
	font-family:"Georgia, Times New Roman, or serif";
	font-size:75%;
	font-style:italic;
	padding:20px;
	background-color:#FFFFFF;}
#contact {font-size: 90%;}
#wrapper{
	margin: auto;
	width: 80%;
background-color:#90C7E3;
min-width: 960px;
max-width: 2048px;
box-shadow: 3px 3px 3px #333333;}
#main-image{
	height:300px;
	background-image: url("images/coast-main.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left:190px;
}
#accommodations-image{
	height:300px;
	background-image: url("images/bungalow-main.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left:190px;
}
#activities-image{
	height:300px;
	background-image: url("images/trail-main.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left:190px;
}