@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

body{
	background:url(../img/back.jpg) repeat-x;
}


#geral{
	width:734px;
	margin:auto;
}

#topo{
	width:734px;
	height:91px;
}

#topo h1 a{
	display:block;
	background:url(../img/banner.jpg);
	width:734px;
	height:91px;
	text-indent:-6000px;
	overflow:hidden;
}

#menu ul{
	list-style:none;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	display:block;
	heigth:20px;
	color:#333;
	width:110px;
	font-weight:bolder;
	text-decoration:none;
	padding:8px 0 13px 0;
	}
	
#menu ul li a:hover{
	color:#900;
	text-decoration:underline;
}

#menu ul li a.maior{
	width:150px;	
}

#conteudo{
	clear:both;
	background:#FFF;
	padding:5px;
}

#conteudo img{margin:5px;}

#conteudo ul{
	margin:0 0 20px 50px;
}

#conteudo h2{
	color:#C00;
	padding:0 0 10px 0;
}

#conteudo a{
	color:#999;
}

#conteudo a:hover{
	text-decoration:underline;
	color:#CC0000;
}

#creditos{
	width:730px;
	height:50px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#000;
	padding:5px 0 0 5px;
}

#fotoBarragem{
	margin:0 0 0 50px; 		
}