﻿body
{
	margin: 0;
	padding: 0;
	border: none;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	
	background-image: url(../Imagens/LayOut/fundo.jpg);
	background-repeat: repeat-x;
}

.base_principal
{
	margin-top: 2px;
	margin-bottom: 5px;
	
	margin-right:auto;
	margin-left:auto;
	
	width: 99.5%;
	text-align: center;
	
	border: 1px solid #ccc;
	background: url(../Imagens/LayOut/colunaesquerda.gif) repeat-y;
}

.base_topo
{
	border-bottom: 1px solid #ccc;
	padding: 2px;
	height: 92px;
	background-color: #E4E5EA;
}

.base_esquerda
{
	text-align: left;	
	float: left;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	
	width: 220px;
	
	min-height: 470px;
	height:auto !important;
	height: 470px;
}

.base_direita
{
	float: right;
	
	border-right: 1px solid #ccc;
	background: #eebbff;
	
	padding: 5px;
	width: 139px;
}

.base_central
{
	margin: 0 0 0 220px;
	text-align: center; 
	
	padding-left: 5px;
	padding-right: 5px;

}

/*Mozilla Hack*/
.base_central
{
	text-align: -moz-center; 
}

.base_rodape
{
	border-top: 1px solid #ccc;
	clear: both;
	background: #fff;
	padding: 5px;
	height: 18px;
	margin-top: 2px;	
}
