@charset "utf-8";
/* CSS Document */

body{
background-image:url(madera.jpg);
margin:0px;
}

#topo{
width:700px;
height:110px;
background-image:url(logot1.jpg);
float:left;
}

#meio{
width:640px;
background-color:#FF9966;
float:left;
padding:30px;
}

p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:0.9em;
text-align:justify;
text-indent:30px;
line-height:24px;
}

#menu{
width:700px;
height:30px;
background-color:#333333;
float:left;
}

#baixo{
width:700px;
height:150px;
background-color:#0066CC;
float:left;
}

#cont1, #cont2{
width:33%;
height:150px;
background-color:#FFFF66;
float:left;
}

#cont3{
width:34%;
height:150px;
background-color:#333333;
float:left;
}

#tudo{
width:700px;
margin:auto;
}

/* aqui inicia o menu */

#nav{
margin:0px;
padding:0px;
width:700px;
float:left;
list-style-type:none;
}

#nav{
margin:0px;
padding:0px;
float:left;
}

#nav a{
float:left;
color:#CCCCCC;
text-decoration:none;
line-height:30px;
background-color:#0099FF;
width:139px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:bold;
border-right:1px solid #FFFFFF;
}

#nav li:last-child a{
border:none;
width:140px;
}

#nav a:hover{
background-color:#33CC00;
/*text-decoration:underline;*/
color:#333333;
}

tbody{
background-color:#00CC00;
border:1px solid #0099FF;
}








