#container {
position: absolute;
left: 15%; 
width: 900;
background: #FFc;
}

#cabecalho {

width: 900px;
height: 200px;
position: relative;
background-image: url("imagens/logo.jpg");
border-bottom: 2px solid #030;

}

#cabecalho p  {
margin:auto; 
color: #060;
font-family: Tahoma;
font-size: 40px;
text-align:center;

}

#barra_menu  {

width: 900px;
height: 30px;
position: relative;
background-color:  #FFC;
border-bottom: 2px solid #030;

}

.links_barra  {

position: absolute; top: 4px; left: 5%;

}

.links_barra ul {

margin: auto;

}

.links_barra li {

margin: 0px 5px 0px 0px;
list-style-type: none;
display: inline;

}

.links_barra li a {

color:  #030;
padding: 4px 5px 7px 0px;
text-decoration: none;
font-size: 16px;
font-family: tahoma;

}

.links_barra li a:hover{

color: #093;
background-color: #FF9; 
text-decoration: underline;

}

#barralateral_esq {

float: left;
width: 155px;
height: 810px;
background-color: #FFC;
border-right: 2px solid #060;

}

#barralateral_esq p  {
color: #093;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
text-align: center;

}

#barralateral_dir {

float: right;
width: 155px;
height: 810px;
background-color: #FFC;
border-left: 2px solid  #060;

}

#barralateral_dir p  {
color: #093;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
font-weight:

}
	
#corpo {
margin: auto;
width: 584px;
height: 800px;
padding: 10px 0px 0px 0px;
background-color: #FFC;

}

#corpo p  {
	color: #093;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
font-weight:
;
	text-align: center;

}

#rodape {

clear: both;
text-align: center;

}

#rodape p  {

color: #0C0;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
font-weight: 

}

