body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #28aadc;
	padding: 0;
	margin: 0;
	}

img {
	border-width: 0px;
}
	
a {
	text-decoration: none;
	color: #28aadc;
	border-width: 0px;
}

.todo {
	width: 100%;
	text-align: center;
	margin:0 auto;
	border: 0px #CC9 solid;
	padding: 0;
	background-color: #f2fafd;
	background-image: url(../_img/background1.png);
	background-position: center top;
	background-repeat: no-repeat;	
	}

.topo {
   width: 974px;
   height: 276px;
   margin: 0 auto;
   }
   
#menu_banner {
	z-index: 10;
	position: absolute;
	height: 20px;
	margin-top: 187px;
	margin-left: 115px;
	_margin-left: -230px;
}

#imagem_banner {
	z-index:0; 
	position: absolute;	
	margin-left: 100px;
	_margin-left: -250px;
}


#barra_top{
	width: 974px;
	height: 30px;
	background-image: url(../_img/barra_top.png);
	background-repeat: no-repeat;
	text-align: left;
	position: absolute;
	_margin-left: -500px;
}
   
#logo {
	height: 246px;
	float: left;
	margin-left: 15px;
}

#menu {
	width: 690px;
	_width: 688px;
	height: 246px;
	float: left;
}
   

.conteudo {
   width: 974px;
   min-height: 305px;
   _height: 250px;
   margin: 0 auto;
   }
   
.lateral {
	width: 255px;
	float: left;
	margin-left: 30px;
}

#content {
	float: left;
	width: 540px;
	text-align: left;
	margin-left: 80px;
	_margin-left: 88px;
}

.titulo {
	font-size: 22px;
	paddin-bottom: 10px;
}
   
#footer {
        width: 100%;
        text-align: center;
		font-size: 10px;
		color: #7e7e7e;
		background-image: url(../_img/background_bottom.png);
		background-repeat: no-repeat;
		background-position: bottom;
		padding-top: 20px;
}

