* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: tahoma;
  font-size: 14px;
  color: #acacac;
  background-image: url(images/background.gif);
  background-repeat: repeat-y;
  background-color: #5c5c5c;
 }
 
 .left {
  float:left;
  padding-top: 50px;
  width: 310px;
 }

.left ul li {
  float: right;
 }

.left ul li a {
  margin-top: 2px;
  font-family: Verdana;
  font-size: 16px;
  color: #5c5c5c;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  width: 155px;
  height: 23px;
  float: right;
}

.left ul li a:hover {
  background: #5c5c5c;
  color: #acacac;
 }
 
 .left ul li.active a {
  color: #acacac;
  background: #5c5c5c;
 }
 
 .right {
  padding-left: 325px;
  padding-top: 60px;
}

.right img {

  margin-right: 10px;
  display: block;
  border: 3px solid #CCC;
 }
 
 .right img:hover {
  border: 3px solid #ff00aa;
 }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 

 
h1 {
  font-size: 14px;
  color: #6ae8af;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 12px;
 }
 
h3 {
  font-size: 30px;
  color: #acacac;
  font-weight: bold;
  padding-bottom: 60px;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {

  width: 600px;
 }
  .rodape {
  font-size: 8px;
  }