/* 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%;
background-image:url(imagens/background.jpg);
background-position:center top;
background-repeat:repeat-x;
background-color:#cccccc;
}


BODY { 
	height:100%;
    font: 11px Arial; 
    margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
    text-align: left; 
	color:#333333;
	background-color:#cccccc;
	
} 

#corpo{
	width: 100%;
	min-height:100%;
	height: auto;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	background-color:#cccccc;
	background-image:url(../imagens/background.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	}

#topo{
	width: 100%;
	height:215px;
	text-align:center;
	margin-bottom:1px;
	background-image:url(../imagens/topo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

/*conteudo GERAL*/
#conteudo{
	width: 1000px;
	height: auto;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
}


#esquerda{
	width:225px;
	height:auto;
	min-height:100%;
	margin-right:1px;
	float:left;
	}

#centro{
	width:548px;
	height:100%;
	min-height:650px;
	float:left;
	background-image:url(../imagens/bottom_centro.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:35px;
	background-color:#FFFFFF;
	}

.centro{
	width:538px;
	padding:5px;
	padding-top:0px;
	}

#direita{
	width:225px;
	height:auto;
	min-height:100%;
	margin-left:1px;
	float:right;
	}


/*RODAPÉ*/
#bottom{
	width: 100%;
	height: auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.line {
	width:100%;
	border-bottom:1px solid #cccccc;
	}
