@charset "utf-8";

.top-header {
  width: 800px;
  height: 5px;
  background-color: #ff6600;
}
.bottom-header {
  width: 800px;
  height: 5px;
  background-color: #ff6600;
  position: absolute;
  float: left;
}

#sidebar {
  width: 230px;
  height: auto;
  top: 2px;
  float:right;
}

#eventos {
  border: 1px dotted #ff6600;
  padding: 5px;
  text-align: justify;
  font-size: 0.8em;
  font-family: Arial;
  width: 230px;
  height: 320px;
  background-color: #ffffff;
  top: 520px;
  right: auto;
  bottom: auto;
  position: fixed;
}

#login {
  border: 1px dotted #ff6600;
  padding: 5px;
  text-align: left;
  font-size: 0.8em;
  font-family: Arial;
  width: 230px;
  height: auto;
  background-color: #ffffff;
  top: 350px;
  right: auto;
  bottom: auto;
  position: fixed;
}

#main-area {
  background: #ffffff;
  width: 800px;
  height: auto;
  text-align: justify;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  position: absolute;
}
#entire {
  width: 800px;
  height: auto;
}
#entire-site {
  width: 1040px;
  height: auto;
  margin: 8px auto 8px auto;
}

#foto-content {
  padding: 10px;
  float: right;
  clear:both;
}
#texto-diretor {
  border-color: #666666;
  border-width: 1px;
  border-right: 1px none #666666;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: 585px;
  height: auto;
  float: left;
  color: #000000;
  
  text-align: justify;
  font-family: Arial;
  clear:both;
	position: relative;
}
#download-area {
  float: right;
  width: 205px;
  height: auto;
  padding-top: 10px;
  position: aboslute;
  float: right;

}
#noticias {
  border: 1px  dotted #ff6600;
  
  padding: 5px;
  text-align: justify;
  font-size: 0.8em;
  font-family: Arial;
  width: 257px;
  height: 150px;
  background-color: #ffffff;
  top: 550px;
  right: auto;
  bottom: auto;
  position: absolute;
}
#artigos {
  border: 1px dotted #ff6600;
  padding: 5px;
  font-size: 0.8em;
  font-family: Arial;
  width: 257px;
  height: 150px;
  background-color: #ffffff;
  position: absolute;
  top: 720px;
}
#fotos {
  border: 1px dotted #ff6600;
  width: 262px;
  height: auto;
  font-size: 0.8em;
  font-family: Arial;
  background-color: #ffffff;
  padding-bottom: 10px;
  padding-top: 1px;
  padding-left: 5px;
  top: 8px;
  right: auto;
  bottom: auto;
  position: absolute;
}

#eventos {
  border: 1px dotted #ff6600;
  width: 257px;
  height: 180px;
  background-color: #ffffff;
  padding-bottom: 10px;
  padding-top: 1px;
  top: 350px;
  right: auto;
  bottom: auto;
  position: absolute;
}

#login {
  border: 1px dotted #ff6600;
  width: 257px;
  height: 130px;
  background-color: #ffffff;
  padding-bottom: 10px;
  padding-top: 1px;
  top: 890px;
  right: auto;
  bottom: auto;
  position: absolute;
  clear:both;
}
#rodape {
	background: #333333;
	border: 1px dotted #ff6600;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width: 267px;
	top: 1040px;
	position: absolute;
}
#separador {
  width: 100px;
  height: 10px;
}

a:link{
	text-decoration: none;

}

img {
border:0px;

}
