@charset "utf-8";
/* CSS Document */

body{
font-size: small;
font-family: tahoma, verdana, arial;
background-image: url(../fundo.jpg);
background-attachment: fixed;
}

#tudo{
width: 830px ;
height: auto;
margin: auto;
background-color: #FFF;
}

#topo{
width: 804px;
height: 342px;
}

#menu_direita{
width: 152px;
height: 460	px;
float: right;
background-color: #FFF;
padding-right:4px;
}

#subtitulo1{
	color:#008800;
	text-align:center;
	}

#menu_esquerda{
width: 163px;
height: 460px;
float: left;
background-color: #FFF;
padding-left:3px;
}

#conteudo{
width: 486px;
height: 500;
background-color: #FFF;
margin:auto;
}

#titulo{
background-color:#CCC;
width:auto;
height:auto;
text-align:left;
}

#titulo2{
background-color:#CCFFCC;
width:auto;
height:auto;
text-align:center;
}

#rodape{
width: 100%;
background-color: #CCC;
text-align: center;
}

#h1{
font-size: 120%;
color: #000; 
text-align:left;
font-weight: bolder;
}

#h2{
font-size:100%;
color: #000;
}

.format_texto{
text-align: justify;
font-size: 100%;
}

a:link {
	color: #030;
	text-decoration: none;
}
a:visited {
	color: #030;
	text-decoration: none;
}
a:hover {
	color: #030;
	text-decoration: underline;
}
a:active {
	color: #030;
	text-decoration: none;
}
