*
{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana;
}

html, body
{
	background-image: url(../imagens/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #669900;	
	font-size: 85%;
}

/* Modificações de Layout das Tags Padrões */
h1
{
	background-image: url(../imagens/leuceminas.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 410px;
	text-indent: -9999em;
	margin-top: 15px;
	margin-left: 15px;
}

h2
{
	background-image: url(../imagens/h2.png);
	background-repeat: no-repeat;
	height: 60px;
	font-family: Arial;
	margin-top: 10px;
	margin-bottom: 2px;
	padding-left: 60px;
	padding-top: 15px;
	font-size: 160%;
}

h3
{	
	height: 29px;
	margin-top: 1px;
	padding-top: 5px;
	color: #fff;
	font-size: 110%;
	text-transform: uppercase;
	padding-left: 7px;
}

strong
{
	color: #CC0000;
}

ul
{ 
	list-style-type:none; 
	margin-bottom: 20px;
} 

li
{ 
	height: 25px;
	background: url(../imagens/bullet.gif) left center no-repeat; 
	padding-top: 11px;
	padding-left: 31px;
	margin-left: 15px;
	margin-bottom: -4px;
} 

/* Estruturas de Layers */
#principal
{
	padding-left: 0px;
	background-color: #fff;
	position: relative;
	width: 760px;
	left: 50%;
	margin-left: -380px;
}

#topo
{
	width: 100%;
	height: 120px;
	background-image: url(../imagens/background-topo.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#barra-vermelha
{
	height: 17px;
	background-image: url(../imagens/barra-vermelha.gif);
	background-repeat: repeat-x;
}

#menu-controle
{
	width: 100%;
}

#menu-controle .opcao
{
	float:left;
	width: 152px;
	height: 28px;

}

#menu-controle .opcao  a  
{
	display: block;
	margin-top: 6px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#menu-controle .opcao a:hover
{
	text-decoration: underline;
}

#banner-principal
{
	clear: both;
	height: 325px;
}

.linha
{
	clear:both;
	height: 40px;
	background-image: url(../imagens/borda.gif);
	background-repeat: no-repeat;
}

#texto
{
	padding: 10px 10px 10px 10px;
	float: left;
	width: 495px;
	text-align: justify; 
}

#coluna-dir
{
	float: right;
	width: 240px;
	margin-top: 10px;
	
}

#rodape
{
	text-align: center;
	clear: both;
	width: 100%;	
	padding: 10px 10px 10px 10px;
	font-size: 95%;
	color: #666666;
}

#rodape p
{
	margin-bottom: 3px;
}

/* Utils */
.left
{
	float: left;
}

.right
{
	float: right;
}



