@charset "utf-8";
/* CSS Document */
/*Inicio - Estrutura Básica*/
body{
	background-color:#201d1b;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
img{
	border:none;
}
#header{
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	width:939px;
	height:74px;
	margin-bottom:1px;
}
#body{
}
#geral{
	padding:10px;
	background-image:url(bg_hot_site.jpg);
	width:939px;
	height:550px;
	margin: 0 auto;
}
.menu{
	height:465px;
	width:260px;
	float:left;
}
.conteudo{
	height:465px;
	width:679px;	
	float:left;	
}
.logos{
	clear:both;
	width:939px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	text-align:right;
}