*{margin: 0 auto;padding: 0;}

html, body{
	height:100%;
}

#geral{
	width:975px;
	height:1024px;
	margin:0 auto;
	text-align: left;
	font-family:Arial;
	font-size:12px;
	
	min-height:100%;
	position:relative;
}

#banner{
	height:250px;
	background: url(../img/bg-banner.jpg) no-repeat top;
}

#content{
	height:687px;
	background: url(../img/bg-content.jpg) no-repeat top;
}

#content2{
	margin-top:35px;
	height:637px;
	background: url(../img/bg-content2.jpg) no-repeat top;
}

#content-esquerdo{	
	width:167px;
	float:left;
	margin-left:1px;
	text-align:left;
	font-size:16px;
}
#content-esquerdo a{
	margin-left: 15px;
	color: #FFF;
	text-decoration:none;
}
#content-esquerdo a:hover{
	color: #000;
	text-decoration:none;
}
#content-esquerdo a:visited{
	color: #FFF;
	text-decoration:none;
}

#content-centro{
	width:640px;
	float:left;
}

#content-direito{
	width:167px;
	visibility: visible;
	text-align:center;
	float:right;
}

#rodape{
	height: 84px;
	background: url(../img/bg-rodape.jpg) bottom no-repeat;
	clear:both;
	vertical-align: baseline;
}
.titulo{
	color:#000;
	font-size:24px;
	font-weight:bold;
	text-decoration: underline;
	margin-left:40px;
	margin-top: 3px;

}

.subtitulo{
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin-left: 20px;
}

.corpo{
	color:#000;
	font-size: 14px;
	margin-left: 20px;
}

