@charset "utf-8";
/* CSS Document */

body {
	background-image: url(layout/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009;
}
#site {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}
#conteudo {
}
#rodape {
	padding: 10px;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
}
#topo {
	display:none;
}
a:link {
	color: #06C;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: underline;
	color: #06C;
}
#menu_oculto {
	display: none;
}
form {
	margin: 0px;
	padding: 0px;
}
#cont_topo {
	display: none;
}
#cont_meio {
	background-image: url(layout/conteudo_meio.jpg);
	height: 500px;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#cont_baixo {
	display: none;
}
#logo {
	display:block;
	height: 132px;
	width: 233px;
	margin-bottom:20px;
}
#centro_textos {
	height: 350px;
	width: 450px;
	margin-top: 10px;
}
#elasticril {
	height: auto;
	width: auto;
}
