@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFF;
}
	
/* Div's principais */

#tudo {
	margin:0 auto;			
	padding: 0px;
	text-align:left; /* "remédio" para o hack do IE */
}

#conteudo {
	position: relative;
	left: 50%;
	width: 779px;
	margin: 0 0 0 -370px;
}

#topo{
	width:auto;
	height:150px;
	background-position:center;
	vertical-align:top;
	background-image: url(../images/topo/logo.jpg);
	background-repeat:no-repeat;
	width: 766px;
}

#menu{
	width:auto;
	height:36px;
	background-position:center;
	vertical-align:bottom;
	background-image: url(../images/topo/cima.jpg);
	background-repeat:repeat-x;
}

#titulo{
	width:622px;
	height:65px;
	vertical-align:middle;
	background-color:#fff;
	padding-left: 20px;
	text-align:left;
}

#centrocima{
	background-image: url(../images/conteudo/bgcima.jpg);
	width:auto;
	height:16px;
	vertical-align:bottom;
	background-position:center;
	background-color:#fff;
	background-repeat:no-repeat;
	width: 766px;
}

#centro{
	background-image: url(../images/conteudo/bg.jpg);
	width:auto;
	height:auto;
	vertical-align:bottom;
	background-position:center;
	background-color:#fff;
	background-repeat:repeat-y;
	width: 766px;
}

#rodape{
	background-image:url(../images/rodape/roda2.jpg);
	width:auto;
	height:101px;
	background-position:center;
	vertical-align:bottom;
	background-repeat:repeat-x;	
}

#rodape2 {
	width:779px;
	background-image: url(../images/rodape/rodape.jpg);
	background-position: center;
	margin: 0 auto;
	height: 101px;
}

/* Textos */

.a1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.a2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #666;
	text-align: justify;
	padding: 5px;
}
.a3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #0C0;
	text-align: justify;
	padding: 5px;
	text-transform: uppercase;
}

.a4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	color: #666;
	text-align: justify;
	padding: 5px;
}


.texto {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.titulotexto {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #00CC00;
	text-align: justify;
}

/* Links */

a {
	text-decoration: none;
	color:#06C;
}
a img { border: 0; }
