/* Generated by KompoZer */
body {
  background-color: #cfbe9a;
  margin-top: 10px;
}
#container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  top: 0px;
  width: 1000px;
  margin-top: 0%;
  background-color: white;
  font-weight: inherit;
  text-align: left;
  display: block;
  background-image: url(images/pinkback.jpg);
}
#header {
  height: 150px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: smaller;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  color: #ffff99;
  background-color: #5e2a22;
}
#navlist {
  height: 30px;
  width: 1000px;
  background-color: #562e24;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#footer {
  padding-top: 10px;
  clear: both;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  color: #ffff99;
  background-color: #5e2a22;
}
* {
  margin: 0px;
  padding: 0px;
}
#nav {
  margin: 0 auto;
  font-family: arial,sans-serif;
  font-size: 14px;
  color: white;
  position: relative;
  width: 1000px;
  text-align: center;
  height: 30px;
}
#nav ul {
  list-style-type: none;
}
#nav ul li {
  float: left;
  position: relative;
}
#nav ul li a {
  padding: 5px 20px;
  border-right-width: 1px;
  border-right-color: #e9e9e9;
  text-align: center;
  display: block;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
}
#nav ul li ul {
  display: none;
}
#nav ul li:hover ul {
  display: block;
  position: absolute;
}
#nav ul li:hover ul li a {
  border-right: medium none;
  border-bottom: 1px solid #f2f2f2;
  background: #562e24 none repeat scroll 0% 50%;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 58px;
}
#nav ul li:hover ul li a:hover {
  background: #6dc7ec none repeat scroll 0% 50%;
  color: #ffffff;
}

