/* CSS Document */

body {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;}

h2 {font-weight:bold;
border-left: 10px solid #ffc0cb;
border-right: 10px solid #fff5ee;
background-color: #ffe4e1;
color: #808000;}

h5 {font-weight:bold;
color: #808000;
background-color: #ffe4e1;
margin:auto;

}

#principal {position:static;
width:740px;
margin-left:auto;
margin-right:auto;}

#esquerda {position:static;
float:left;
width:130px;
}

#direita {position:static;
float:right;
width:130px;
}


#centro {position:static;
margin-left:135px;
margin-right:135px;
}

#rodape {position:static;
float:center;
width:410px;
font-size:8px;
text-align: center;
font-weight:bold;
border-left: 10px solid #ffc0cb;
border-right: 10px solid #fff5ee;

background-color: #ffe4e1;
color: #808000;}

