* {
  margin:0;
  padding:0;
  border: none;
  font: 11px Verdana, Helvetica, sans-serif;
}
body {
	background-color: #f9f9f9;
}
#bodymain {
	width: 1015px;
  background: url("images/fundo.png") repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#main {
	width: 961px;
	height: 555px;
  background: url("images/background.png") repeat-x;
  background-color: #ccc;
	margin-left: auto;
	margin-right: auto;
}
#topo {
	width: 961px;
	height: 79px;
}
#topo img {
	margin-right: 5px;
	margin-top: 20px;
}
#topo img.logo {
        margin-top: 0;
}
#topo img.cv {
	float: right;
	margin-right: 0px;
}
#tracejado {
	width: 961px;
	height: 1px;
  background: url("images/tracejado.png") no-repeat;
}
#banner {
	margin-top: 11px;
	width: 961px;
	height: 130px;
  background: url("images/banner.png") no-repeat;
}
#centro {
	margin-top: 60px;
	width: 961px;
	height: 238px;
}
#centro-left, #centro-right {
	height: 238px;
	float: left;
}
#centro-left {
	width: 40%;
}
#centro-center {
	width: 20%;
	margin-left: 5%;
}
#centro-right {
	width: 35%;
}
#tit-esquerdo {
 display: block;
 width: 288px;
 height: 30px;
 background: url("images/tit-esquerdo.png") no-repeat;
 margin-left: auto;
 margin-right: auto;
}
#tit-direito {
 display: block;
 width: 288px;
 height: 30px;
 background: url("images/tit-direito.png") no-repeat;
 margin-left: auto;
 margin-right: auto;
}
#centro-center {
	width: 189px;
	height: 238px;
	float: left;
}
ul.text-list {
	margin-left: 50px;
}
ul.text-list.acient {
	margin-left: 130px;
}
.conteudo {
	width: 330px;
	height: 238px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.conteudo p {
	margin-top: 10px;
	text-align: justify;
	font-size:15px;
}
.saber-mais {
	width: 57px;
	height: 21px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#sombra {
	width: 50%;
	height: 37px;
  background: url("images/sombra.png") no-repeat;
  margin-left: 30%;
  margin-right: auto;
}
