html {
	height: 100%;
	overflow-x:hidden;
}

body {
	margin: 0px;
	padding: 0px;
	background: #00350B url(images/bg_body2.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 130%;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

strong {
}

a {
	color: #A5C35C;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(images/alfacetopo.jpg) repeat-x center top;
}

.container {
	width: 980px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	width:1004px;
	height: 300px;
	margin: 0 auto;
	text-align:center;
	/* background: url(images/img02.jpg) no-repeat left top; */
}

#Layer {
	text-align:center;
	margin:0 auto;
	width:1004px;
	position:absolute;
	z-index:0;
}

/** LOGO */

#logo {
	width: 960px;
	height: 270px;
	margin: 0 auto;
	top:10px;
	position:relative;
	z-index:1;
	background:url(images/logo.png) no-repeat center bottom;
}

/** MENU */
/* 
#menu {
	width: 1004px;
	height: 48px;
	margin: 0 auto;
	background: url(images/img03.png) no-repeat left top;
	background: url(images/img03.png) no-repeat left top;
	position:relative;
	z-index:2;
	top:-20px;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 18px 15px 0px 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
} 

#menu a:hover {
	padding: 13px 15px 0px 16px;
	color: #000;
	text-decoration: none;
	background: url(images/icon_arrow.png) no-repeat center bottom;
}*/

#menu .first a {
	background: #000000 url(images/img04.jpg) no-repeat left top;
	color: #FFFFFF;
}

#main {
	width:1000px;
	margin:0 auto;
	background: url(images/bg_folha2.jpg) no-repeat center top;
}

/** PAGE */

#page {
	width: 960px;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
}

/** CONTENT */

#content {
	float: left;
	width: 720px;
	min-height: 300px;
	padding-left: 0px;
	color:#fff;
	background: url(images/page.png) repeat;
	/* background: url(images/img06.jpg) repeat-y left top; */
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar .info {
	width:210px;
	height:130px;
	margin-bottom:10px;
}

#sidebar .newsLetter {
	width:210px;
	height:130px;
	text-align:center;
	background: url(images/bg_news.png) no-repeat;
	margin:0 0 10px 0;
}
#sidebar .news{
	font-size:12px;
	font-style:italic;
	padding:40px 0 0 0;
	font-family:arial;
}

#sidebar .previsao {
	width:210px;
	height:240px;
	text-align:center;
	background: url(images/bg_tempo.png) no-repeat;
}
#sidebar .previsao h1{
	font-size:16px;
	padding:10px 0 0 0;
}

#sidebar h2 {
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 16px;
}

#sidebar li ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
}

#sidebar li li {
	padding: 0px 0px 5px 0px;
}

#sidebar p {
	margin: 0px 0px 20px 20px;
}

/** POST */

.post {
	margin-bottom: 20px;
	padding: 15px;
	/* background: url(images/img05.jpg) repeat-x left bottom; */
}

.post .title {
	margin: 0px;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	color: #000000;
}

.post .meta {
	display: block;
	margin-top: -15px;
	padding: 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	padding: 10px 0px 10px 0px;
}

/** FOOTER */

#footer {
	width: 1000px;
	height:48px;
	margin: 0 auto;
	background: url(images/footer.png) no-repeat center top;
}

#footer .foot {
	margin: 0px;
	padding: 20px 0px 10px 0px;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #000000;
}

.error {
	color: #000;
	background: #fcf4b1 url(images/warning.png) no-repeat left;
	padding:10px 0 10px 35px;
	border:2px #fff000 solid;
	margin-bottom:15px;
	text-align:left;
	font-size:13px;
}
.been_send {
	color: #000;
	background: #F0FFF0 url(images/success.png) no-repeat left;
	padding:10px 0 10px 40px;
	border:2px #006400 solid;
	margin-bottom:15px;
}
.not_send {
	color: #000;
	background: url(images/error.png) no-repeat left;
	padding:10px 0 10px 40px;
	border:2px #ff0000 solid;
	margin-bottom:15px;
}
