html,body
{
	height:100%;
}




#tudo
{
	background:#CCC;
	width:1000px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}
*html #tudo{height:100%;}

#pagina
{
	background:#FFF;
	padding-bottom:50px;
}
* + html #pagina{margin-bottom:50px;}
*:first-child+html #pagina{margin-bottom:0;}

*{margin: 0; padding: 0;}

body{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
#topo
{


	background:#FFF;
	width:300px;
	float:left;
	height:100px;
}


	
.menu{list-style:none; border:1px solid #c0c0c0; float:left; width:1000px;  }

.menu li{position:relative; float:left; border-right:1px solid #c0c0c0; width:180px; }

.menu li a{color:#333; text-decoration:none; padding:1px 40px; display:block; width:90px;}

.menu li a:hover{background:0; width:90px; border:#900;}

.menu li   ul{position:absolute; top:45px; left:0; background-color:0; border:#900; display:none; width:90px;}

.menu li:hover ul, .menu li.over ul{display:block;width:90px;}

.menu li ul li{border:0; display:block; width:90px;}




#barradosite
{
	background:#FFF;
	width:1000px;
	height:220px;
}

#titulodapagina
{
	width:1000px;
	height:100px;
	margin-left:40px;
}

#texto
{
	background:#FFF;
	width:570px;
	height:350px;
	font-size:130%;
	text-align:justify;
	color:#666;
	margin-left:50px;
	float:left;
	
	
}

#imagemtexto
{
	background:#FFF;
	width:300px;
	font-size:100%;
	text-align:justify;
	color:#666;
	float:left;
	
	
	
}

.clear
{
	clear:both;
}


#rodape
{
	background:#FFF;
	position:absolute;
	bottom:0;
	width:800px;
	left:0;
	height:50px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333;
	float:left;
	margin-left:70px;
	
}

#rodape2
{
	background:#FFF;
	position:absolute;
	bottom:0;
	width:200px;
	left:0;
	height:50px;
}


#tudo #pagina #texto h3 {
	color: #800000;
}
