/* CSS Document */

body, html, p, h1, h2, img {
	margin:0px;
	padding:0px;
}

body, html {
	height: 100%;
	background-color: #01172E;
}

#geral {
	min-height:100%;
	_height:100%;
	width: 780px;
	background-image: url(../imagens/fundoGeral.jpg);
	background-repeat: repeat; 
	margin: 0px auto 0px auto;
}

#top {
	width: 780px;
	height: auto;
}

#conteudo {
	float: left;
	width: 601px;
	height: auto;
	margin: 0px auto 0px 0px;
}

#menuLateral {
	float: left;
	width: 149px;
	height: auto;
	padding: 20px 10px 0px 20px;
	background-image: url(../imagens/menLateral.jpg);
	background-repeat: no-repeat;
}

#rodape {
	clear: both;
	margin:0px auto 0px auto;
	padding:0px;
	background-image:url(../imagens/rodape_solido.jpg);
	background-repeat: repeat-x;
	width: 780px;
	height: auto;
}