/* CSS Document */

html, body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #657370;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}

a {
  color: #FFC671;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 10px 0;
}

.clear_float {
  clear: both;
}

#container {
  position: relative;
  width: 850px;
  min-height: 95%;
  border: 1px solid #D3D7D8;
  background: #21353E url(/images/bg.jpg) repeat-y;
}

#header {
  width: 850px;
  height: 180px;
  border-bottom: 1px solid #D3D7D8;
}

#nav {
  margin: 5px 0;
  padding: 0;
  width: 152px;
  float: left;
  list-style: none;
  font-size: 12px;
  font-weight: bold;
}
#nav li {
  margin: 0;
  width: 152px;
  display: block;
}
#nav li a {
  padding: 5px 5px 5px 10px;
  width: 137px;
  display: block;
  color: #DADEDC;
}
#nav li a:hover {
  background-color: #553A35;
  text-decoration: none;
}

#content {
  width: 678px;
  float: right;
  font-size: 12px;
  color: #DADEDC;
  padding: 10px 10px 0 10px;
}
#content h2 {
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #FFC671;
  color: #FFC671;
  font-size: 18px;
  font-family: "Bookman Old Style", Verdana, Arial;
  font-weight: normal;
  text-align: center;
}

#footer {
  padding: 5px;
  width: 850px;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #FFFFFF;
}
