/* estrutura geral */
img, div, input { behavior: url("iepngfix.htc") }

body {
margin:0;
padding:0;
font: 12px "Trebuchet MS", Tahoma;
color:#c8c8c8;
background-image:url(img/roxo_01.gif);
background-position: top center;
background-repeat:repeat-x;
background-color:#950564;
}




/* cabecalhos e rodapes */
#geral {
width: 970px;
margin: 0 auto 0 auto;
overflow:auto;
}



#texto{
width:954px;
margin-top:170px;
padding:0;
overflow:auto;
}

#logotipo{
width:944px;
height:102px;
background-image:url(img/backtop.png);
background-position:bottom center;
text-align:right;
padding-right:10px;
}


#rodape{
width:939px;
height:125px;
background-image:url(img/backbot.png);
background-position:bottom left;
padding-right:15px;
text-align:right;
margin-bottom:10px;
}


#conteudo{
width:888px;
background-image:url(img/backmeio.png);
background-position:bottom left;
padding:30px;
overflow:auto;
}



/* formatacao de tags */
.limpardivs {
clear:both;
}

a{	
	font-weight:bolder;
	color:#ffffff;
	text-decoration:none;
	}
a:visited{
	font-weight:bolder;
	text-decoration:none;
	color:#ffffff;}
	
a:hover{
	font-weight:bolder;
	color:#ffffff;
	text-decoration:underline;
	}
	
	

.inputtext{
color:#5a4005;
border:none;
background-color:#e8d098;
font: 10px "Verdana", tahoma, Arial ;
}

 
