/* CSS Document */

body{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		/*text-align:center;*/
		margin:8px;
		padding:0px;
}

#layout{
		
		width:760px;
		height:auto;
		/*text-align:left;
		margin:0 auto;
		margin-top:30px;*/
}

#topo {

		background-image:url(../imagens/topo.jpg);
		background-repeat:no-repeat;
		width:760px;
		height:15px;
						
}		

#menu{
		width:760px;
		height:20px;
		text-align:center;
		margin-top:10px;
		font-size:10px;
		

}		

#menu ul{
		list-style-type:none;
		margin: 0px;
		padding: 0px;
		font-size:12px;
		
}		

#menu li{

		display:inline;
		padding:0px 15px 0px 15px;
		/*padding:0px 5px 0px 5px; o antigo*/
}

#menu li a {
		color:#990033;
		text-decoration:none;
}

#menu li a:hover{
		
		background-color:#990033;
		color:#FFFFFF;
		text-decoration:none;
}					

#centro{

		width:760px;
		height:auto;
}

#foto{
		width:260px;
		height:319px;
		float:left;
		margin-top:10px;
}


#conteudo{
		
		width:490px;
		height:314px;
		float:left;
		padding:10px 0 0 5px;
}

#contdestaque{
		
		width:485px;
		height:335px;
		font-size:12px;
		color:#990033;
		padding:5px 0 0 5px;
}

#rodape{
		
		background-image:	url(../imagens/rodape.jpg);
		background-repeat:no-repeat;
		width:760px;
		height:50px;
		float:left;
}
