body
{ 
	margin: 10px 0;
	padding: 0;
	background: #e0e5e7;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a
{
	font-weight: bold;
	text-decoration: underline;
	color: #cc3300;
}

a:hover { text-decoration: none; }

p
{
	margin-top: 15px;
	margin-bottom: 15px;
}

#site
{
	width: 782px;
	margin: auto;
}
#site td { padding: 0; }

#menuLateral
{
	background-image: url(../imagens/bd_esq.gif);
	background-repeat: repeat-y;
	background-color: #b34c00;
	vertical-align: top;
	width: 210px;
}

#nav
{
	padding: 10px 10px 0 20px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#nav p
{
	color: #fff;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #330000 2px 2px 1px;
	margin-bottom: 2px;
	line-height: 12px;
}

#nav a
{
	color: #ffffcc;
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
	color: #fff;
}

#corpo
{
	background-image: url(../imagens/bd_dir.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #fff;
	vertical-align: top;
	width: 572px;
}

#conteudo
{
	line-height: 15px;
	padding: 40px;
	background:url(bd_conteudo.jpg) repeat-y;
}

#creditos
{
	margin: auto;
	font-size: 10px;
	text-align: center;
}

.titulo
{
	background-image: url(../imagens/bg_titulo.gif);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding-top: 2px;
	padding-left: 5px;	
	text-shadow: 2px 2px 1px #6f2f00;
	height: 21px;
}

.subtitulo
{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #cc3300;
	text-shadow: 2px 2px 1px #bbb;
}

.imgCentral
{
	width: 400px;
	margin: auto;
}

.imgCentral img
{
	background: #f6f6f6;
	padding: 8px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ddd;
}

.legenda
{
	font-size: 10px;
	color: #333;
	line-height: 11px;
}

.fotoDir
{
	float: right;
	width: auto;
	padding-left: 5px;
}
.fotoDir img
{
	background: #f6f6f6;
	padding: 8px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ddd;
}

.listaFotos { width: 100%; }
.listaFotos td { text-align: center; }
.listaFotos img
{
	background: #f6f6f6;
	padding: 8px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ddd;
}

.destaqueUl li { margin-bottom: 15px; }