body {
   background: #90C7E3;
   background-image: linear-gradient(#fff, #90C7E3);
   background-attachment:fixed;
   color: #666;
   font-family: "Arial", "Helvetica", sans-serif;
}
#wrapper{
   margin: auto;
   width: 80%;
   background-color: #fff;
   min-width: 960px;
   max-width: 2048px;
   box-shadow: 3px 3px #333;
}
.header {
   background: #003;
   background-image: url("sunset.jpg");
   background-repeat: no-repeat;
   background-position: right;
   color: #fff;
   height: 60px;
   margin: auto;
   padding-top: 15px;
   text-align: center;
}
.nav {
   background: #fff;
   font-weight: bold;
   text-align: center;
   margin: auto;
   padding: 20px;
   width: 50%;
}
.nav a{
   text-decoration: none;
   margin: 10px;
}
.main{
   padding: 1px 20px 20px 20px;
   display: block;
}
#homehero{
   height: 300px;
   background-image: url("coast.jpg");
   background-size: 100% 100%;
   background-repeat: no-repeat;
}
#yurthero{
margin-left: 190px;
   height: 300px;
   background-image: url("yurt.jpg");
   background-size: 100% 100%;
   background-repeat: no-repeat;
}
#trailhero{
	margin-left: 190px;
   height: 300px;
   background-image: url("trail.jpg");
   background-size: 100% 100%;
   background-repeat: no-repeat;
}
h1 {
   margin-bottom: 0px;
   margin-top: 0px;
   font-family: "Georgia", "Times New Roman", serif;
}
h2 {
   color: #3399CC;
   font-family: "Georgia", "Times New Roman", serif;
   text-shadow: 1px 1px #ccc;
}
h3 {
   font-family: "Georgia", "Times New Roman", serif;
}
ul {
   list-style-image: url("ch5pacific/marker.gif");
}
dt {
   color: #003;
}
.resort {
   color: #5c7fa3;
   font-weight: bold;
}
.footer {
   font-size: 75%;
   font-style: italic;
   font-family: "Georgia", "Times New Roman", serif;
   text-align: center;
   padding: 20px;
}
.contact {
   font-size: 90%;
}
   