body {
	background: #8C9EA9;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}

#wrapper {
	padding: 0px;
	width: 800px;
	position: relative;
	text-align: left;
	height: auto;
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", "Lucida Sans", Arial;
	background: #FFFFFF;
	overflow: hidden;
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	z-index: auto;
	}

#cabecalho{
	position: relative;
	height: 20px;
	padding: 0px;
	display: block;
	width: 800px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#cabecalho ul {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}


#cabecalho ul li {
	display: block;
	float: left;
	list-style-type: none;
	position: relative;
	left: 560px;
	width: 80px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#cabecalho a {
	text-decoration: none;
	color: #333333;
	position: relative;
	left: 0px;
	background-image: url(../imagens/seta.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 20px;
	padding-left: 20px;
}

#cabecalho a:hover {
	background-image: url(../imagens/seta_cheio.gif);
}

#barra_logo {
	display: block;
	position: relative;
	height: 185px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-image: url(../imagens/Logo%20CRESLA%20WEB.jpg);
	background-repeat: no-repeat;
	background-position: 18px center;
}

#barra_logo img {
	display: block;
	float: right;
	padding: 0px;
	margin: 1px;
}

#barra_red {
	display: block;
	position: relative;
	height: 18px;
	width: 800px;
	top: 0px;
	background-color: #CC0000;
	margin-top: 1px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	color: #FFFFFF;
	padding-top: 2px;
}

#barra_red a {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}

#barra_menu {
	position: relative;
	height: auto;
	padding: 0px;
	display: block;
	width: 800px;
	top: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#barra_menu ul {
	display: block;
	padding: 0px;
	position: relative;
	height: 20px;
	left: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 600px;
}

#barra_menu ul li{
	display: block;
	float: left;
	list-style-type: none;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../imagens/seta_cheio.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	position: relative;
}

#barra_menu a {
	text-decoration: none;
	position: relative;
	display: block;
	height: 20px;
	width: 106px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
	font-weight: bold;
}

#barra_menu ul li a:hover {
	background-image: url(../imagens/seta_cheio.gif);
	background-color: #E8EBEC;
	font-weight: bold;
	background-position: 20px;
}

#corpo {
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
	position: relative;
}

#barra_lateral {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 200px;
	overflow: hidden;
	left: 0px;
	top: 0px;
	height: auto;
	float: left;
	background-color: #E8EBEC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#barra_lateral ul {
	position: relative;
	padding: 0px;
	width: 200px;
	height: auto;
	display: block;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 25px;
}
	
#barra_lateral li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(../imagens/seta.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
	
#barra_lateral li a {
	text-decoration: none;
	display: block;
	margin: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 15px center;
	width: 165px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}	

#barra_lateral li a:hover {
	background-image: url(../imagens/seta_cheio.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 14px;
}

#conteudo {
	display: block;
	padding: 0px;
	float: right;
	height: auto;
	width: 580px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: auto;

}

.informacao {
	position: relative;
	width: 560px;
	height: auto;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	left: 10px;
	z-index: auto;
}

#copyright {
	margin-top: 40px;
	position: relative;
	left: 40px;
	width: 500px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

#rodape {
	background: #D1D7D8;
	text-align: center;
	position: relative;
	height: 35px;
	width: 800px;
	padding: 0px;
	overflow: hidden;
	display: block;
	top: 0px;
	margin: 0px;
}

#rodape ul {
	border-right: 1px solid #999999;
	display: block;
	padding: 0px;
	position: relative;
	width: 530px;
	height: 20px;
	top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
		
}
			
#rodape li {
float: left;
list-style: none;
display: block;
width: 105px;
position: relative;
border-left: 1px solid #999999;
height: 20px;
text-align: center;
margin: 0px;
padding: 0px;
}			

#rodape a {
text-decoration: none;
color: #333333;
margin: 0px;
padding: 0px;
}
		
#rodape a:hover {
	color: #CC0000;
	text-decoration: underline;
}
				
h1 {
	color: #DF0B0B;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	width: auto;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

h2 {
	display: block;
	color: #DF0B0B;
	padding: 0px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

p {
	color: #333333;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	z-index: auto;
}

ul {
	margin: 0px 15px 0px 27px;
	padding: 0px;
}

li{
	color: #333333;
	text-align: justify;
	line-height: 18px;
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

.actual {
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(../imagens/seta_cheio.gif);
	color: #CC0000;
	font-size: 14px;
	text-decoration: underline;
}

a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

table {
	font-size: 10px;
	padding: 0px;
	display: block;
	border-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.item {
	margin: 0px;
	padding: 3px;
	width: 100px;
	font-weight: bold;
	background: #E8EBEC;
	text-indent: 3px;
}

.valor {
	background: #FAFAC5;
	width: 135px;
	text-indent: 3px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: auto;
}

.dir {
	padding: 0px;
	display: block;
	border: 1px solid #CC0000;
	top: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.esq {
	padding: 0px;
	display: block;
	border: 1px solid #CC0000;
	top: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imagens {
	float: right;
	position: relative;
	display: block;
	width: 210px;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

.imagens img {
	display: block;
	height: auto;
	width: auto;
}

.imagens p {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 200px;
}
.informacao .imagem {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 180px;
	text-align: center;
	border: 1px solid #CC0000;
}
.informacao .descricao {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 180px;
	text-align: center;
}
.informacao .descricao a {
	color: #0000FF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

p {
	line-height: 18px;
}

