
* { 
	margin:0;
	padding:0;
}

img {
	border:0;
}

a {
	text-decoration:underline;
}

html {
	background:#f5c500;
	font-family:Arial, Helvetica, sans;
}

#geral {
	position:absolute;
	top:50%;
	left:50%;
	background-color:#f9f8cc;
	background-repeat:no-repeat;
}

#menu {
	line-height:2.0;
	font-weight:bold;
	text-transform:lowercase;
	text-align:right;
	position:absolute;
	top:50%;
	float:left;
}

#menu ul {
	list-style:none;
}

#menu a {
	text-decoration:none;
	color:#f5c500;
}

#menu a:hover {
	text-decoration:underline;
}

#conteudo {
	float:right;
	line-height:1.4;
}

#paginaInicial {
	text-align:center;
	background-repeat:no-repeat;
	background-position:left top;
}

#paginaInterna {
	border-left:solid 1px #f5c500;
	border-right:solid 1px #f5c500;
	float:left;
	text-align:justify;
	overflow:auto;
}

#paginaInterna h2 {
	text-transform:lowercase;
	text-align:right;
	font-size:120%;
}

#paginaInterna a {
	text-decoration:underline;
	color:#913329;
}

.umDeCadaLado {
	text-transform:lowercase;
	list-style:none;
}

.umDeCadaLado li {
	text-align:right;
	float:right;
	display:block;
	clear:both;
	margin-bottom:10px;
}

.umDeCadaLado li.impar {
	float:left;
	text-align:left;
}

#navegacao {
	clear:both;
	line-height:33px;
	text-align:center;
	text-transform:lowercase;
}

#voltar {
	text-decoration:none;
}

.esquerda {
	float:left;
}

.direita {
	float:right;
}

#logo {
	float:right;
	text-indent:-999em;
	background-repeat:no-repeat;
	background-position:bottom left;
}

#titulo {
	background-repeat:no-repeat;
	background-position:center center;
}

#subtitulo {
	background-repeat:no-repeat;
	background-position:center center;
}

#titulo, #subtitulo {
	text-indent:-999em;
}

h2 {
	font-size:100%;
	font-weight:bold;
	color:#913329;
}

h3 {
	font-size:100%;
	font-weight:bold;
}

h4 {
	font-size:100%;
	font-weight:bold;
	padding-left:10px;
}

.textoDestaque {
	color:#913329;
}

ul.aConfraria {
	list-style:none;
	padding-left:20px;
	text-indent:-9px;
}

td {
	padding-right:7px;
	font-size:90%;
}

.destacado, .colorido {
	color:#913329;
}

.listaBolinhas {
	margin-left:15px;
	list-style:none;
	list-style-image:url("bolinha.gif");
}

.centro {
	text-align:center;
}

dt {
	font-weight:bold;
}

dd {
	margin-bottom:13px;
}

