@import url(../layouts/menu.css);
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none;
	font-family: "Courier New", Courier, mono, "Trebuchet MS", Verdana;
}
body{background-color: #CBCBCB;}

div#geral {
	width: 990px;
	position: relative;
	margin: 0px auto;
	top: 10px;
	background-color: #000000;
}
div#topo{
	width: 990px; height: 178px;
	background: url(../../img/topo_index.gif) no-repeat center;
}
div#conteudo{
	width: 990px;
	height: 199px;
	background: white;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-color: #fff;
}
div.pics{
	width: 330px !important; height: 199px !important; 
	float: left !important;
}
div.pics img{
	width: 330px; height: 199px;
}
div#menu{top: 7px !important;}

div#rodape{
	width: 990px; height: 249px;
	background: url(../../img/rodape_index.gif) no-repeat top;
	background-color: #404041;
}
div#rodape p{
	text-indent: -9000px;
}
div#rodape a#stuff{
	height: 20px; width: 100px;
	display: block;
	position: relative;
	top: 210px;
	float: right;
	color: #1a1a1a;
	font-size: 0.6em;
	font-family:  "Trebuchet MS", Arial;	
}
