body {
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 75%;
  text-align: center;
  color: #666666;
}
a {
  text-decoration: none;
  color: #009999;
}
a:hover {
  color: #49515c;
}
#container {
  border: 0px solid #009999;
  margin: 0 auto;
  padding: 0 0px;
  background: #ffffff none repeat scroll 0% 50%;
  width: 750px;
  text-align: left;
}
#demoheader {
  border-top: 0px solid #009999;
  border-bottom: 0px solid #ffffff;
  padding: 220px 50px 30px;
  background: #ffffff  url(images/hydepark.jpg) no-repeat scroll  100% 0;
}
#demoheader h1 {
  margin: 0;
  color: #ffffff;
  text-indent: -5000px;
  font-size: 1.8em;
  font-weight: bold;
  cursor: default;
}


#header {
  border-top: 0px solid #009999;
  border-bottom: 0px solid #ffffff;
  padding: 220px 50px 30px;
  background: #ffffff  url(images/cover_open.jpg) no-repeat scroll  100% 0;
}
#header h1 {
  margin: 0;
  color: #ffffff;
  text-indent: -5000px;
  font-size: 1.8em;
  font-weight: bold;
  cursor: default;
}
#nav {
  border-bottom: 0px solid #ffffff;
  margin: 0;
  padding: 0;
  background: #009999 none repeat scroll 0% 50%;
  height: 2.2em;
  line-height: 20px;
}
#nav li {
  list-style-type: none;
  display: inline;
}
#nav li a {
  border-right: 0px solid #ffffff;
  border-bottom: 0 none;
  padding: 3px 8px;
  text-decoration: none;
  color: #ffffff;
  background-color: #009999;
  font-size: 1em;
  float: left;
  font-weight: bold;
}
#nav li a:hover {
  background-color: #666666;
}
#nav li a.on {
}
#content {
  padding: 10px 0px;
  float: left;
  position: relative;
  width: 700px;
  margin-left: 20px;
  line-height: 20px;
  text-align: left;
  word-spacing: 0px;
}
#footer {
  border-top: 10px solid #ffffff;
  padding: 10px;
  background-color: #999999;
  text-align: center;
  color: #333333;
  font-size: 0.8em;
  line-height: 16px;
  clear: both;
}
#footer a {
  border-bottom: 0px none;
  text-decoration: none;
  color: #009999;
}
#footer a:hover {
  border-bottom: 0px none;
  color: #333333;
}
