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

body{
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 0.95em;
  color: #000000;
  background-color: #5f0000;
  line-height: 1.4em;
  text-align: center;
}

div.wrapper{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;

}

div.header{
  background-image: url('images/pbas_header.jpg');
  height: 130px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

div.menu{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000000;
  background-color: #ffffff;
  text-align: center;

}

div.content{
  background-color: #ffffff;
  clear: left;
  padding: 20px 50px 20px 50px;
  text-align: left;
}

div.footer{
  border-top: 1px dashed #000000;
  font-size: 0.7em;
  background-color: #ffffff;
  text-align: right;
  color: #000000;
  padding: 10px;
}

div.menu a{  
  margin: 0 10px;
  letter-spacing: -1px;
  font-size: 1.2em;
}

img{
 border-width: 0px;
}

div.disco img {
  margin: 20px 200px 20px 20px;
  border: 1px solid #000000;
  float: right;
}

div.disco {
  margin: 0px 0px 20px 0px;
  clear: both;
}

div.content p{
  margin: 0px 0px 15px 0px;
}

h3{
  margin-bottom:15px;
  font-family: 'Helvetica', 'Arial', sans-serif;
  letter-spacing: -1px;
}

h4{
  margin-bottom: 2px;
  font-family: 'Helvetica', 'Arial', sans-serif;
  letter-spacing: -1px;
}

ol{
  list-style-type: lower-roman;
  font-size: 75%;
  margin-left: 50px;
}

ul{
  list-style-type: square
}

a{
  text-decoration: none;
  color: #bd492a;
}

a:hover{
  color: #444444;
}

td{
  padding: 0px 10px 0px 0px;
}
