/* formatos gerais */
body{
	color:#000;
	line-height:1.4em;
	padding:0;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background: #DBCFAC;
}
a{font-weight:bold;color: #8B3C12;text-decoration:none}

a:hover{text-decoration:underline;}

a:active, a:visited{color: #B07D03;}

/* estilos DIV  */
#container{
	width:732px;
	margin: 0 auto;
	}
#cabeca{
	height:380px;
	width:550px;
	background: url(../images/head.jpg) no-repeat;
	text-indent:-5000em;
	margin: auto;
	}
#cabeca1{
	height:90px;
	width:730px;
	background: url(../images/headSimples.jpg) no-repeat;
	text-indent:-5000em;
	margin: 0 auto;
	}
#menu{ /*Coluna do menu*/
	width:200px;
	float:left;
	text-align:left;
	}

#menu li {
	list-style-position: outside;
	list-style-image: url(../images/seringa.gif);

}
#historia {
	background:#FFECB5;
	height:230px;
	}
#historia h3 {
	text-indent:-5000em;
	height:45px;
	background: #FFECB5 url(../images/historia3.gif) no-repeat center left;
	}
#atual {
	background:#FFECB5 url(../images/peMenu.gif) no-repeat bottom center;
	height:360px;
	}
#atual h3 {
	display: block;
	text-indent:-5000em;
	height:100px;
	margin: 0;
	background-image: url(../images/atual3.gif);
	background-repeat: no-repeat;
	}
#extra{
	border-width: 3px;
	border-color:#2C240D;
	border-style: solid;
	background:#DEB658;
	margin:20px 0;
	padding: 5px 8px;
	font-size:small;
	font-weight:bold;
	}
#principal{
	width:455px;
	padding:40px 5px 10px 35px;
	background:#FFFFFF url(../images/principal1.gif) no-repeat;
	margin-left:230px;
	text-align:left;
	}
#principal2{
	width:457px;
	padding:40px 5px 10px 35px;
	background:#1e1002 url(../images/principal2.gif) no-repeat;
	margin-left:230px;
	text-align:left;
	color:#FFFFFF;
	}
#pe {
	clear:both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #2C240D;
	padding-left:20px;
	background: url(../images/logos.jpg) no-repeat;
	height:68px;
	text-align: left;
	text-indent:-5000em;
	}
#pe2 {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2C240D;
	}
.centerimg{
	margin:auto;
}
.pequeno{
	font-size:13px;
	}
.pequenino{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:1.2em;
	}
.esqimg{
	float:left;
	padding-right:5px;
}
.dirimg{
	float:right;
	padding-left:10px;
	padding-right:10px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
}

