body{
	margin:0px;
	background-image: url(files_index/imagens/bg/bg_index.jpg);
	background-repeat:repeat-x;
	background-color:#200401;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	}
	
#principal{
	margin:0 auto;
	width:815px;
	height:auto;
	}

#cabecalho{
	width:815px;
	height:212px;
	background-image:url(files_index/imagens/bg/bg_cabecalho.jpg);
	}

#menu{
	width:815px;
	height:32px;
	}

#conteudo{
	width:815px;
	height:366px;
	background-image:url(files_index/imagens/bg/bg_conteudo_index.jpg);
	}

#rodape{
	width:815px;
	height:127px;
	text-align:center;
	color:#F0E4D0;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #F0E4D0;
}
a:hover {text-decoration: underline; 
	text-decoration: underline;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #F0E4D0;
}