body
{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#dfb980;	
}

h1
{
	font-size:18px;
	color:#444444;
}

p
{
	margin-left:10px;
}

#principal
{
	margin:auto;	
	width:777px;
	height:100%;	
	display:table;		
	background-repeat: repeat-x;
	background-color:#ffffff;
	border:0px solid #ff0000;
}

#conteudo
{
	width:777px;
	height:100%;
	display:table;	
	border:0px solid #00ff00;
}

#logo_superior
{
	text-align:left;
	width:777px;
	height:171px;	
	background-image:url('../imagens/logo_superior.gif');
	background-repeat: no-repeat;
	border:0px solid #00ff00;
}

#menu
{	
	width:420px;
	position:relative;
	top:122px;
	left:115px;
	border:0px solid #0000ff;
	
}

#conteudo_dentro
{
	border:0px solid #ff0000;
	display:table;
	width:777px;
	margin-top:-1px;
}

#lateral_esq
{
	float:left;
	width:140px;
	height:447px;
	position:relative;
	z-index:4;
	background-image:url('../imagens/lateral_esq.gif');
	background-repeat:no-repeat;	
	border:0px solid #0000ff;		
}

#texto_alinhamento_dir
{
	width:589px;
	float:left;
	z-index:2;
	display:block;
	position:relative;
	font-family:verdana;
	font-size:12px;
	background-color:#ffffff;	
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:1px;
	border-style:solid;
	border-color:#cead75;
}

#texto_alinhamento_esq
{		
	width:100%;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:0px;
	border-style:solid;
	border-color:#cead75;
	position:relative;
	left:-35px;	
}

#texto
{	
	width:543px;
	margin-left:45px;
	position:relative;	
	text-align:justify;	
}

#lateral_dir
{	
	width:47px;
	height:448px;	
	position:relative;
	z-index:3;
	background-image:url('../imagens/lateral_dir.gif');
	background-repeat:no-repeat;
	border:0px solid #22d691;
	float:right;
}

#foot
{
	width:100%;
	height:177px;
	margin-top:-100px;
	z-index: 1;
	background-image:url('../imagens/foot.gif');
	background-repeat:no-repeat;
}

#adsense
{
	float:left;
	border:0px solid #cead75;
	margin-top:20px;
	width:470px;	
}

.clear
{
	clear:both;
}