body {
  margin: 0px auto;
  padding: 0px 0 0px 0px;
  background-attachment: scroll;
  background-position: center top;
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  background-repeat: no-repeat;
  background-color: #e8e8e8;
}
#wrap {
  margin: 0px auto;
  width: 885px;
}
#header-section {
  margin: 0px;
  width: 885px;
}
#header {
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  margin: 0px;
  clear: both;
  background-color: #ebebeb;
  text-transform: uppercase;
  color: #323232;
  height: 20px;
  line-height: 20px;
}
#header ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-weight: bold;
  font-size: 10px;
}
#header li {
  float: left;
  white-space: nowrap;
}
#header li a {
  border-right: 1px solid #afafaf;
  padding: 0px 10px;
  display: block;
  background-color: #ebebeb;
  text-decoration: none;
  color: #323232;
}
#header a:hover {
  border-right: 0.1em solid #afafaf;
  background-color: #dcdcdc;
  text-transform: uppercase;
  text-decoration: none;
  color: #323232;
}
#header .selected {
  border-right: 1px solid #afafaf;
  padding: 0px 5px;
  background-color: #dcdcdc;
  color: #323232;
}
* html #header a {
  width: 1%;
}
#main {
  padding-right: 30px;
  float: left;
  display: inline;
  background-color: #ffffff;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  width: 855px;
  font-family: verdana,geneva,arial,helvetica,sans-serif;
}
h1 {
  margin: 0px 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  font-size: 18px;
}
#sidebar {
  padding: 10px 55px 20px 50px;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  float: left;
  width: 200px;
  font-size: 12px;
}
#footer {
  border-style: none;
  margin: 10px 0px;
  padding: 17px 0px 3px;
  clear: both;
  text-align: center;
  color: #646464;
  width: 885px;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 10px;
  height: 120%;
}
a:hover {
  color: #0a6af5;
  text-decoration: none;
  background-color: #ffffff;
}
