/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
/**
 * Tags genéricas
 */
body {
	background: #710000 url(bg_body.jpg) no-repeat top left fixed;
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
/*a:visited {
	color: #000;
	text-decoration: line-through;
}
*/a:active, a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
p {
	margin-bottom: 3px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
/**
 * Div tudo - engloba todos os elementos HTML
 */
#tudo {
	width: 245px;
	padding-top: 30px;
	height: 125px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-left: 360px;
	margin-top: 195px;
}
	/**
	 * Image replacements and display: none
	 */
	 #csswebdesign h1, h4.orie, p.pregras5, h4.apre, h4.fina, h4.estr, h4.porq, h4.pode {
	 	text-indent: -99999px;
		overflow: hidden;
	}
	#csswebdesign h1 span {
		display: block;
		width: 291px;
		height: 75px;
		background: url(title_css_para_webdesign.jpg) no-repeat;
		position: absolute;
		top: 90px;
		left: 288px;
	}
	h4.orie span {
		display: block;
		background: url(title_orientacoes_gerais.jpg) no-repeat;
		width: 195px;
		height: 32px;
	}
	p.pregras5 strong {
		display: block;
		background: url(title_o_html_da_pagina_e_intocavel.jpg) no-repeat;
		width: 180px;
		height: 53px;
	}
	h4.apre {
		display: block;
		width: 144px;
		height: 32px;
		background: url(title_apresentacao.jpg) no-repeat;
	}
	h4.fina {
		display: block;
		width: 118px;
		height: 32px;
		background: url(title_finalidade.jpg) no-repeat;
	}
	h4.estr {
		display: block;
		width: 180px;
		height: 24px;
		background: url(title_estrutura_do_site.jpg) no-repeat;
	}
	h4.porq {
		display: block;
		width: 158px;
		height: 31px;
		background: url(title_por_que_css.jpg) no-repeat;
	}
	h4.pode {
		display: block;
		width: 193px;
		height: 27px;
		background: url(title_o_poder_das_css.jpg) no-repeat;
	}
	#csswebdesign h2, h3 {
		display: none;
	}
	#busca {
		display: none;
	}
	/**
	 * Menus config
	 */
	#menu {
		margin-top: -25px;
		margin-left: 50px;
		margin-bottom: 10px;
		font-size: 10px;
	}
	#menu ul {
		list-style-type: lower-roman;
	}
	#navMenu ul li {
		display: inline;
		font-size: 10px;
		padding: 2px;
	}