body {
	margin: 0px;
	background-image: url(../img/bg-pg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #003366;
	background-attachment: fixed;
}
p {
	margin-left: 18px;
	text-align: justify;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.titulo {
	background-image: url(../img/bg_titulo.png);
	background-repeat: no-repeat;
	font-size: 25px;
	height: 33px;
	padding-left: 18px;
	color: #003366;
}
.margem {
	margin-right: 30px;
	margin-left: 30px;
}
.cor-amarelo {
	color: #FFFF00;
}
.cor-branco {
	color: #FFFFFF;
}
#agua {
	background-image: url(../img/bg-agua.jpg);
	background-repeat: repeat-x;
	background-position: center;
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 232px;
	z-index: 1;
	margin-bottom: 0px;
	clear: both;
}
#container {
	width: 743px;
	background-image: url(../img/bg_containner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -370px;
}
#container #topo {
	height: 90px;
	width: 743px;
}
#container #conteudo {
	width: 593px;
	background-image: url(../img/caixa-dagua.png);
	height: 385px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 150px;
}
#container #conteudo-interno {
	width: 720px;
	height: 385px;
	padding-right: 23px;
}
#container #links-extras {
	background-image: url(../img/bg-cont-verde.png);
	height: 184px;
	width: 730px;
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-left: 13px;
	background-color: #667C00;
}
#container #links-extras #coluna h1 {
	font-size: 22px;
	color: #041643;
}
#container #links-extras #coluna p {
	text-align: right;
}

#container #links-extras-rod {
	background-image: url(../img/fim-cont-verde.png);
	height: 15px;
	width: 743px;
	background-repeat: no-repeat;
	clear: both;
}
#rodape {
	background-color: #041643;
	width: 100%;
	height: 61px;
	clear: both;
	bottom: 0px;
	z-index: 3;
	margin-top: 10px;
}
#rodape #conteinner-rodape {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#coluna {
	float: left;
	width: 30%;
	color: #FFFFFF;
}
.form {
	width: 350px;
	border: 1px solid #003366;
}
.botao {
	font-weight: bold;
	height: 40px;
	width: 150px;
	background-color: #99CC00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #FFFFFF;
}
