body {
  margin: 0;
  padding: 0;
  background: #fafafa url(images/bodybg.jpg) repeat-y scroll left top;
  color: #303030;
  font-family: Trebuchet MS,Verdana,Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 80%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
ul {
  margin: 15px 0 20px;
  list-style-type: circle;
  list-style-image: none;
  list-style-position: outside;
  line-height: 1.5em;
  color: #303030;
  font-size: 1em;
}
li {
  margin: 0 0 8px 25px;
  text-decoration: underline;
}
a {
  color: #505050;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #505050;
  text-decoration: underline;
}
img {
  border: 1px solid #fafafa;
  margin: 0 15px 15px 0;
  padding: 1px;
  background: #ffffff none repeat scroll 0%;
  float: left;
}
a img {
  border-color: #fafafa;
}
a img:hover {
  border-color: #fafafa;
  background: #fbfbfb none repeat scroll 0%;
}
#sidebar {
  background: #fafafa url(images/sidebarbg.jpg) repeat-y scroll right top;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 100%;
  text-align: right;
}
body > #sidebar {
  position: fixed;
}
#sidebar h1 {
  margin: 20px 18px 0 5px;
  color: silver;
  font-size: 1.4em;
  letter-spacing: -1px;
  text-align: right;
}
#sidebar h2, #sidebar h3 {
  margin: 0 20px 18px 5px;
  color: Silver;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: right;
}
#sidebar h3 {
  margin: 20px 18px 4px 5px;
  color: Silver;
}
#sidebar p {
  margin: 0 20px 18px 5px;
  color: Silver;
  font-size: 0.8em;
}
#sidebar a {
  color: #808080;
}
#menu a {
  padding: 5px 18px 5px 0;
  background: #fafafa url(images/sidebarbg.jpg) repeat-y scroll right top;
  display: block;
  width: 202px;
  color: #808080;
  font-size: 1.5em;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: -0.5px;
}
#menu a:hover {
  background: #909090 url(images/sidebarbg.jpg) repeat-y scroll right top;
  color: #404040;
}
#menu a.active {
  border-top: 2px solid #909090;
  border-bottom: 2px solid #909090;
  padding: 5px 18px 5px 0;
  background: #909090 none repeat scroll 0%;
  color: #404040;
}
#menu a.active:hover {
  background: #909090 none repeat scroll 0%;
  color: #fafafa;
}
#content {
    margin: 0  75px 0 75px;
    padding: 20px 0;
  background: #fafafa none repeat scroll 0%;
}
#content p {
  margin: 0 0 20px;
  line-height: 1.5em;
  color: #101010;
  font-size: 1em;
}
#content h1 {
  margin: 0;
  color: #303030;
  font-size: 3.1em;
  letter-spacing: -3px;
  text-align: center;
}
#content h2 {
  margin: 0;
  color: #808080;
  font-weight: lighter;
  font-size: 1.7em;
  letter-spacing: -1px;
  text-align: center;
  font-style: normal;
}
#content h3 {
  margin: 30px 0 10px;
  clear: both;
  color: #505050;
  font-weight: normal;
  font-size: 1.9em;
  letter-spacing: -1px;
}
#content hr {
  border:  none;
  width: 60%;
  height: 1px;
  background-color: #404040;
}
xx {
  border: 1px dashed #00ffff;
  background-color: #606060;
  height: 1px;
}
