/* BÁSICO */
html, body {
	margin: 0;
	padding: 0;
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-color: #EFF6F3;
	background-image: url(../../_images/bg.gif);
	background-repeat: repeat-x;
}
#corpo {
	padding: 0 auto;
	margin: 0 auto;
	width: 700px;
	background-color: #1C9255;
}
#corpo_tamanho {
	width: 700px;
	padding: auto;
	margin: 0;
	text-align:left;
}

#conteudo {
	display: block;
	width: auto;
	padding: 0;
	height: 100%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
a img {
	border: 0px;
}

/* NAVEGAÇÃO */
#navegacao {
	text-align: center;
	margin: 0;
	margin-top: -20px;
	margin-bottom: -17px;
	padding: 8px 0px;
	float: center;
	font: bold 12px Arial;
	width: auto;
	height: 15px;
	background: #FFFFFF;
}
#navegacao li{
	display: inline;
	color: #000;
}
#navegacao li a{
	float: center;
	height: 25px;
	color: #000;
	padding: 8px 5px;
	text-decoration: none;
}
#navegacao li a:hover {
	color: #FFF;
	background: #1C9255;
}
#navegacao li .current{
	color: #FFF;
	background: #1C9255;
}

p.iepara { 
	padding-top: 1em; /* hack ie */
}

/* CABEÇALHO */
#titulo {
	display: block;
	width: 700px;
	margin-top: 0;
	height: 410px;
	clear: both;
	background: #EFF6F3 url(../../_images/top.gif) no-repeat;
}

/* TEXTOS */
#texto {
	width: 700px;
	margin-top: -27px;
	background-color: #EFF6F3;
}
#texto_direita {
	width: 70%;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-top: 43px;
	float: right;
	position: static;
}
#texto_esquerda {
	height: auto;
	position: absolute;
	margin-top: 17px;
	width: 15%;
	margin-left: 20px;
	float: left;
}
#texto h2 {
	display: block;
	font-weight: bold;
	color: #1C9255;
	line-height: 20px;
	padding-left: 5px;
	font-style: italic;
	font-size: 16px;
}
#texto p, #texto form {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #000;
	padding-left: 5px;
}
a {
	color: #1C9255;
	text-decoration: none;
}
/* RODAPÉ */
#rodape {
	background: #EFF6F3 url(../../_images/rodape.gif) no-repeat;
	margin-bottom: -20px;
	height: 111px;
}
#rodape p {
	color: #000;
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-top: 0;
	margin-left: 20px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#rodape a {
	color: #000;
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#rodape p.estilo {
	margin-top: -10px;
}
#rodape a:hover {
	color: #FF8000;
}
#rodape a.estilo, #rodape p.estilo, #rodape span {
	color: #000;
}
#rodape a:hover.estilo  {
	color: #FF8000;
}
#sign {
	position: relative;
	width: 700px;
	height: 150px;
	padding-top: 250px;
}
#sign5 {
	position: relative;
	width: 700px;
	height: 1600px;
	*height: 150px;
	padding-top: 250px;
}
#sign1 {
	font-size: 10px;
	text-align: center;
	margin-top: 70px;
	margin-left: -450px;
}
#sign2 {
	font-size: 10px;
	text-align: center;
	margin-left: -10px;
	margin-top: -40px;
}
#sign3 {
	font-size: 10px;
	text-align: center;
	margin-top: -40px;
	margin-left: 440px;
}