/* Generated by KompoZer */
body {
  margin: 0;
  padding: 0;
  background: #e6e6e6 none repeat scroll 0% 50%;
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  font-family: Times New Roman;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}
#wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
#header {
  height: 80px;
}
#header h1 {
  margin: 0;
  padding: 35px 0 0;
  font-weight: normal;
  color: #3e3e3e;
  font-size: 90px;
  line-height: 90px;
}
#header h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 25px;
  color: black;
}
#menu {
  background: #000000 none repeat scroll 0% 50%;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 20px;
}
#menu ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}
#menu ul li {
  padding: 0 10px;
  display: inline;
}
#menu ul li a {
  text-decoration: none;
  color: #ffffff;
}
#menu ul li a:hover {
  color: #ffffaa;
  text-decoration: none;
}
#content {
  padding: 10px 20px;
  background: #ffffff none repeat scroll 0% 50%;
}
#content h2 {
  padding-top: 10px;
  font-weight: normal;
  font-size: 30px;
  color: #383838;
}
#content h3 {
  padding-left: 10px;
  color: #333333;
}
#footer {
  padding: 10px 30px;
  background: #353535 none repeat scroll 0% 50%;
  color: #ffffff;
  text-align: right;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #fff88e;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
