/* CSS Document */
*{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

body{
	background-image:url(../images/fundo_cor.png);
	font-size: 13px;
	line-height: 20px;
/*	background-color: #DE8442;*/
}

a{
	color: #00a290;
	text-decoration: none;
}

h1{
	background-image: url(../images/barra_titulo.png);
	color: #fff;

}

h2{
	font-weight: bold;
	font-size: 16px;
}

#container4{
	height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/fundo_sombra.png);
}
#container2{
	height: 100%;
	background: url(../images/fundo_banner.png) fixed top center no-repeat;
	width: 100%;
/*	width: 960px;*/
}
#container3{
	height: 100%;
	width: 100%;
	background: url(../images/fundo_topo.png) repeat-x fixed top;
}

#header{
	height: 175px;
	margin-bottom: 25px;
}
#body{
	background-color: #fff;
	padding-bottom: 180px;
}

#logo{
	margin-top: 20px;
	margin-left: 20px;
}

ul#menu li{
	color: #005d53;
}

#footer{
	height: auto;
}

#footer #patrocinios{
/*	height: 65px;*/
}
#footer #patrocionios img{
	float: left;
}

div.fotos{
	margin-bottom: 20px;
}

div.fotos img{
	text-align: center;
	margin: 10px 5px;
}

table{
	font-size: 13px;
}