* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: tahoma;
  font-size: 11px;
  color: #666;
  background-image: url(/images/background.gif);
  background-repeat: repeat-y;
  background-color: #292929;
 }
 
 .left {
  float:left;
  padding-top: 100px;
  width: 300px;
  height: 100%;
 }

.left ul li {
  float: right;
 }

.left ul li a {
  margin-top: 2px;
  font-family: Verdana;
  font-size: 12px;
  color: #212121;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  width: 300px;
  height: 23px;
  float: right;
}

.left ul li a:hover {
#  background: #292929;
 }

 .left ul li.active a {
#  color: #ffaa00;
#  background: #292929;
 }

 .right {
  padding-left: 310px;
  padding-top: 100px;
}

.right img {
  margin-right: 10px;
  margin-top: 10px;
  display: inline;
  border: 3px solid #CCC;
 }

# .right img:hover {
#  border: 3px solid #ff00aa;
# }

 .block {
  margin-top: 10px;
  height: 10px;
  width: 10px;
 }

h1 {
  font-size: 11px;
  color: #FF00AA;
  font-weight: bold;
 }

h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }

a {
  color: #666;
  text-decoration: none;
 }

a:hover {
  text-decoration: none;
 }

.logo{
  font-family: BankGothic Lt BT, Arial;
  font-size: 22px;
  color: #FFF;
  text-decoration: none;
  width: 155px;
  height: 23px;
  float: left;
}


 .content {
  width: 600px;
 }

 .footer {
  margin-top: 100px;
  width: 500px;
  vertical-align: middle; 
 }
