/* --- Globals --- */

body {
  font-family: Georgia, serif;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #ffffff url("img/orchid-orange.jpg") top center;
}

p {
  line-height: 1.3;
}

h1, h2, h3 {
  color: #B7410E;
}

#container {
  background: white;
  width: 892px;
  margin: 0 auto;
  text-align: left;
}

/* --- Navigation --- */

#nav {
  margin: 0 40px;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #B7410E;
}
#nav li {
  float: left;
  display: block;
  list-style-type: none;
}
#nav li#nav1 {
  text-align: center;
  width: 175px;
}
#nav li#nav2 {
  text-align: center;
  width: 200px;
}
#nav li#nav3 {
  text-align: center;
  width: 225px;
}
#nav li#nav4 {
  text-align: center;
  width: 125px;
}

#nav li a {
  text-align: center;
  color: #48442D;
  text-decoration: none;
  border: none;
}
#nav li a:hover {
  color: #B7410E;
  border-bottom: 3px solid #B7410E;
}
img {
  border: 0;
}

/* --- Content --- */

#content {
  margin: 40px 20px 0 100px;
  width: 520px;
}

h1 {
  margin-top: 30px;
  font-size: large;
  line-height: 1;
}
h2 {
  font-size: small;
  font-style: italic;
  font-weight: normal;
}
h3 {
  font-size: medium;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
}

#content li {
  list-style-type: circle;
  font-size: small;
}


/* --- Sidebar --- */

#location {
  border-left: 1px solid black;
  padding-left: 10px;
  font-size: small;
  width: 222px;
  float: right;
}
#location p {
  text-align: left;
}

/* --- Footer --- */

#footer {
  font-size: small;
  text-align: center;
  padding-bottom: 40px;
}
#footer p {
  line-height: 1;
}
