/** Zerando todos os margins naturais para não atrapalhar **/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address {
	margin:0px;
	padding:0px;
}

body {
	background-attachment: fixed;
	background-image:  url(../imagens/fundo.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

#menu {
	background-attachment: fixed;
	background-image: url(../imagens/fundo_menu.gif);
	background-repeat: no-repeat;
	height: 147px;
	width: 775px;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	visibility: visible;
	z-index: 2;
	position: absolute;
	top: 280px;
	left: 0px;
}
#corpo {
	width:775px;
}
#logohome {
	margin: 20px 0px 0px 20px;
}
#logo {
	width: 143px;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	left: 600px;
}
#conteudo {
	width:490px;
	height: 400px;
	margin-left:5px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	line-height: 18px;
	margin: 0px;
	padding: 10px;
	visibility: visible;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 35px;
	background-color: #CCCCCC;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	line-height: 18px;
}
#content {
	width:460px;
	height: 1150px;
	margin-left:30px;
	margin-right:20px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	line-height: 18px;
	margin: 0px;
	padding: 10px;
	visibility: visible;
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 36px;
}

#content h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #18264C;
	font-weight: bold;
}
#topo {
	margin: 17px 0px 0px 40px;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #E5E5E5;
	border: 1px solid #A9AAA9;
	width: 200px;
}
#texto {
	margin: 120px 0px 0px 170px
}
.a12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.a12:hover {
	text-decoration: underline;
}
#btapresentacao {
    position: absolute;
	margin: 25px 0px 0px 15px;
}
#btcomunidade {
    position: absolute;
	margin: 30px 0px 0px 150px;
}
#btprojetoteca {
    position: absolute;
	margin: 20px 0px 0px 130px;
}
#btmetodologias {
    position: absolute;
	margin: 38px 0px 0px 170px;
}
#btdownloads {
    position: absolute;
	margin: 48px 0px 0px 230px;
}
#btnoticias {
    position: absolute;
	margin: 50px 0px 0px 288px;
}
#btparticipacao {
    position: absolute;
	margin: 30px 0px 0px 315px;
}
#btfale {
    position: absolute;
	margin: 10px 0px 0px 333px;
}
