html {
     overflow: -moz-scrollbars-vertical;
}

*{
	margin:0;
	padding:none;
	border:none;
	text-decoration:none;
	list-style:none;
	text-style:none;
}
	
body {
	background-color:#6b230c;
}

.linha-centralizada {
	width: 76px;
	text-align: left;
	position: relative;
	left: 50%;
	margin-left: -380px;
}

.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #882305;
}

.titulo_menor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #882305;
}

.titulo_menor_vermelho {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

.sub_titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #882305;
}

.sub_titulo_menor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #882305;
}

.legenda {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #882305;
	font-style: italic;
	text-align: center;
}

.legenda_menor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #882305;
	text-align: center;
	font-style: normal;
}

.links_destaque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6B230C;
}

.meio {
/*	height: 5000px;*/
	width: 760px;
	background-image: url(../images/meio_02.jpg);
	background-color: #ddcfab;
	background-repeat: no-repeat;
	float: left;
}

.topo {
	width: 760px;
	float: left;
	border:0px;
}

.coluna1 {
	font-family: calibri;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	height: 500px;
	width: 30px;
	float: left;
}

.fundo_vermelho{
	background-color: #CCB099;
}

.coluna2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #471202;
	/*	height: 3500px;*/
	width: 700px;
	float: left;
	
}

.rodape {
	/*	height: 3500px;*/
	width: 760px;
	float: left;
	height: 270px;
	background-color: #FFFFFF;
	
}

#bottom {
float:left;

}
