@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
}
a, a:link, a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
}
#main {
	width: 100%;
	height: 100%;
}
#maincontent {
	width:800px;
	position: relative;
}
#banner {
	background-image: url(images/eco_codigo08.png);
	background-repeat: no-repeat;
	height: 643px;
	width: 220px;
	float: left;
}
#menu {
	width: 410px;
	position: absolute;
	top: 0px;
	left: 220px;
}
#content {
	width: 580px;
	float: left;
	margin-top:60px;
}
#clear {
	clear:both;
}
#rodape {
	margin-top: 10px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.nav {
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
}
.nav a, a:link, a:visited {
	text-decoration: none;
	color:#000000;
}
.nav a:hover {
	text-decoration: none;
	font-weight: bold;
}
.nav .sel {
	text-decoration: none;
	font-weight: bold;
}
.texto {
	margin-bottom: 6px;
	border-right-width: 6px;
	border-left-width: 6px;
	margin-right: 4px;
	margin-left: 4px;
}
img {
	display: block;
}

