@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
}

#box_conteudo {
	border:2px #000000;
	margin:0 auto;
	height: auto;
	width: 700px;
	margin-bottom:45px;
}

#cabecalho {
	height: 275px;
	width: 799px;
	margin: 0 auto;
	background:url(/images/topo.jpg) no-repeat;
}

#conteudo {

	height: auto;
	width: 799px;
	background:url(/images/fundo.jpg);
}

#geral {
	height:auto;
	width: 799px;
	margin:0 auto;
	bottom: 0;
	background:url(/images/fundo.jpg) repeat;
}

#menu {
	border:2px #000000;
	width:500px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

#menu a {
	background-color:dddddd;
	font-size:12px;
	text-decoration:none;
	padding: 4px;;
}

#menu a:hover {
	background-image:url(/images/menu/rolover_r1_c1.jpg);
}

#menu ul li {
	display: inline;
	text-decoration:none;
}

#rodape {
	border:none;
	height: 76px;
	background:url(/images/rodape.jpg) no-repeat;
	clear: both;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0 auto;
}

#texto_rodape{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	position:static;
	top: 853px;
	left: 518px;
	padding-top:55px;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:15px;
}

/*========================================
Configuração de links
========================================*/
a:link{
	color:#000033;
	font-family:arial;
	text-decoration:none;
}
a:visited{
	color:#003399;
	text-decoration:none;
}
a:hover{
	color:#006699;
}
a:active{
	color:#aaaaaa;
	text-decoration:none;
}

