/* TUDO NA PÁGINA */

* {
margin: 0px;
padding: 0px;
}

/* MENU */

a:link, a:visited {
font-size:12px;
color:#ffffcc;
text-decoration:none;
}
	
/* PÁGINA COMPLETA */

body {
font-family: verdana;
font-size: 10px;
background-image:url(background_01.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
color:#ffffff;
}

#geral {
width:500px;
margin:0px auto;
}

/* TOPO */

#topo {
width: 500px;
height: 150px;
}

h1 {
text-indent: -5000px;
width: 628px;
height: 115px;
background:url(menux2.jpg);
}
	
/* AQUI EU COLO O CODIGO UL

ul {
width: 618px;
height: 10px;
background-color:#6f5b43;
padding: 10px;
text-align: left;
}

*/
	  
li {
display: inline;
margin: 0px 8px;
}

/* CONTEÚDO */
	
#corpo {
width: 628px;
}

#esquerdo {
width: 408px;
float:left;
padding: 0px 10px;
color:#6f5b43;
text-align:justify;
}
	
#esquerdo h2 {
font-size:10px;
margin:5px 0px;
padding:3px;
}

.textodestaque {
font-size:10px;
margin-bottom:10px;
}

#direito {
width: 200px;
float:right;
text-align:center;
color:#eff0e6;
}
	
#direito h2 {
font-size:10px;
margin:5px 0px;
padding:3px;
}

/* RODAPÉ */
	
#rodape {
color:#6f5b43;
clear:left;
width: 608px;
height:10px;
text-align:right;
padding:10px;
}































