@charset "utf-8";
/* CSS Document */

body {
	background-color: #EEEEEE;
	background-image: url(img/fundo2.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#corpo {
	position:relative;
	width:884px;
	height:750px;
	z-index:1;
	background-image: url(img/fundo_pag.jpg);
	margin:0px auto;
	text-align:center;
}
#menu {
	position:absolute;
	width:826px;
	height:40px;
	z-index:1;
	left: 26px;
	top: 152px;
}

#menu a {
	height:1px; /* IE5.0 bug */
	padding: 9px 15px 8px; 
	margin:0px;
	text-decoration: none;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}

#menu a:hover {
	color: #fff; 
	background-color:#1F7AA3;
}

#navegacao {
	position:absolute;
	width:268px;
	height:35px;
	z-index:2;
	left: 596px;
	top: 0px;
}
#lateral {
	position:absolute;
	width:161px;
	height:115px;
	z-index:2;
	left: 670px;
	top: 187px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#rodape {
	position:absolute;
	width:842px;
	height:40px;
	z-index:3;
	background-color: #DFDCD5;
	left: 19px;
	top: 750px;
	text-align:center;
	border-top:2px solid #999;
	padding:5px 0px 0px 5px;
}
#esquerda {
	position:absolute;
	width:200px;
	height:540px;
	z-index:2;
	left: 35px;
	top: 191px;
	text-align:left;
	border:1px solid #DFDCD5;
}
#esquerda form {
	margin-left:10px;
}
#titulo {
	position:absolute;
	width:349px;
	height:48px;
	z-index:2;
	left: 243px;
	top: 192px;
	text-align:left;
}

#titulo h1 {
	color:#900;
	font-size:16px;
}

#titulo img {
	vertical-align:middle;
}
#conteudo {
	position:absolute;
	width:415px;
	height:474px;
	z-index:2;
	left: 243px;
	top: 240px;
}
#conteudo p {
	text-indent:15px;
	text-align:justify;
}

#conteudo input {
	width:200px;
}

#conteudo textarea {
	width:200px;
}
