body {
	background-color: #E8E8E8;
	margin: 0px;
	background-image: url(imagens/fundo.gif);
	background-repeat: repeat-x;
	background-position: left 157px;

}
img {
	border: 0px;
}
/* Containers de centralização de conteúdo */
#container {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 760px;
	height: auto;
	margin: 10px 0px 0px -380px;
	padding-top: 17px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFF;
	background-image: url(imagens/container_topo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#flash {
	position: relative;
	float: left;
	margin: 0px;
	margin-left: 10px;
	_margin-left: 5px;
	width: 740px;
	z-index: 1;
}
#menu {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	width: 140px;
	text-indent: 0pt;
	text-align: left;
	list-style-type: none;
	line-height: 20px;
	float: right;
	position: relative;
	display: block;
	padding: 0px;
	margin-top: -124px;
	margin-left: 0px;
	margin-right: 30px;
	_margin-right: 12px;
	margin-bottom: 0px;
	z-index:2;
}
#menu ul {
	width: 140px;
	text-indent: 0pt;
	text-align: left;
	list-style-type: none;
	line-height: 20px;
	float: left;
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	float: left;
	position: relative;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 140px;
	display: block;
}
#menu ul li a {
	color: #333333;
	float: left;
	position: relative;
	height: 20px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	width: 110px;
	_width: 140px;
	display: block;
	background-image: url(imagens/menu.gif);
	background-repeat: no-repeat;

}
#menu ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(imagens/menu_over.gif);
}
#testeira {
	background-image: url(imagens/logo.gif);
	float: left;
	position: relative;
	height: 110px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}
#conteudo {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	float: left;
	margin-left: 25px;
	_margin-left: 12px;
	margin-top: 15px;
	width: 710px;
}
#conteudo h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #974578;
	width: 100%;
	padding: 0px;
}
#conteudo h2 {
	font-size: 14px;
	color: #F66013;
}
#conteudo a {
	text-decoration: underline;
	color: #333333;
}
#conteudo a:hover {
	text-decoration: none;
	color: #974578;
}
#rodape {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	line-height: 18px;
	color: #FFF;
	background-image:  url(imagens/rodape.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: 20px 0px 0px 15px;
	_margin: 20px 0px 0px 7px;
	padding-top: 18px;
	float: left;
	height: 52px;
	width: 730px;
	background-color: #FFFFFF;
	_height: 70px;
}
#rodape a {
	color: #FFF;
}
#rodape a:hover {
	color: #F5C491;
}
#base {
	position: relative;
	float: left;
	width: 760px;
	height: 37px;
	margin: 0px;
	background-image: url(imagens/container_rodape.gif);
	background-repeat: no-repeat;
	background-color: #e8e8e8;
}
img.Esquerda {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.Direita {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#conteudo ol {
	width: 500px;
	text-indent: 0pt;
	text-align: left;
	list-style-type: none;
	line-height: 20px;
	float: left;
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	left: 50%;
	margin-left: -250px;
}
#conteudo ol li {
	float: left;
	position: relative;
	text-align: left;
	padding: 3px;
	margin: 0px;
	margin-left: 1px;
	margin-top: 1px;
	display: inline;
	list-style-type: none;
	background-color: #F5C491;
}
input, textarea {
	background-color: #FBE7D2;
	border: #F0A457 1px solid;
	font-family: "Trebuchet MS", Verdana, Arial;
}