
.tdLeftSite{
	background-image: url(../images/left_site.jpg);
	background-repeat: repeat-y;
	width: 20px;
	height: 500px;
}

.tdCenterSite{
	background-image: url(../images/center_site.jpg);
	height: 500px;
	text-align: left;
	vertical-align: top;
}

.tdRightSite{
	background-image: url(../images/right_site.jpg);
	background-repeat: repeat-y;
	width: 34px;
	height: 500px;
}


.tdLeftRodape{
	background-image: url(../images/left_rodape.jpg);
	background-repeat: no-repeat;
	width: 22px;
	height: 20px;
}

.tdCenterRodape{
	background-image: url(../images/center_rodape.jpg);
	height: 20px;
	background-repeat: repeat-x;
}

.tdRightRodape{
	background-image: url(../images/right_rodape.jpg);
	background-repeat: no-repeat;
	width: 34px;
	height: 20px;
}

.tdEspacamentoTopo{
	width: 100px;
	background-image: url(../images/middle_top.jpg);
	background-repeat:repeat-x;
}