	@charset "utf-8";


	/* CSS Document */

html, body{
	background: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

* {
	padding:0px;
	margin:0px;
}


/*/////////////// CORPO ///////////////*/

div#main{
	text-align:center;
	width: 800px;
	height:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	}
	
	
	div#Imagem{
		width:100%;
		border:#000000 1px solid;
		float:left;
	}
	
	div#Pagina{
		width:100px;
		height:20px;
		padding-top:10px;
		padding-bottom:10px;
		float:left;
		text-align:center;
	}
	div#pagLeft{
		width:350px;
		height:20px;
		padding-top:10px;
		padding-bottom:10px;
		float:left;
		text-align:right;
	}	
	div#pagRight{
		width:350px;
		height:20px;
		padding-top:10px;
		padding-bottom:10px;
		float:left;
		text-align:left;
	}	

	#menuhor {
		border:none;
		margin: 0;
	}
	#menuhor li {
		list-style: none; 
		margin: 0;
		display: inline;
	}
	#menuhor li a {
		height:1px; /* IE5.0 bug */
		padding: 3px 5px; 
		margin:0;
		border: 1px solid #009933; 
		background: #FFF;
		color:#000000;		
		text-decoration: none;
	}
	#menuhor li a:link {
		color: #000;
	}
	#menuhor li a:visited {
		color: #000;
	}
	#menuhor li a:hover {
		background: #ccc;
		color: #000; 
		border-color: #000;
	}


