/* Page layout styles. */

html,body {
  padding:0;
  margin:0;
}

body {
  background:rgb(0,141,10);
  color:#000;
  font-family:Helvetica,Arial,sans-serif;
  font-size:100%;
}

#container {
  background:#fff;
  color:#000;
  margin-right:auto;
  margin-left:10em;
  padding:1em;
  width:40em;
}

#header {
  background:#ccc;
  color:#000;
  padding:1em;
  float:left;
  margin-top:-1em;
  margin-left:-11em;
}

#nav {
  width:8em;
}

#footer {
  clear:both;
  border-top:1px solid #000;
}

#footer img {
  float:left;
  margin-right:1em;
}

/* End of page layout styles. */


/* Styles for the navigation links. */

ul#nav {
  list-style:none;
  padding:0;
  margin:0;
}

ul#nav li {
  padding:0;
  margin:0;
  text-transform:uppercase;
  font-weight:bold;
}

/* End of styles for the navigation links. */


/* Other styles for all pages. */

h1 {
  color:rgb(0,141,10);
  background:#fff;
  text-align:center;
  font-family:serif;
  margin-top:0;
  text-transform:uppercase;
}

/* End of other styles for all pages. */


/* Styles for the 'Welcome' page. */

#welcome_left {
  width:171px;
  float:left;
  text-align:center;
}
#welcome_right {
  margin-left:171px;
  padding-left:1em;
}
#welcome_left a img {
  border:none;
  margin-top:0.5em;
  vertical-align:bottom;
}

/* End of styles for the 'Welcome' page. */


/* Styles for the 'Local Guide' page. */

#guide img {
  float:left;
  margin-right:1em;
}

/* End of styles for the 'Local Guide' page. */


/* Styles for the 'Contacts' page. */

.contact {
  border-top:1px solid #888;
  padding:0.5em;
}

.contact h2 {
  font-size:1em;
  margin-top:0;
}

.contact span {
  float:left;
  width:3.2em;
}

/* End of styles for the 'Contacts' page. */
