@charset "utf-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #041E0A url(imagens/fundo.jpg) no-repeat center top;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
* {
	margin: 0px;
	padding: 0px;
}
#background {
	background: url(imagens/inicio.jpg) no-repeat;
	padding-top: 10px;
}

.twoColFixLtHdr #container {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(imagens/repete.jpg);
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: url(imagens/topo.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 90px;
} 
.twoColFixLtHdr #header h1 {
	display: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin-left: 20px;
	margin-top: 180px;
}
#sidebar1 a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: url(imagens/fundoMenu.png) no-repeat left bottom;
	display: block;
	font-size: 1em;
	padding-left: 15px;
	margin-bottom: 10px;
}
#sidebar1 a:hover {
	color:#FC0;
	padding-left: 20px;
}

.twoColFixLtHdr #mainContent {
	margin-right: 20px;
	margin-left: 320px;
	padding-top: 30px;
	padding-right: 20px;
	height: 400px;
} 
.twoColFixLtHdr #footer {
	background:url(imagens/baixo.jpg);
	padding-left: 200px;
	clear: both;
	font-size: 0.9em;
	text-align: center;
} 
#container #footer p a {
	color: #FC3;
}

#mainContent h1 {
	font-size: 1.8em;
	font-weight: normal;
	background: url(imagens/h2.png) no-repeat left bottom;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	color: #FC0;
}
#mainContent p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#mainContent h2 {
	font-weight: normal;
	background: url(imagens/h2.png) no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 5px;
}
img {
	border-style: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.galeria img {
	border: 2px dashed #5B4A30;
	margin: 10px;
	padding: 5px;
	background: #FFF;
}
