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

.left hr {
	background: none;
	border: 0;
	border-top: 1px solid #444;
}

.nav {
    margin-top: 10px;
	width: 300px;
}
.nav li {
  float: right;
  margin-bottom: 4px;
 }

.nav li a {
  margin-bottom: 1px;
  font-family: Verdana;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  padding-left: 5px;
  width: 155px;
  float: right;
}

.nav li a:hover {
  background: #444;
 }
 
 .nav li.active a {
  color: #ffaa00;
  background: #292929;
 }
 
.right {
  float: left;
  top: 0px;
  padding-top: 100px;
  line-height: 140%;
  height: auto;
}


 
 .right ul,ol,menu {
    padding-left: 30px;
 }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
  font-size: 20px;
  color: HoneyDew;
  font-weight: bold;
 }
 
h2 {
  padding-bottom: 7px;
  font-size: 16px;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 720px; 
  color: #aaa;
 }
 
 .marge {
    padding: 40px;
    line-height: 160%;
 }
  
