* {
  padding: 0;
  margin: 0;
  background: none;

  
 }

 html {
        background: url(images/background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		height: 100%;
}
body {
  font-family: tahoma;
  font-size: 12px;
  color: #BBBBBB;
  height: 100%;
  
 }

/*
*html  #outer-wrapper {
position: relative;

background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/styles/natal01/images/panel_bg.png', sizingMethod='scale');
 
}
*/

#outer-wrapper {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    
        

	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("images/panel_bg.png") ;
	background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: auto auto;
    font-family: Arial;
    font-size: 100%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    margin-left: 200px;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 20px;
    
	min-height: 100%;
    text-align: left;
    width: 900px; 
	
	margin: 0 auto;	
	
}


 
 
  .left {
  float:left;
  padding-top: 20px;
  width: 216px;
  
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed; 
  
 }

.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: #FFE3A8;
  background: #292929;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  /*opacity:0.4;*/
  filter:alpha(opacity=40); /* For IE8 and earlier */
 }
 
 .right {
  padding-left: 226px;
  padding-top: 50px;
  padding-right: 10px;
}

#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;color: #FDFDFD;
 }

h2 a {
color: #FDFDFD;

 }

 h3 {
color: #FDFDFD;

 }
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: #D0D0D0;
	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: 226px;
	margin-top: 10px;
		padding-bottom: 10px;
 }

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