body {
background: linear-gradient(to bottom, #FFFFFF, #90C7E3);
background-repeat: no-repeat;
  color: #666666;
  font-family: Arial;
}

header {
  background-color: #002171;
  color: #FFFFFF;
  background-image: url('sunset.jpg');
  background-repeat: no-repeat;
  background-position: right;
  height: 60px;
  text-align: center;
  padding-top: 15px;
    
}
main {
  padding: 1px 20px 20px 20px;
  display: block; /* for Internet Explorer */
}
nav {
  background-color: #BBDEFB;
    font-weight: bold;
}
nav a {
  text-decoration: none;
}


h1 {
  margin-bottom: 0;
    font-family: Georgia, Times New Roman, serif;

}

h2 {
  color: #1976D2;
    font-family: Georgia, Times New Roman, serif;
  text-shadow: 1px 1px #CCCCCC;

}

h3 {
  font-family: Georgia, Times New Roman, serif;
  color: #000033;
}

ul {
  list-style-image: url('marker.gif');
}

dt {
  color: #002171;
}

footer {
  font-size: 75%;
  font-style: italic;
  text-align: center;
  font-family: Georgia, Times New Roman, serif;
    padding: 2em;

}


.resort {
  color: #1976D2;
font-weight: bold;

}

#contact {
  font-size: 90%;
}
#wrapper{
      width: 80%;
      margin-right: auto;
      margin-left: auto;
      background-color: #FFFFFF;
      min-width: 700px;
      max-width: 1024px;
      box-shadow: 5px 5px 5px #828282;
}
#homehero {
  height: 300px;
  background-size: 100% 100%;
}

/* Selector for the yurthero id */
#yurthero {
  height: 300px;
  background-size: 100% 100%;
}

/* Selector for the trailhero id */
#trailhero {
  height: 300px;
  background-size: 100% 100%;
}
/*Was not appearing correctly. I had to fix this with absolute references*/
#sidebar {
	width: 20%;
	position: absolute;
	top: 0;
	left: 0;
}

#content {
	margin-left: 20%;
}
