/* Developed by NovaSW Team | aMarx */
@import url("tabelas.css");
@import url("titulos.css");
@import url("imagens.css");
@import url("forms.css");
@import url("links.css");

*{
    margin: 0px;
    padding: 0px;
    border: none;
}

html{
height: 100%;
}

#patch{padding-bottom:50px;}


BODY { 
	height:100%;
    font: 11px Trebuchet MS; 
    margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
    text-align: left; 
	color:#f1f2f2;	
	background-color:#000000;
	background-image:url(../imagens/back_top.jpg);
	background-position:center top;
	background-repeat:repeat-x;
} 

#corpo{
	position: relative;
	width: 100%;
	min-height:100%;
	height: auto;
	text-align: left;
	background-image:url(../imagens/back_geral.gif);
	background-position:center top;
	background-repeat:repeat-y;
	}


/*conteudo GERAL*/
#conteudo{
	width: 900px;
	position: relative;
	min-height:100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}

#esquerda {
	width:265px;
	margin-right:10px;
	float:left;
	height: 100%;
	}

#central {
	width:465px;
	float:left;
	min-height:100%;
	height: auto;
	}

#direita {
	width:150px;
	margin-left:10px;
	float:left;
	height: 100%;
	font-size:10px;
	}


/*RODAPÉ*/
#bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	visibility: visible;
	padding-top:5px;
	border-top:1px solid #000000;
	text-align:center;
}
/*fecha conteúdo do rodapé*/

