/* GERAL */
	html, body { height: 100% }
	* { margin: 0; font-family: "Trebuchet MS"; font-size: 15px }
	p {
		padding-bottom: 10px;
		line-height: 23px;
		color: #2F2929;
		font-family: "Trebuchet MS" }

	
/* TOPO */
	#topo_global {
	text-align: center; /* Hack para o Ie5 */
	height: 122px;
	margin-bottom: 20px }
	#corpo_global {	text-align: center; } /* Hack para o Ie5 */
	#rodape_global { margin-top: 100px; float: left; height: 100px; width: 100%; text-align: center }
	#rodape { background: #232323; border-top: 10px solid #000; margin-top: 100px; float: left; height: 100px; width: 100% }
	#topo {
	text-align: left; /* Hack para o Ie5 */
	height: 122px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: #CF1919 }
	#corpo {
	text-align: left;
	width: 960px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto }
	#logo {
		float:left;
		margin-bottom:30px;
		width:100% }
	#menu_principal { background: #FFA200; float:left; width: 100% }
	#menu_principal ul { margin: 0; padding: 0 }
	#menu_principal ul li {
		float:left;
		margin:0;
		padding:10px 0;
		list-style: none  }
	#menu_principal ul li a {
		color: #0066CC;
		font-size:16px;
		font-weight:bold;
		margin-right:15px; }		
	#menu_principal ul li a:hover { text-decoration: underline }
	
	#nome { background: #FFC45F none repeat scroll 0 0; padding:20px  }
	#nome h1 a { text-decoration: none; font-size: 30px; color: #0066CC }
	#nome h1 a:hover { text-decoration: underline }
	
	#corpo ul {
		float:left;
		margin-top:20px;
		margin-bottom: 20px;
		padding:0 0 0 20px }
	#corpo ul li {
	padding-bottom: 10px;
	line-height: 18px;
	color: #2F2929;
	float: left;
	list-style: disc }
	
	.img1 {float:right; margin-left:20px }
	.img2 {float:left; margin-right:20px }
