/* Generated by KompoZer */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: tahoma;
  color: #C0C0C0;
  background-image: url(images/background.gif);
  background-repeat: repeat-y;
  background-color: #292929;
  font-size: 13px;
}
.left {
  float: left;
  padding-top: 100px;
  width: 310px;
}
.left ul li {
  float: right;
}
.left ul li a {
  margin-top: 2px;
  font-family: Verdana;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  width: 155px;
  height: 23px;
  float: right;
}
.left ul li a:hover {
  background: #292929 none repeat scroll 0%;
}
.left ul li.active a {
  background: #292929 none repeat scroll 0%;
  color: #ffaa00;
}
.right {
  padding-left: 310px;
  padding-top: 100px;
}
.right img {
  border: 3px solid #cccccc;
  margin-right: 10px;
  display: block;
}
.right img:hover {
  border: 3px solid #ff00aa;
}
.block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
}
h1 {
  font-size: 15px;
  color: #990000;
  font-weight: bold;
}
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
}
a {
  color: #FFFFFF;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
.content {
  width: 60%;
}
