* { margin: 0; padding: 0; border: 0}

/***************************************
GERAL
***************************************/
html, body, form, td {
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #784a3c;
}
html, body {
	height: 100%;	
}
form {
	display: inline;
}
img {
	border: 0px;
}
img, input, select {
}
a {
	color: #993300;
	text-decoration: underline;
}
p {
	margin: 1em 0;
}
/**************************************/

body {
	background: #D2631B url(../_images/fundo_body.gif);
}
#main {
	background: url(../_images/fundo_main.jpg) repeat-x top;
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	padding-bottom: 15px;
}
#topo {
	background: url(../_images/topo_fundo.gif);
	height: 141px;
	width: 100%;
}
#topo #topo-ilust {
	margin: auto;
	height: 141px;
	width: 750px;
	border-left: 2px solid #5b2916;
	border-right: 2px solid #5b2916;
}
#menu {
	background: #D2691C url(../_images/menu_fundo.gif) repeat-x;
	height: 35px;
	text-align: center;
}
#conteudo {
	width: 750px;
	border: 2px solid #5b2916;
	border-top: 0px;
	margin: auto;
	background: #FFFFFF url(../_images/fundo_conteudo.gif) repeat-x top;	
	position: relative; 
	min-height: 400px; 
	height: auto !important; 
	height: 400px; 
}
#rodape {
	width: 100%;
	background-color: #f8eee3;
	height: 45px;
	border-top: 1px solid #d8bea0;
	position: absolute;
	bottom: 0px !important;
	text-align: center;
	font-size: 10px;
	color: #784a3c;
}
#conteudo-texto {
	padding: 40px 15px 60px 20px;
}
#conteudo-titulo {
	height: 36px;
	width: 355px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}
#conteudo-lateral {
	background: url(../_images/conteudo_lateral.gif);
	height: 211px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
ul
{
	margin-left: 20px;
}
li {
	margin: 10px 20px;
	list-style: square;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

