﻿html, body, div, span, table, tr, td {
	margin:0px;
	padding:0px;
	border: 0px;
	border-collapse:collapse;
	background: transparent;	
}

img
{
	display:block;
}
body
{
	background-color:#444444;
	background-position:center top;
}

.DivPrincipal {
	width:1024px;
	position:relative;
	margin:auto;
	background-color:transparent;
	border:none;
	margin-top:0px;
	}

#TabelaPrincipal 
{
margin-top:0px;
width:1024px;
height:100px;
background-color:White;
}

#CantoEsquerdo
{
	width:18px;
	height:18px;
	background-image:url(imagem/cantoesquerdo.jpg);
	background-repeat:repeat-y;
}

#Topo
{
	height:18px;
	background-image:url(imagem/Superior.jpg);
	background-repeat:repeat-x;
	background-color:black;
}

#CantoDireito
{
	background-image:url(imagem/CantoDireito.jpg);
	background-repeat:repeat-y;
	width:18px;
	height:18px;
	
}

#CantoEsquerdoInferior
{
	width:18px;
	height:18px;
	background-image:url(imagem/cantoesquerdoInferior.jpg);
	background-repeat:repeat-y;
	display:block;
}
#CantoDireitoInferior
{
	width:18px;
	height:18px;
	background-image:url(imagem/cantoDireitoInferior.jpg);
	background-repeat:repeat-y;
}

#Rodape
{
	height:18px;
	background-image:url(imagem/Inferior.jpg);
	background-repeat:repeat-x;
	padding:0px;

}



#Esquerda
{
	width:18px;
	background-image:url(imagem/esquerda.jpg);
	background-repeat:repeat-y;
	
}


#Direita
{
	width:18px;
	background-image:url(imagem/Direita.jpg);
	background-repeat:repeat-y;
}
#Centro
{
	height:80px;
}




#PoweredBy
{
	width:1024px;
	text-align:center;
	color:White;
	background-color:Transparent;
	padding:0px;
	margin:0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#PoweredBy a 
{
	color:White;
}

#PoweredBy span
{
	float:left;
	color:White;
	border:solid 1px red;
}

#ColunaEsquerda
{
	width:200px;

}

#ColunaCentral
{
width:auto;
}
#ColunaDireita
{
	width:200px;
}

.LinhaDivisoria{display:none}

.TabelaItens{border:none;background-color:transparent !Important}