*{
	margin:0 auto;
	text-decoration:none;
	padding:0;
	list-style-type:none;
	font-family:arial, verdana, tahoma;
}
body{
	background:url(img/bg.jpg);
	background-repeat:repeat-x;
}
a{cursor:pointer;}

#geral{
	width:980px;
	height:auto;
	background:#fff;
}

#topo{
	width:980px;
	height:107px;
	background:#fff;
}
#logo{
	width:318px;
	height:107px;
	background:url(img/logo.jpg);
	background-repeat:no-repeat;
	float:left;
}
#painel{
	width:980px;
	height:210px;
	background:url(img/painel.jpg);
	float:left;
}
#menu{
	width:662px;
	height:auto;
	float:left;
	background:#fff;
	
}
#menu ul{
	margin-top:6px;
	margin-left:30px;
}
#menu li{display:inline;}
#menu a{
	font-size:10pt;
	color:#4F4F4F;
	float:left;
	font-weight:bold;
	margin-left:10px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	border-top:5px solid #ccc;
	display:block;
}
#menu a:hover{
	border-top:5px solid #EF8100;
	color:#EF8100;
}
/*CONTEUDO*/

#conteudo{
	width:980px;
	height:auto;
	background:#fff;
	float:left;
	margin-bottom:25px;
}
#cont_esq{
	width:365px;
	height:auto;
	float:left;
	border-right:1px solid #ccc;
}
#tabela{
	width:365px;
	height:170px;
}
#conheca{
	width:310px;
	height:105px;
	background:url(img/conheca.jpg);
	background-repeat:no-repeat;
}
#bt_tabela{
	width:209px;
	height:48px;
	background:url(img/bt_tabela.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
}
a:hover #bt_tabela{
	background:url(img/bt_tabela_hover.jpg);
}
#end{
	width:301px;
	height:150px;
	margin-top:30px;
	background:url(img/bg_contato.jpg);
	background-repeat:no-repeat;
}
#end p{
	font-weight:bold;
	color:#5d5d5d;
	padding-top:12px;
	padding-left:8px;
}
#cont_centro{
	width:600px;
	height:auto;
	float:left;
}
#ultimas{
	width:260px;
	height:auto;
	margin-top:20px;
	float:left;
}
#top_ultimas{
	width:169px;
	height:30px;
	background:url(img/tit_ultimas.jpg);
	background-repeat:no-repeat;
	margin-left:25px;
}
/*noticias*/
#cont_ultimas ul{
	width:260px;
	height:auto;
	margin-top:15px;
	margin-left:25px;
}
#cont_ultimas li{
	width:260px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
#cont_ultimas h4{
	color:#2563a3;
	font-size:8pt;
	font-weight:bold;
}
#cont_ultimas a{
	color:#5d5d5d;
	font-size:14pt;
	font-weight:bold;
}
#cont_ultimas a:hover{
	color:#5F5F5F;
	text-decoration:underline;
}
#cont_ultimas li p{padding-bottom:5px;}
/*MURAL DE FOTOS*/
#fotos{
	width:282px;
	height:357px;
	background:url(img/mural.png);
	background-repeat:no-repeat;
	float:right;
}
/*RODAPE*/
#rodape{
	width:980px;
	height:120px;
	background:#ececec;
	clear:both;
}
#menu_base{
	width:300px;
	height:25px;
	position:relative;
	top:50px;
}
#menu_base li{
	border-top:2px solid #ccc;
	display:inline;
	height:25px;
}
#menu_base li a{
	height:1%;
	color:#010101;
	font-size:8pt;
	/*font-weight:bold;*/
	float:left;
	margin-left:6px;
	display:block;
}
#menu_base a:hover{
	color:red;
}
#rodape p{
	text-align:center;
	position:relative;
	top:50px;
	font-size:10pt;
}
