/* CSS Document */
* {margin:0; padding:0}
body {
	text-align: center;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}
#tudo {
	width: 776px;
	text-align: left;
	margin: 0 auto;
	background: #FFF1E2 url(fundo_chao.jpg) no-repeat bottom;
	position: relative;
	padding-bottom: 150px;
}
#csswebdesign {
	background: url(topo_madeira.jpg) no-repeat;
	height: 175px;
}
#csswebdesign h1 span, #csswebdesign h2 span, #csswebdesign h3 span, p.ptema {display: none}
#csswebdesign h1 {
	display: block;
	background: url(topo_css_webdesign.jpg) no-repeat;
	width: 237px;
	height: 134px;
	position: absolute;
	top: 38px;
	left: 5px;
	z-index: 2;
}
#busca {
	background: url(fundo_busca.jpg) no-repeat;
	height: 50px;
	position: absolute;
	top: 150px;
	right: 0;
	width: 100%;
	text-align: right;
	color: #fff;
}
#busca a {color: #fff}
#busca form {margin-right: 30px}
#busca input {background: #B49C80}
#busca input:focus {background-color: #ffc}
#menu {
	background: url(menu_topo.jpg) no-repeat top;
	width: 232px;
	position: absolute;
	top: 150px;
	padding-top: 65px;
	margin-bottom: 20px;
}
#menu ul {
	list-style: none;
	background: url(menu_baixo.jpg) no-repeat bottom;
	padding: 37px 0 80px 25px;
}
* html #menu ul {padding-bottom: 45px}/* ieca */
#menu ul li {
	border-bottom: 1px dashed #FFF1E2;
	display: block;
	width: 170px;
	padding: 3px;
	font-size: 0.9em;
	color: #FFDCB8;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #978A52;
	font-weight: bold;
}
#menu ul li a:visited {
	text-decoration: none;
	color: #52977B;
}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active {
	text-decoration: underline;
	color:#FFDCB8;
}
#regras {
	position: relative;
	left: 240px;
	top: 35px;
	width: 530px;
	border-bottom: 1px dashed #89623B;
	padding-bottom: 20px;
	margin-bottom: 80px;
}
@media all and (min-width: 0px){ /* opera */
	#regras {
		margin-bottom: 120px;
	}
}
#entrada, #texto {
	margin: 10px; 
	line-height: 1.5em;
}
#entrada h4, #texto h4 {margin: 5px}
h4 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #89623B;
}
/*======== links gerais ============*/
a {
	text-decoration: none;
	color: #978A52;
	font-weight: bold;
}
a:visited, a:hover, a:focus, a:active {
	text-decoration: underline;
	color:#52977B;
}
h4 {
	background: url(ferradura.gif) no-repeat;
	padding-left: 45px;
	height: 50px;
	line-height: 50px;
}
h4.apre{padding-top:40px; background-position:0 40px;}
.papre, .pfinal, .ppcss3 {margin-bottom: 20px}
#navMenu ul {
	list-style: none;
}
#navMenu ul li{
	float: left;
	margin: 0 20px;
}
#navMenu ul li a {
	display: block;
	float: left;
	background: url(ferradura_menu.gif) no-repeat;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	}
/* Atualizacoes pelo Maujor */
/* Em 2005-09-22 */
fieldset {border:none;}    
input .i-texto{ }
input .i-buscar{ }
input .i-mapa{ }
/* Em 2005-09-29 */
fieldset {margin:0;padding:0;}  /* Em 2005-09-29 */