body {
	background-color:#DCD0C1;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #663300;
	text-align: center;
	background-image: url('images/fundo.gif');
	background-repeat: repeat;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}

#moldura {
	margin:0 auto;
	width:619px;
	text-align:center;
	padding:15px 5px 5px 5px;
	background-color:#fed454;
	background-image: url('images/fundo-around.gif');
	background-repeat: repeat;
	border:1px solid #ff9933;
}

#cabecalho {
	margin:0 auto;
	width:600px;
}

#imagens {
	margin:0 auto;
	border:1px solid #ff9933;
	width:600px;
	text-align:center;
	height:40px;
	background-image: url("images/navbg.gif");
	background-repeat: repeat-x;
	line-height:2.2em;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana;
	font-size:12px;
	color:#663300;
}

#textoesquerda {
	margin-bottom:5px;
	margin-left:5px;
	text-align:left;
	width:275px;
	height:225px;
	border:1px solid #ff9933;
	background-color:#F4F4F4;
	background-image: url("images/fundo-maincontent.gif");
	background-repeat: repeat;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana;
	font-size:12px;
	color:#663300;
	padding: 10px;
	float:left
}

#textodireita {
	margin-bottom:5px;
	margin-right:5px;
	text-align:left;
	width:275px;
	height:225px;
	border:1px solid #ff9933;
	background-color:#F4F4F4;
	background-image: url("images/fundo-maincontent.gif");
	background-repeat: repeat;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana;
	font-size:12px;
	color:#663300;
	padding: 10px;
	float:right
}

.textocentro {
	margin-bottom:5px;
	margin-left:5px;
	text-align:center;
	width:590px;
	border:1px solid #ff9933;
	background-color:#F4F4F4;
	background-image: url("images/fundo-maincontent.gif");
	background-repeat: repeat;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana;
	font-size:12px;
	color:#663300;
	padding: 5px
}

.linha {
	margin:0 auto;
	height:5px;
}

#rodape {
	clear: both;
	margin:0 auto;
	width:600px;
	height:34px
}

#direitos          {
	margin:0 auto;
	width:600px;	
	text-align:left;
	font-size: 11px;
}

a {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana;
	font-size:11px;
	color:#663300;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#imagem {
	float: left
}

#rodape p {
	font-size: 11px;
	text-align: left;
	margin-left: 36px;
	line-height: 12px;
	position: relative;
	padding-top: 0px;
	top: 5px
}

#rodape p a {
	text-decoration: none;
	color: #3E4545;
	font-weight: bold;
}

#rodape p a:hover {
	text-decoration: underline;
	color: #a7b2b1;
