body {
 font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  color:#464646;
  padding: 0px;
  margin: 0px;
  width:800px;
  height:auto;
  margin:0 auto;
  padding: 0px;
  font-size:11px;
  background: #eee url(grafz/fond2.png) repeat-y center;
  behavior: url("grafz/csshover2.htc");
}
img {
   behavior: url("grafz/pngbehavior.htc");
}
a {
  color: #05a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#header {
  background: url(grafz/barra.jpg) no-repeat bottom center;
  text-align: center;
  margin: 0px;
  padding: 0px;
  padding-bottom: 7px;
  color: #fff;
  border-top: solid 1px #827d6d;
}
h1 {
  font-weight: normal;
  font-family: tahoma, sans-serif;
}
h2 {
  font-weight: normal;
  height: 22px;
  font-size: 10pt;
  padding-top: 4px;
  padding-left: 14px;
  margin: 0px;
}
#side {
  width: 230px;
  float: right;
  margin-right: 10px;
}
#main {
  width: 550px;
  float: left;
  margin-left: 10px;
}
#side div {
  background: url(grafz/fons_caixa_230.gif) repeat-y left;
  width: 230px;
  height: auto;
}
#side div h2 {
  background: url(grafz/top_caixa_230.gif) no-repeat;
}
p {
  padding-top: 0px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
  text-align: justify;
}
#side div p {
  background: url(grafz/bottom_caixa_230.gif) no-repeat bottom left;
}
#main div {
  background: url(grafz/fons_caixa_550.gif) repeat-y;
  width: 550px;
}
#main div h2 {
  background: url(grafz/top_caixa_550.gif) no-repeat;
}
#main div p {
  background: url(grafz/bottom_caixa_550.gif) no-repeat bottom;
}
.butt {
  width: 169px;
  height: 68px;
  display: block;
  float: left;
  background: url(grafz/butt.png);
  color: #fff;
  text-align: center;
  line-height: 45px;
  opacity: 0.66;
  filter: alpha(opacity=66);
  font-size: 14px;
  margin-bottom: 5px;
}
.butt:hover {
  opacity: 1;
  font-weight: bold;
}
#footer {
  width: 780px;
  margin-top: 10px;
  float: left;
  text-align: center;
}
#footer a {
  color: #fff;
  margin-left: 4px;
  margin-right: 4px;
}

