html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
.foto{
background-image: url(imagens/Roberto-Lazaro-Silveira.jpg);
width:133px;
height:193px;
float:right;
}
.foto-a{
background-image: url(azul/imagens/Roberto-Lazaro-Silveira.jpg);
width:133px;
height:193px;
float:right;
}
a {	color: #990000; text-decoration:none; }
a:hover { color: #990000; font-weight:bold; }
.clear { clear: both; }
body {
	background: #fff url(imagens/fd.png);
	text-align: center;
	color: #000000;
	font: 11px verdana, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 15px auto;
	width: 778px;
	position: relative;
	background-color:#fff;
	border: 2px solid #000000;
}
#menu {
	margin: 11px 0 25px 35px;
	color: #C15D4B;
}
#menu a {
  text-decoration: none;
  color: black;
}
#menu li {
  background: bottom left url(imagens/nav_bg.png) no-repeat;
  _height: 1%;
  padding: 8px 12px 16px 110px;
}
#menu li.final {
  background: bottom left url(imagens/nav_bg_last.png) no-repeat;
  margin-bottom:50px;
}

.nome {
  height: 172px;
  background: url(imagens/meunome.png) no-repeat;
  margin:55px 0 0 55px;
}

h1 em {
  font-size:1px;
  display:none;
  color: #ffff8f;
}
h2 {
  font: 24px verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: black;
}
h2 em {
  color: #990000;
}
#texto {
	float: right;
	width: 388px;
	padding-right: 45px;
	text-align:justify;
	margin-top:-260px;
}
#footer {
	text-align: right;
	border-top: 1px solid #983234;
	padding: 6px 25px 10px 0;
	color:#990000;
}
.spacer {
	height: 18px;
}