@import url("../library/estilo.css");
@import url("../library/lateral.css");
@import url("../library/fonts.css");
@import url("../library/menu.css");

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #724B25;
}
body {
	background: url(../images/fundo.jpg) fixed center;
	margin-bottom: 0px;
}
img {
	border:0;
}
a, a:link {
	text-decoration:underline;
	color: #764F27;
}
a:hover, a:active {
	text-decoration:underline;
	color: #764F27;	
}
#centro {
	margin:0 auto;
	width:830px;
}
#moldura {
	float:left;
	width:800px;
	padding:15px 15px 0 15px;
	background:#ffffff url(../images/bg_fundo.png) repeat-x bottom;
}
#topo {
	float:left;
	width:800px;
	height:250px;
	background:url(../images/fundo_banner.jpg) center;
}
#principal {
	float:left;
	width:800px;
	background:#ffcc00;
	background:url(../images/bg_menu.png) repeat-y;
}
#rodape {
	float:left;
	width:810px;
	background:url(../images/fd7.png);
	padding:10px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#rodape a {
	color:#FFFFFF;
}
#lateral {
	float:left;
	width:194px;
	background:url(../images/bg_menu.png) repeat-y center;
}
#centro-3 {
	float:left;
	width:380px;
	padding:0 16px 0 0;
}
#centro-2 {
	float:left;
	width:590px;
}
#centro-mold {
	float:left;
	width:590px;
	padding:0 0 0 16px;
}
#centro-esq {
	float:left;
	width:190px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}