body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address {
	margin:0px;
	padding:0px;
}

body{
  width: 711px;
  margin: 0 auto;
  font-family: arial;
}


#header h1{
  background: url(../a/topo.jpg) no-repeat center center;
  height: 96px;
}
#header h1 a{
  display: block;
  height: 96px;
  overflow: hidden;
  text-indent: -1000px;

}

#header ul{
  background: #FF0000;
}
#header ul li{
  display: block;
  float: left;
  width: 175px;
  text-align: center;
  background: #ff0000;
  padding: 4px 0;
  border: 1px solid white;
}
#header ul li a{
  color: white;
  font-size: 14px;
  font-weight: bold;
}

#content{
  clear: both;
}
#cont{
  float: left;
  width: 528px;
}


#cont h2{
  text-align: center;
  font-size: 16px;
  background: url(imagens/tracotitulos.jpg) no-repeat;
}

#cont a{
  color: black;
}

#cont dl dt{
  padding: 4px 0;
}


#menuLateral{
  width: 183px;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menuLateral li{
  padding: 6px 14px;
  background: url(imagens/bolinhavermelha.jpg) no-repeat 1px 6px;
}
#menuLateral li ul{
  list-style: none;
}
#menuLateral li a{
  color: black;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

/* calendar */
div.calendar h4{
  text-align: center;
}
div.calendar a{
  color: black;
  text-decoration: none;
}
div.calendar table{
  border-collapse: collapse;
}
div.calendar table td{
  border: 1px solid #E4E4E4;
  padding: 4px;
  text-align: center;
  font-size: 13px;
}
div.calendar table td a{
  color: black;
}


#footer{
  clear: both;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
  padding: 10px 0;
  text-align: center;
  background: url(imagens/barrafinal.jpg) no-repeat;
}


/* form */
form .input label{
  display: block;
}
form .input input{
  padding: 5px;
}



/* encristus */
#encristus p{
  font-size: 12px;
  line-height: 150%;
  margin: 2px 0 2px 0;
}
#encristus dl{
  font-size: 12px;
  line-height: 150%;
  margin: 2px 0 2px 10px;
}
#encristus dl dt{
  font-weight: bold;
}
#encristus ul{
  font-size: 12px;
  line-height: 150%;
  margin: 2px 0 2px 30px;
}


