#pagina
{
	width:805px;
	margin: auto;
	border:2px solid #000;
	text-align:left;
}

#cabecalho
{
	width:100%;
	height:77px;
	background-color:#000;
	background-image:url(../img/logo_black.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}

.menu
{
	width:156px;
	background-image:url(../img/menu.jpg);
	background-repeat:repeat-y;
	margin:3px;
}

.menu_top
{
	height:6px;
	width:156px;
	background-image:url(../img/menu_top.jpg);
	background-repeat:no-repeat;
}

.menu_bottom
{
	height:6px;
	width:156px;
	background-image:url(../img/menu_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.conteudo
{
	width:626px;
	background-image:url(../img/conteudo.jpg);
	background-repeat:repeat-y;
	margin:3px;
}

.conteudo_top
{
	height:6px;
	width:626px;
	background-image:url(../img/conteudo_top.jpg);
	background-repeat:no-repeat;
}

.conteudo_bottom
{
	height:6px;
	width:626px;
	background-image:url(../img/conteudo_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}


#rodape
{
	text-align:center;
	background-color:#000000;
	padding:3px;

	color:#FFFFFF;
	font-family:helvetica;
	font-weight:bold;
	font-size:1.2em;
}

