/*master.css for grandcanyonguide.net
 * 
 */

body {
	background-image: url("backgroundmap.jpg");
	width: 800px;
  }

h1, h2, h3, h4, h5, ul, ol, p label {
    font-family: Arial, sans-serif;
  }

.inline_photo {
  width: 100px;
  float: right;
  clear: right;
  padding: 20px 100px 20px 20px; 
}

.inline_photo img {
  border: 3px inset;
}
.inline_photo p {
  border: 3px outset;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
  text-align: center;
}  
#header_links ul {
  margin-left: -2.5em;
}

#header_links li {
  list-style-type: none;
  float: left;
  width: 8em;
  text-align: center;
  font-size: 10pt;
}

#header_links a {
  text-decoration: none;
  color: black;
  display: block;
  border: 3px blue outset;
  background-color: #b8c7ed;
}

#header_links a:hover {
  border: 3px blue inset;
}


#header {
	background-image: url("title-photo.png");
  background-repeat: no-repeat;
  text-align: left;
  color: #dee7ff;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 10px;
	padding: 200px 20px 200px 20px;
	width: auto;
  }

#header h1 {
  margin-top: -10px;
}

#main_buttons ul {
  margin-left: -2.5em;
}

#main_buttons li {
  list-style-type: none;
  float: left;
  width: 7em;
  text-align: center;
}

#main_buttons a {
  text-decoration: none;
  color: black;
  display: block;
  border: 3px blue outset;
  background-color: #dde7f4;
}

#main_buttons a:hover {
  border: 3px blue inset;
}

#main {
	background-image: url("background-fuzzy.png");
  background-repeat: repeat-y;
  text-align: left;
  margin-top: -160px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 20px;
	padding: 20px 20px 40px 22px;
  text-align: left;
	width: auto;
  }

#main_map img {
  margin: 20px 20px 20px 20px;
}

#footer {
	background-image: url("background-fuzzy-footer.png");
  background-repeat: no-repeat;
  font-size: small;
  text-align: left;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
	padding: 20px 20px 20px 20px;
  text-align: left;
	width: auto;
  }
  
#footer_logo {
  float: right;
}


