#flash {
	position: absolute;
	right: 0px;
	top: 0px;
	width:100%;
	height:200px;
	margin-top: 40px;
}

/* --------------------------------------------------------------------------  FORMATAÇÃO DO GERAL */
* {
	text-decoration: none;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	list-style-type: none;
}
body {
	background-image: url(images/topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FEFFF1;
}
h1 {
	text-indent: -9000px;
}
p, span {
	color: #6A6C60;
	padding-bottom: 10px;
	font-size: 10pt;
}
h2 {
	font-family: "Arial Narrow";
	text-transform: uppercase;
	font-weight: normal;
	font-size: 140%;
	padding-left: 25px;
	color: #92ae15;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-bottom: 10px;
	background-image: url(images/h2-content.png);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: 20px;
	clear:both;
}
#content a {
	color: #FF6600;
}
a:hover {
	color: #9FBE18;
}
.galeria a {
    font-size:11px;
   text-align:center;
display:block;
}
/* --------------------------------------------------------------------------  FORMATAÇÃO DO TOPO */


#header  {
	margin: auto;
	width: 830px;
	position: relative;
	height: 247px;
}
#menu{
	position: absolute;
	right: 0px;
	top: 0px;
         background-color:#abd00a;
         z-index:100;
}

#menu ul {
display:none;
}
#menu li {
	float:left;
	height:30px;
	line-height:30px;
}
#menu li a {
	padding-left:15px;
	padding-right:15px;
         font-size:11px;
	line-height:30px;
	color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;	
}
#menu li a:hover {
	color:#000000;
}
#menu .desbordar {
	border: 0px none #FFFFFF;
}

/* --------------------------------------------------------------------------   FORMATAÇÃO DO CONTEUDO */

#content {
	width: 575px;
	padding-right: 255px;
	position: relative;
	margin: auto;
	min-height:400px!important;
}
.entrybody  {
	padding-right: 15px;

}
.entrytitle h4 {
	font-size: 9px;
	color: #6A6C60;
	padding-bottom: 15px;
}
.postinfo {
	padding-bottom: 15px;
}
.galeria {
	width:550px;
	padding-bottom: 15px;
	height:100px;
}
.galeria li {
	float:left;
	width:180px;
}
.galeria li img {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #abd939;
}
.subtitulos {
	magin-bottom: 10px;
	line-height:35px;
         height:35px;
	font-size: 13px;
	color: #92ae15;
         display:block;
}
#sanfona dd {
padding-right: 30px;
}
#sanfona p {
text-align:justify;
}
/* -------------------------------------------------------------------------- FORMATAÇÃO DO FORMULARIO */

#form h3, .titulos {
	magin-bottom: 10px;
	line-height:35px;
         height:35px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	padding-left: 30px;
	color: #92ae15;
         display:block;

}
#sanfona a:hover {
	color: #92ae15;
         text-decoration: underline;
}
#form label, #form span {
	font-size: 12px;
	color: #92ae15;
         clear:both;

}
#form .input {
	font-size: 11px;
	color: #6A6C60;
	width: 400px;
	border: 1px solid #92ae15;
         padding:2px;

}
#form  .btn {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:  url(images/btn-enviar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	clear: both;
	height: 24px;
	width: 90px;
	border: 0px none #FFFFFF;
	cursor: pointer;
	background-color: transparent;
}
#form  .btn:hover {
	color: #000000;
}
/* --------------------------------------------------------------------------  FORMATAÇÃO DO SIDEBAR*/

#sidebar {
	width: 245px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.buscar {
	padding-bottom: 15px;
	padding-top: 5px;
}

.buscar input {
	font-size: 9pt;
	color: #999999;
	background-color: transparent;
	background-image: url(images/bg-buscar.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 133px;
	padding-right: 2px;
	padding-left: 2px;
	background-position: center center;
	padding-top: 4px;
}
.buscar .btn {
	font-size: 8pt;
	line-height: 24px;
	background-image: url(images/btn-buscar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 24px;
	width: 60px;
	color: #FFFFCC;
	cursor: pointer;
}
.buscar .btn:hover {
	color: #333333;
	cursor: pointer;
}
#content .nav li a {
	line-height:35px;
         height:35px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	padding-left: 30px;
	color: #92ae15;
         display:block;
}
#content .nav li a:hover {
	color: #ffcb08;
}
.nav {
	padding-bottom: 15px;
}
#sidebar .btnenviar {
	color: #ffffff;
         display:block;
	line-height:35px;
         height:35px;
         width:90px;
         text-align:center;
	background-image: url(images/btn-enviar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:10px;
	margin-top:10px;

}


/* --------------------------------------------------------------------------  FORMATAÇÃO DO RODAPE */


#footer {
	width: 100%;
	background-image: url(images/bg-rodape.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: auto;
	height: 263px;
}
#bgRodape {
	background-image: url(images/rodape.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 263px;
	width: 1000px;
	position: relative;
	margin: auto;
}
#contato {
	position: absolute;
	top: -60px;
	right: 140px;
	height: 170px;
	width: 200px;
}

