html {
		height: 100%;
		overflow: auto;
	}
	
	/*#conteudo {
		height: 100%;
	}*/
	/* end hide */

	
body {
		margin: 0;
		padding: 0;
		background: #fff;
		font-size: 100.1%;
		font-family: verdana, helvetica, sans-serif;
		color: #666;
	}
	
a {
	color: #c00;
}
	
a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}
	
	
h2 {
		color: #BD1313;
		font-family: trebuchet MS,sans-serif;
		font-size:1.6em;

}

h3 {
		color: #666;
		font-family: trebuchet MS,sans-serif;
		font-size:1.4em;
		margin-bottom: 10px;	

}
	
#all {
		margin: 0 10px 5px 10px;
		font-size:0.7em;
		width: 725px;
}


#allpopup {
		margin: 0 10px 5px 10px;
		font-size:0.7em;
		width: 550px;
}
	
	
dt {
	font-weight: bold;
	margin-top: 20px;
	margin-left: 15px;
}
	
#navcontainer {
	font-size: 11px;
	height: 40px;
	text-align: center;
	margin: auto;
	padding: 0;
	width: 630px;
	}
	
ul#navlist
	{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-top: 10px;
	padding-left: 0;
	white-space: nowrap;
	}
	
#navlist li
	{
	
	display: inline;
	list-style-type: none;
	
	}
	
#navlist a { 
	padding: 3px 10px; 
	color: #fc0;
	font-weight: bold;
	}
	
#navlist a:link, #navlist a:visited
	{
	color: #fc0;
	/*background-color: #036;*/
	text-decoration: none;
	margin-left: 1px solid #fff;
	}
	
#navlist a:hover
	{
	color: #fff;
	/*background-color: #369;*/
	text-decoration: none;
	}

#navcontainer p{
	font-size:9px;
	color: #666;
}

#linhalegal {
	margin-top: 30px;
}

#credits p{
	color:#ccc;
	padding-bottom: 15px;
}

#credits a{
	color:#EAD1B9;
	text-decoration:none;
}

#credits a:hover{
	color:#ffcc00;
}

div.direita {
	margin-top: 20px;
	float: right;
	width: 250px;
	clear: right;
}

form.escolha {
	margin-bottom: 20px;
}
form.escolha  select{
	padding: 5px;
	border: 1px solid #ccc;
}

#paginacao {
	padding: 10px;
	text-align: center;
}

div.itemonde {
	width: 350px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

div.itemonde:hover {
	border: 1px solid #999;
}

div.itemonde ul {
	float: right;
	position: relative;
	margin-left: 10px;
	text-align: right;
}

div.itemonde ul li {
	list-style-type: none;
}