body {
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif; /* verdana ta dando mais leitura */
	font-size: 12px;
	color: #808080;
	line-height: 2em;
}
img{
	border: 0;
}
a:link{
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active{
	color: #000000;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main {
	width: 1000px;
	height: 100%;
	background-color: #F6F6F6;
	visibility: visible;
	margin: auto;
}
#header {
	height: 126px;
}
#logo {
	height: 675px;
	width: 1000px;
	margin-top: 30px;
}
#img {
	background-color: #F6F6F6;
	overflow: hidden;
	background-repeat: repeat;
	clear: right;
	float: left;
	clip: rect(auto,auto,auto,auto);
}
#content {
	background-color: #F6F6F6;
	width: 1000px;
	overflow: hidden;
	visibility: visible;
	float: left;
}
#obras {
	background-color: #F6F6F6;
	width: 1000px;
	overflow: hidden;
	visibility: visible;
	float: left;
}
#texto {
	background-color: #FFFFFF;
	overflow: hidden;
	visibility: visible;
	float: leftt;
	padding: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
#menuobras {
	width: 82px;
	overflow: hidden;
	visibility: visible;
	float: left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	width: 1000px;
	background-color: #F6F6F6;
	height: 50px;
	visibility: visible;
	margin: auto;
	clear: both;
	float: none;
}
#home {
	width: 80px;
	height: 50px;
	visibility: visible;
	float: left;
}
#contato {
	width: 100px;
	height: 50px;
	visibility: visible;
	float: right;
	clear: right;
}
