*{
	margin:0 auto;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.98em;
}
a img{
	border:none;
}
h1{
	text-align:center;
	font-size:140%;
	margin-bottom:10px;
	color:#963;
}
body{
	background-image:url('../_img/body.gif');
}
.bg-topo{
	background-image:url('../_img/bg.gif');
	background-repeat:repeat-x;
	height:172px;
}
.body{
	width:835px;
	margin-top:-145px;
}

.cabecalho{
	background-image:url('../_img/topo.jpg');
	height:280px;
	background-repeat:no-repeat;
}

.logo{
	margin-top:75px;
	height:95px;
	width:275px;
	overflow:hidden;
	text-indent:-9000px;
	margin-left:60px;
	float:left;
}
.slide{
	width:365px;
	height:230px;
	display:block;
	overflow:hidden;
	float:right;
	margin-top:18px;
	margin-right:20px;
	_margin-right:10px;
}
.slide img{
	cursor:pointer;
	width:365px;
	height:230px;

}
.menu{
	width:835px;
	height:30px;
	overflow:hidden;
	list-style:none;
}
.menu li{
	float:left;
	text-align:center;
	width:137px;
}
.menu li a{
	line-height:30px;
	font-size:110%;
	color:#FFF;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#EEE;
}
.menu li a:hover{
	font-weight:bold;
	color:#FFF;
}



.container{
	margin-top:20px;
	background-image:url('../_img/bg-caderno.jpg');
	background-repeat:repeat-y;
	background-position:left top;
}
.topoContainer{
	background-image:url('../_img/top-caderno.jpg');
	background-repeat:no-repeat;
	height:10px;
}
.bottomContainer{
	background-image:url('../_img/bottom-caderno2.jpg');
	background-position:1px bottom;
	background-repeat:no-repeat;
}
.conteudo{
	margin:10px;
}
.containerclear{
	clear:both;
	height:25px;
}
.clearfix, .container {display:block;}
.clear {clear:both;}


.containerLeft, .containerRight{
	width:380px;
	float:left;
}
.containerRight{
	margin-left:45px;
}

.galeria{
	height:205px;
	float:left;
	list-style:none;
}
.galeria li{
	float:left;
	padding:3px;
}

.banner{
	float:left;
	margin-left:30px;
	list-style:none;
}
.banner li{
	background-color:#FFF;
	border:1px solid #963;
	overflow:hidden;
	text-align:center;
	float:left;
	width:120px;
	height:75px;
	margin:5px 0 5px 25px;
	_margin:5px 20px 5px 0;
}

.rodape{
	background-image:url('../_img/bg-bottom.gif');
	background-repeat:repeat-x;
	line-height:23px;
	color:#404040;
	text-align:right;
	margin-bottom:30px;
}
.re9{
	cursor:pointer;
	float:left;
	margin-top:5px;
	margin-left:10px;
}
.ideia{
	cursor:pointer;
	margin-right:10px;
	float:right;
	margin-top:5px;
	margin-left:5px;
}

.error{
	color:#C00;
	margin-left:20px;
	margin-bottom:10px;
}
.success{
	font-size:90%;
	color:#3E8131;
	margin-left:10px;
	margin-bottom:10px;
}