a				{ color:#999999; font-weight:bold; text-decoration:none; }
a:hover			{ text-decoration:underline; }
ul, ul li		{ list-style:none; margin:0; padding:0; }
hr		{ border:0;  border-top: 1px solid #B43118; height:5px; }

h1{
	color:#9c1422;
	font:bold 18px "Trebuchet MS", Verdana, Arial;
	border:1px solid #B43118;
	text-align:center;
	margin-bottom:5px;
}

body{ 
	margin:0;
	padding:0;
	text-align:center;
	font:normal 12px Arial, Helvetica, sans-serif;
}

/*------------------ Genericos Fim -------------------- */
/*----------------------------------------------------- */
/*------------------ Header Inicio -------------------- */

#header{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height:85px;
	background:url(bg_header.png) repeat-x;
	border-bottom:6px solid #B43118;
}
#headerLogo{
	margin:0 auto;
	width:760px;
}
#headerLogo li{
	display:block;
	text-align:center;
}
#header img#logo{
	margin:0;
	padding:0;
}

/*-------------------- Header Fim --------------------- */
/*----------------------------------------------------- */
/*-------------- Page e Container Inicio -------------- */

#container{
	margin:150px auto 95px;
	width:760px;
	text-align:center;
}

/*--------------- Page e Container Fim ---------------- */
/*----------------------------------------------------- */
/*------------------ Rodape Inicio -------------------- */

.footer {
	position:fixed;
	bottom:0;
	left:0;
	width: 100%;
	height:85px;
	padding:0;
	margin:10px 0 0;
	border-top:4px solid #B43118;
	background:url(bg_rodape.png) repeat-x; 
}