/* CSS do Site: www.algconsultoria.com.br (2010) */

body {
	background-color: #ffffff;
	margin          : 0px;
	padding         : 0px;
	border          : none;
	text-align      : center;
}

#tudo {
	width     : 912px;     
	margin    : 0px auto;
	padding   : 0px;
	text-align: left;
}

#topo {
	background-image : url(../imagens/bg_topo.jpg);
	background-repeat: no-repeat;
	width            : 912px;
	height           : 195px;
	margin           : 0px auto;
	padding          : 0px;
	text-align       : left;
}

#menu {
	height           : 37px;     
	margin           : 0px auto;
	padding          : 0px;
	text-align       : center;
	overflow         : auto;
	font-family      : Arial, Verdana, Helvetica, sans-serif;
	font-weight      : bold;
	font-size        : 14px;
	color            : #00628c;
}

	#menu ul {
		list-style-type: none;
		margin         : 0px;
		padding        : 0px;
		line-height    : 37px;
		text-align     : center;
	}
	
	#menu li {
		display   : inline;
		text-align: center;
		margin    : 0px;
	}

	#menu li a {
		text-decoration: none;
		padding-top    : 5px;
		padding-left   : 15px;
		padding-right  : 15px;
		padding-bottom : 5px;
		font-weight    : bold;
		color          : #00628c;
	}
	
	#menu li a:hover {
		text-decoration: underline;
	}

#corpoSite {
	margin    : 0px auto;
	padding   : 0px;
	text-align: left;
}

#conteudo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 12px;
	color      : #000000;
	margin     : 0px auto;
	padding    : 10px;
	text-align : left;
}

	#conteudo h1 {
		font-size  : 20px;
		font-weight: bold;
		color      : #00628c;
	}
	
	#conteudo h2 {
		font-size  : 16px;
		color      : #00628c;
		font-weight: bold;
	}
	
	#conteudo h3 {
		font-size  : 14px;
		color      : #00628c;
		font-weight: bold;
		font-style : italic;
	}
	
	#conteudo p {
		font-size: 12px;
		color    : #00628c;
	}
	
	#conteudo a {
		font-family    : Arial, Verdana, Helvetica, sans-serif;
		font-size      : 12px;
		color          : #00628c;
		font-weight    : bold;
		text-decoration: none;
	}
	
		#conteudo a:hover {
			text-decoration: underline;
		}

#rodape {
	height    : 60px;     
	margin    : 0px auto;
	padding   : 0px;
	text-align: center;
}

	#rodape p {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size  : 12px;
		color      : #58595b;
	}
	
	#rodape a {
		font-family    : Arial, Verdana, Helvetica, sans-serif;
		font-size      : 12px;
		color          : #58595b;
		font-weight    : bold;
		text-decoration: underline;
	}
	
		#rodape a:hover {
			text-decoration: none;
		}

