@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #660000;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}
hr {
	border: none;
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px;
	display: none;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 60px;
	width: 760px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	text-indent: -9999px;
}
#navegacao {
	width: 760px;
	height: 30px;
	background-image: url(images/navegacao_div_bg.gif);
}
#navegacao ul li {
	display: inline;
	text-decoration: none;
}
#navegacao ul li a {
	color: #FFFFFF;
	float: left;
	height: 30px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-transform: uppercase;
	background-image: url(images/navegacao_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font: bold 10px/30px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}
#navegacao ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/navegacao_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#navegacao ul li a.ativo {
	color: #666666;
	background: #FFFFFF url(images/navegacao_ativo.gif) center;
}
#navegacao ul li a.ativo:hover {
	background-color: #FFFFFF;
	color: #333333;
	background-image: url(images/navegacao_ativo.gif);
	background-position: center;
}
#conteudo_wrapper {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	background: #FFFFFF;
}
#conteudo_wrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	letter-spacing: -2px;
	color: #990000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*#conteudo_wrapper h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -2px;
	color: #990000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}*/
/*#conteudo_wrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: justify;
	line-height: 25px;
	color: #333333;
}*/
#rodape {
	background-color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #666666;
}
#rodape h2 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
}
#rodape p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rodape ul li {
	display: inline;
	text-decoration: none;
}
#rodape ul li a {
	color: #999999;
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #666666;
}
#rodape ul li a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
