body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
  background: #14140C url(tela/fundo.jpg) repeat-y top center;
  margin: 0;
}

a, a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
}

#divbody {
  width: 770px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 15px;
}

#header {
  width: 770px;
  height: 140px;
  margin-bottom: 15px;
}

#menu {
  float: left;
  width: 175px;
  margin-right: 15px;
}

#frame {
  float: left;
  width: 580px;
}
#frametop {
  height: 10px;
  background: url(tela/branco-topo.png) no-repeat;
}
#framebot {
  height: 10px;
  background: url(tela/branco-rodape.png) no-repeat;
}

#content {
  background: #FFF;
  padding: 0 10px 0 10px;
}

#footer {
  float: right;
  margin-top: 15px;
  margin-bottom: 25px;
}

h3 {
  border-left: 3px solid #FF0000;
  padding: 0 0 0 3px;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 14px;
  text-transform: lowercase;
}

h4 {
  clear: both;
}

h5 {
  border-bottom: 1px solid #888;
}

.but1 {
  font-family: Verdana;
  font-size: 10px;
  color: #FFF;
  background-color: #AA0000;
  border: #AA0000 solid 1px;
	cursor: pointer;
	cursor: hand;
}

.but2 {
  width: 62px;
  font-family: Verdana;
  font-size: 10px;
  color: #FFF;
  background-color: #AAA;
  border: #AAA solid 1px;
	cursor: pointer;
	cursor: hand;
}

.txt {
  font-family: Verdana;
  font-size: 12px;
  color: #000;
  background-color: #DDD;
  border: #AAA solid 1px;
}

.txt_branco {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
}

.txt_preto {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}

.txt:hover {
  background-color: #E8E8E8;
}

.txt:focus {
  background-color: #EFDCDF;
  border-color: #AA0000;
}

#noticia {
  padding-left: 5px;
  border-left: 7px solid #555;
}

#album {
  width: 400px;
  padding: 10px;
  margin: auto;
  margin-bottom: 10px;
  background-color: #EEE;
}
