.clear {
	clear: both;
}
* {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
html {
	height:100%;
}
body { 
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	position:relative;
	background-position:center;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-color:#fff;
}
#background {
	margin: 0 auto;
	
	min-width:966px;
	height:100%;
}
	

#cores {
	position: absolute;
	left: 3px;
	bottom: 0px;
}
#cores div {
	float: left;
	height: 12px;
	line-height: 1px;
	font-size: 1px;
}
#vermelho {
	background-color: #a32e10;
	width: 449px;
	border-top: 1px solid #b25f49;
	border-left: 1px solid #b25f49;
}
#verde {
	background-color: #386e2d;
	width: 298px;
	border-left: 1px solid #5c8055;
	border-top: 1px solid #5c8055;
}
#amarelo {
	background-color: #dbab00;
	width: 210px;
	border-top: 1px solid #e1c100;
}
#menu {
	background-color: #f5f0e8;
	height: 30px;
	background-image:url(bg_bordamenu.gif);
	text-align:center;
}
#menu_conteudo {
	background-image: url(bg_menu.gif);
	background-position:center;
	width: 946px;
	padding:0px 10px 0px 10px;
	text-align:left;
	margin:0 auto;
	height:30px;
}
#menu_direita {
	float: right;
	width: 290px;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	color: #3f3a37;
	vertical-align: middle;
	padding:0px 10px 0px 10px;
	line-height:29px;
	display: block;
	float: left;
	margin: 1px 1px 0px 1px;
}
#menu a:hover {
	color: #a32e10;
	background-color: #fff;
	border-left: 1px solid #dfdad3;
	border-top: 1px solid #dfdad3;
	border-right: 1px solid #dfdad3;
	text-decoration:none;
	margin:0px;
}

#geral {
	margin: 0 auto;
	width: 958px;
	text-align: left;
	margin-bottom:150px;
}
#foto {
	margin-top:30px;
	width:451px;
	position:relative;
	overflow:hidden;
}
#img_legenda {
	position:absolute;
	bottom:0px;
	z-index:1;
	background-color:red;
}
#legenda {
	background-color:#e6e1db;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3f3a37;
	font-size:11px;
	width:437px;
	line-height:15px;
	z-index:0;
}
#legenda div {
	float:left;
}
div#comandos {
	float:right;
}
#rodape {
	position: absolute;
	bottom: 0px;
	left:0px;
	width:100%;
	background-color:#f5f0e8;
	height:108px;
	min-width:965px;
	z-index:1;
	text-align:center;
	background-image: url(linha.gif);
	background-repeat: repeat-x;
}
#rodape_conteudo {
	background-image: url(bg_rodape.gif);
	background-position:center;
	text-align: left;
	width: 922px;
	height:51px;
	padding: 11px 22px 11px 22px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
}
#rodape p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:29px;
	color: #525252;
	float: left;
	text-indent:30px;
}
#rodape p.center {
	width:500px;
	text-align:center;
}
/* Formatação */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #43536d;
	margin-top: 15px;
	margin-bottom: 25px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #43536d;
	margin-top: 15px;
	margin-bottom: 15px;
}
ul.noticias {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a22c0e;
	font-weight:bold;
}
ul.noticias a {
	color:#a22c0e;
	text-decoration:none;
}
ul.noticias a:hover {
	text-decoration:underline;
}
ul.noticias li {
	margin-top:15px;
	list-style-type:none;
}
ul.noticias ul li {
	font-weight:normal;
	color:#43536d;
	margin-top:0px;
}
ul.noticias ul li a {
	color:#43536d;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#43536d;
	margin-top:11px;
}
p a {
	color:#43536d;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}

.right {
	float:right;
}
.left {
	float:left;
}
