@charset "utf-8";
*{margin: 0; padding: 0;}*

body, html { height:100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	color: #000;
}
img {
	border: 0px;
}

#tudo {
	position:relative;
	height: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#barra {
	float: left;
	width: 250px;
	min-height:100%;
	height:auto;
	_height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(imagens/bg_barra.png);

}
#logo {
	margin-right: auto;
	margin-left: auto;
	width: 215px;
	margin-bottom: 10px;
	height: 103px;
}
#menu {
	float: left;
	width: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#endereco {
	float: left;
	width: 240px;
	padding-left: 10px;
}
#topo {
	float: right;
	height: 110px;
	width: 720px;
}
#conteudo {
	position:absolute;
	top:135px !important;
	width: 700px;
	min-height: 400px;
	height: 402px;
	left: 263px;
	background-image: url(imagens/bg_barra.png);
	_background-image: none; /* Essa é pra o IEca 6, pra ele não ler o PNG padrão */

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/bg_barra.png', sizingMethod='scale');
	overflow: auto;
}
.titulo {
	float: left;
	margin-bottom: 10px;
}
.txt {
	padding: 10px;
	float: left;
	text-align: justify;
	width: 660px;
}


#rodape {
	height: 20px;
	padding: 20px;
	line-height: 20px;
	position:absolute;
	bottom:0 !important;
	width: 980px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

#rodape a {
	color: #FEEC00;
}
#local {
	color: #06F;
	border-bottom: 1px #06F solid;
	padding: 0 0 0 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
}

a:visited, a:active, a{
	color: #F60;
	text-decoration:none;
}
a:hover {
	color: #06F;
	text-decoration:none;
}
