@charset "utf-8";

/* Estilo */

body {
	font:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;	
	color: #000000;
	padding:0px;
	height:auto;
	background-color: #000000;
}

a {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-top:0px;
	margin-bottom:0px;
}

/* Template */

#container {
	width:800px;
	margin:0px auto;
	}
#corpo {
	width:780px;
	height:auto;
	background-color:#ffffff;
	border:1px #FFCC00 solid;
	margin-bottom:3px;
	padding-bottom:3px;
}
#corpo:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}	
#topo {
	width:780px;
	height:144px;
	margin-bottom:4px;
}
#menu {
	width:156px;
	height:auto;
	float:left;
	padding:2px;
}
#conteudo {
	width:446px;
	height:auto;
	float:left;
	background-color:#FEF8E2;
	padding:2px;
}
#banners {
	width:164px;
	height:auto;
	float:left;
	padding:2px;
	text-align:center;
}
.laranja {
	width:782px;
	height:10px;
	background-color: #FFCC00;
	margin-bottom:3px;
}
.cinza {
	width:782px;
	height:6px;
	background-color: #CCCCCC;
	margin-bottom:3px;
}

/* Menu */

#menu a
{
	color:#ffffff;
	background-color: #000000;
	padding-left:5px;
	padding-bottom:4px;
	padding-top:4px;
	margin-top:1px;
	width:146px;
	display:block;
	text-decoration:none;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #9AC031;
	
}

#menu a:hover
{
	background-color:#006600;
}
