@charset "utf-8";
/* CSS Document */
html, body {height:100%;}
body {
	background-image: url(../images/layout_03.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
	margin:0; 
	padding:0;
}
* { padding:0; margin:0; }
a:link {
	color: #000;
}
a:visited {
	color: #614D27;
}
a:hover {
	color: #614D27;
}
#corpo {
	width: 974px;
	margin: auto;
	overflow: visible;
	z-index: auto;
	height: 100%;
}
#corpo_intro {
	height:420px; 
	left:50%; 
	margin:-210px 0 0 -206px; 
	position:absolute; 
	top:50%; 
	width:411px
}
#top {
	height: 392px;
	width: 974px;
	overflow: visible;
	z-index: auto;
}
#menu {
	position:relative;
	font-family: Verdana;
	height:39px;
	z-index:auto;
	width: 964px;
	clear: both;
	background-image: url(../images/layout_04.jpg);
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	overflow: visible;
	z-index: auto;
}
#menu ul li {
	display: inline;
}
 
#menu ul li a {
	text-decoration: none;
	padding: 9px 15px 0px 10px;
	float:left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	color: #FFF;
}
#conteudo {
	width: 974px;
	overflow: visible;
	background-image: url(../images/layout_07.jpg);
	font-family: Verdana, Geneva, sans-serif;
	margin: auto;
	padding-bottom:50px;
}
#col_esq {
	width: 250px;
	height: auto;
	float: left;
	position: relative;
	text-align: justify;
	font-size: 12px;
	overflow: visible;
	z-index: auto;

}
.menu_not {
	margin: 0px 0px 10px 30px;
	text-align: left;
}
.menu_atua {
	margin: 0px 0px 10px 30px;
	text-align: left;
	z-index: auto;
}


#col_dir {
	width: 690px;
	height: auto;
	float: left;
	position: relative;
	text-align: justify;
	margin: 0px 15px 10px 15px;
	font-size: 12px;
	overflow: visible;
	z-index: auto;
}
.t_esq {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	width: 250px;
	height: 35px;
	text-align: justify;
	background-image: url(../images/layout_05.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	margin-top: 10px;
	overflow: visible;
	z-index: auto;
}
.t_dir {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	width: 690px;
	height: 35px;
	margin-top: 10px;
	text-align: justify;
	background-image: url(../images/layout_05.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	overflow: visible;
	z-index: auto;
}

#rodape {
	background-image: url(../images/layout_08.jpg);
	width: 100%;
	height: 49px;
	clear: both;
	text-align: right;
	bottom: 0;
	position: absolute;
}
#all {
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
}
* html #all {height: 100%;}

#rodape_centro {
	background-image: url(../images/layout_08.jpg);
	width: 974px;
	height: 49px;
	margin: auto;
	clear: both;
	text-align: right;
	overflow: visible;
}


#menu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#menu ul li a:active {
	color: #fff;
}
.mais_not {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.clear {clear:both;}
