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

.left ul li {
  float: right;
  list-style-type: none;
 }

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

.left ul li a:hover {
  background: #292929;
  text-decoration: none;
 }
 
 .left ul li.active a {
  color: #ffaa00;
  background: #292929;
 }
 
 .right {
  padding-left: 310px;
  padding-top: 50px;
  padding-right: 10%;
}

#imagethumb {
  margin-top: 10px;

  display: block;
  border-left: 3px solid white;
  background:white;
  border-right: 3px solid white;
 }
 
 table a {
 	color: #C2C2C2;
	font-size:14px;
	padding-bottom:5px;
 }
 
 
 
 table tr td {
 	padding-top:5px;
	
 }
 table a:hover {
 	color: white;
	text-decoration: none;
 }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
  font-size: 47px;
  color: #FF00AA;
  font-weight: bold;
 }
 
h2 {
  margin: 0px;font-size: 47px; font-family: Arial; font-weight: lighter;
 }

h2 a {
color: #666;

 }
h2 a:hover {
color: #999;
text-decoration: none;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
  
 }
 
 

 #secondarycontent {
  
  margin: 20px;
  clear:both;
  text-align: right;
  }
 
 #secondarycontent h3{
  	color: #A0A0A0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size:18px;
	display:block;
	
  }
  
  #secondarycontent .content table {
	margin-left: auto; 
	text-align: right;
  }
  
 
  
  
  
  
.racas ul li{
  	display: inline;
	list-style-type: none;
	float:none;
	margin-left: 10px;
	font-size: 11px;
  }
  
.racas ul li a {
	float:none;
	padding: 2px;
		font-size: 11px;
  }
   
 .footer {
 	clear:both;
	padding-left: 310px;
	margin-top: 10px;
		padding-bottom: 10px;
 }

 .logo {
 	text-align:center;
	padding-bottom:10px;
 	
 }
 
 table h2 a {
 	color: #C2C2C2;
	font-size:22px;
	line-height: 33px;
 }