/* =============================== */
/* iniciando posicionamento de divs  */
/* =============================== */

body {
	margin:0;
	padding: auto auto auto auto;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	text-align: center;
}

table {
	display:none;
}


#wrap {
	width: 760px;
	margin: auto auto auto auto;
}


#topo {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #f0f0f0;
	}


#esquerda {
	float: left;
	width: 570px;
	text-align: left;
	}
	
#meio {
	float: right;
	width: 190px;
}

#conteudo {
	float: left;
	width: 380px;
}

#direita {
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 190px; 
	text-align: left;
	line-height: 14px;
}

#menu {
	background-color: #f0f0f0;
	color: #009900;
}


#horario {
	height: 30px;
	padding:0px 0px 0px 10px;
	float:left;
}


#parabens {
	float: left;
	width: 565px;
	text-align: left;
	}


/* =============================== */
/* formatação de textos  */
/* =============================== */


h1 {
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	padding-left: 10px;
	margin-top: -10px;
	margin-bottom: -18px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	padding-left: 10px;
	font-weight: bold;

}

h1.azul {
	color: white;
	border-top: 1px solid #003399;
	background: url(imagens/retranca-azul.gif) no-repeat;
}

h1.verdeclaro {
	color: #003399;
	border-top: 1px solid #99CC99;
	background: url(imagens/retranca-verdeclaro.gif) no-repeat;
}

h1.verdeescuro {
	line-height: normal;
	color: white;
	border-top: 1px solid #009900;
	background: url(imagens/retranca-verdeescuro.gif) no-repeat;
}


h2.azul{
	color: #003399;
}


h2.verde {
	color: #009900;
}


p {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}


/* =============================== */
/* detalhes do menu e itens da lista */
/* =============================== */


#menu a {
	color: #009900;
	text-decoration: none;
}

#menu a:hover {
	color: #cc3300;
}

#menu ul {
	margin-left: 0px;
	padding-left: 25px;
	list-style-image: url(imagens/menu-bullet.gif);
	font-weight: bold;
}

#menu ul ul {
	margin-left: 0px;
	padding-left: 12px;
	list-style-image: url(imagens/menu-bullet2.gif);	
	font-weight: normal;
}

/* =============================== */

.imghome {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
}

.quadro {
	background-color: #f0f0f0;
	border: 1px solid #009900;
	float: right;
	width: 150px;
	padding: 5px;
	margin: 5px;
}

a {
	color: #009900;
	text-decoration: underline;
}

a:hover {
	color: #cc3300;
}

p.foto {
	width: 170px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.divisor {
	width: 500px;
	margin: 0px;
	height: 1px;
	padding: 1px;
}

.traco {
	width: 560px;
	border-top: 1px solid #003399;
	text-align: left;
}
