body{	
      padding: 0px;
      margin: 0px;
	  background : #FFF url(images/fundo.jpg) no-repeat top center;
	  background-attachment: fixed;
	  text-align: left;
	  }
	  
#container{
	width: 770px;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-left: -389px;
	background-color: #FFF;
	border: 1px solid #000;
	}

#cabecalho{	
           padding: 0px;
		   margin-bottom: 2px;	
		   height: 150px;	
		   background : #FFF url(images/logo.jpg) no-repeat center center;
		   }
		   
h1{
   font-family: Tahoma, Arial, Verdana;
   font-size: 11px;
   color: #000000;
   padding-left: 40px;
   padding-top: 18px;
   }	  		   
		   
		   
h5{
   font-family: Tahoma, Arial, Verdana;
   font-size: 9px;
   color: #000;
   font-weight: 100;
   }      	  
		   
				   
#conteudo{	
      padding: 0px;	
	  height: 450px;
	  width: 700px;
	  background : #FFF;
	  margin-top: 1px;
	  }
	  
.form{
	position: absolute;
	padding: 0;
	height: 400px;
	width: 350px;
	background : #FFF;
	top: 204px;
	left: 178px;
	}	  

form fieldset{
      background: #FFF;
	  border: 1px solid #CCC;
	  width: 320px;
	  height: 400px;
	  padding-left: 23px;
	  padding-top: 0px;
	  }
	  
.texto{
	position: absolute;
	padding: 0;
	height: 88px;
	width: 176px;
	background : #FFF;
	top: 287px;
	left: 552px;
	}	  	  
	
.texto_cabecalho{
	position: absolute;
	padding: 0;
	height: 47px;
	width: 94px;
	background : #FFF url(images/contato.jpg) no-repeat left center;
	top: 195px;
	left: 16px;
	}	  	  	  	 	   
	  
	  
#modernbricksmenu2{
       padding: 0;
       width: 100%;
       border-top: 8px solid #999900; /*Brown color theme*/
       voice-family: "\"}\"";
       voice-family: inherit;
       background-color: #666666;
       }

#modernbricksmenu2 ul{
       margin:0;
       margin-left: 0px;/*margin between first menu item and left browser edge*/
       padding-left: 15px;
       list-style: none;
       }

#modernbricksmenu2 li{
       display: inline;
       margin: 0 2px 0 0;
       padding: 0;
       text-transform: uppercase;
       }

#modernbricksmenu2 a{
       float: left;
       display: block;
       font: bold 11px Arial;
       color: white;
       text-decoration: none;
       margin: 0 1px 0 0; /*Margin between each menu item*/
       padding: 5px 10px;
       background-color: black; /*Brown color theme*/ 
       border-top: 1px solid white;
       }

#modernbricksmenu2 a:hover{
       background-color: #999900; /*Brown color theme*/ 
       color: white;
       }

#modernbricksmenu2 #current a{ /*currently selected tab*/
       background-color: #999900; /*Brown color theme*/ 
       color: white;
       border-color: #FFF; /*Brown color theme*/ 
       }

#rodape{	
      padding: 0px;
	  height: 80px;
	  background : #FFF url(images/rodape.jpg) no-repeat bottom center;
	  margin-top: 0px;
	  text-align: center;
	  font-family: Tahoma, Arial, Verdana;
	  font-size: 9px;
	  }	   

a:link {
	   color:#000;
	   text-decoration: none;
       }

a:visited {
	   color:#000;
	   text-decoration: none;
       }

a:active {
	   color:#000;
	   text-decoration: none;
       }

a:hover {
	   color:#000;
	   text-decoration: underline;
       }		   		   
