body
{
	margin: 0px;
	padding: 0px;
	border: none 0px;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: white;
}

div#exoesqueleto
{
    border: none;
    margin: auto;
    outline: none;
    padding: 0px;
}

table#esqueleto
{
	width: 800px;
	height: auto;
	margin: auto;
	empty-cells: show;
	table-layout: fixed;
	border-collapse: collapse;
	background-color: #B49681;
}

tr#top
{
	height: 16px;
}

tr#centro
{
	height: auto;
}

tr#baixo
{
	height: 16px;
}

table#esqueleto td
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;	
	font: Arial 1px white;
}

td#topesq 
{
	background-image: url(img/te.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

td#topcen
{
	background-image: url(img/tc.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: auto;
	height: 16px;
}

td#topdir
{
	background-image: url(img/td.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

td#cenesq
{
	background-image: url(img/ce.gif);
	background-position: right;
	background-repeat: repeat-y;
}

td#cendir
{
	background-image: url(img/cd.gif);
	background-position: left;
	background-repeat: repeat-y;
}

td#corpo
{
	
}

td#botesq
{
	background-image: url(img/be.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 16px;
}
td#botcen
{
	background-image: url(img/bc.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 16px;
}
td#botdir
{
	background-image: url(img/bd.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 16px;
}

td#rodape
{
	background-color: #D4C7B7;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	height: 24px;
	vertical-align: top;
	color: #A38261;
}