@charset "utf-8";
/* CSS Document */

body{
background-color:#FFFFFF;
background-image:url(imagens/fundo2.jpg);
background-repeat:repeat-x;
background-position:bottom;
font-size:13px;
font-family:"trebuchet MS",Verdana,Arial,Sans-serif;
color:#333333;
text-align:justify;
margin-top:0;
}

#container{
background-color:#FFFFFF;
width:900px;
height:100%;
margin:0 auto;
}

#tope{
width:900px;
height:130px;
background-image:url(imagens/tope.jpg);
float:left;
}

#menutopo{
width:900px;
height:30px;
float:left;
}

#flash{
width:900px;
height:370px;
float:left;
}

#menulateral{
width:276px;
height:600px;
float:left;
}

#conteudo{
width:404px;
height:100%;
padding:10px;
float:left;
}

#conteudo2{
width:604px;
height:700px;
padding:10px;
float:left;
}

#noticias{
width:200px;
height:100%;
float:left;
background-color:#f5f5f5;
}



#rodape{
background-image:url(imagens/rodape.jpg);
background-repeat:no-repeat;
width:900px;
height:150px;
clear:both;
}


