* {
	color:#949590;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}

ul {list-style: none; list-style-image:none; list-style-position:outside; list-style-type:none; }
a {text-decoration: none;}
.dn {display: none;}
.txtIndent {text-indent: -99999px;}

body {
	margin: 0;
	padding: 0;
	background: url(../images/background.gif) repeat-x #d1d1b9;
}

.geral {
	/*width: 942px;*/
	width: 760px;
	min-height: 613px;
	margin: 0 auto;
}

	.topo .logotipo {
		width: 246px;
		height: 151px;
		float: left;
	}
	
	.topo .logotipo h1 a {
		width: 246px;
		height: 151px;
		background: url(../images/logotipo_guerreiro.gif) no-repeat;
		text-indent: -99999px;
		display: block;
		overflow: hidden;
		margin: 20px 0 0 0;
	}
	
	.topo .foto_topo {
		width: 398px;
		height: 119px;
		float: right;
		border: 0;
		margin: 15px 0 0 40px;
	}
	
	.corpo {
		width: 760px;
		min-height: 495px;
		background: #fff url(../images/background_bs_redonda.gif) left bottom no-repeat;
		overflow: hidden;
	}
	
		.box_esq {
			width: 248px;
			min-height: 495px;
			float: left;
			margin: 10px;
		}
		
			.box_esq .menu {
				width: 228px;
				height: 242px;
				border: 3px solid #521906;
				background: url(../images/bg_menu.gif) repeat-x;
			}
				.box_esq .menu ul {
					list-style: none;
					list-style-image:none;
					list-style-position:outside;
					list-style-type:none;
					padding: 25px 0 0 15px;
					*padding: 20px 0 0 15px;
				}
				
				.box_esq .menu li {
					height: 25px;
					width: 198px;
					border-bottom: 1px solid #7a3518;
				}
				
				.box_esq .menu li a {
					display: block;
					overflow: hidden;
					float: left;
					color: #e6dcc3;
					text-decoration: none;
					padding: 10px 0 0 8px;
					background: url(../images/seta_menu.gif) 0 15px no-repeat;
				}
					
					.box_esq .menu li a:hover {
						font-weight: bold;		
					}
				
			.box_esq .localizacao {
				width: 105px;
				height: 181px;
				float: left;
				margin-top: 10px;
				margin-top: 30px;
			}
			
				.box_esq .localizacao h1 {
					width: 77px;
					height: 12px;
					background: url(../images/tit_localizacao.gif) no-repeat;
					text-indent: -99999px;
				}
				
				.box_esq .localizacao img {
					margin: 0px 0 0 0px;
					border: 0;
				}
				
		.box_dir {
			width: 471px;
			min-height: 495px;
			float: left;
			margin-top: 10px;
			display: inline;
		}
			.box_dir .box_empresa {
				min-height: 242px;	
			}
			
			.box_dir .titulo {
				width: 471px;
				height: 35px;
				background: url(../images/bg_tit.gif) no-repeat #bfbcab;
			}
			
			.box_dir h2 {
				font-family: Verdana, Geneva, sans-serif;
				font-size: 12px;
				color: #521906;
				padding: 10px 0 0 10px;
			}
			
			.box_dir img {
				border: 2px solid #521906;
				margin: 0 10px 0 0;
			}
			
			.box_dir .box_empresa .texto_home {
				padding: 10px 0 0 0;	
			}
			
				.box_dir .box_empresa .texto_home p {
					padding: 0 0 0 10px	
				}
				
			.box_dir .box_noticias ul {
				padding: 10px 0 0 10px;	
			}
			
				.box_dir .box_noticias ul li {
					padding: 0 0 5px 0;	
					list-style-image:none;
					list-style-position:inside;
					list-style-type: square;
					color: #949590;
				}
				
				.box_dir .box_noticias ul li a:hover {
					text-decoration: underline;
					font-weight: bold;
				}
				
			.leiamais {
				float: right;
				background: url(../images/list_icon.gif) 0 5px no-repeat;
				padding: 0 0 0 10px;
			}
				
				.leiamais a {
					color: #521906;	
				}
				
					.leiamais a:hover {
						text-decoration: underline;	
					}
			
		.rodape {
			height: 40px;
			/*background: url(../images/logotipo_rodape.gif) 0 5px no-repeat;
			padding: 0 0 0 67px;*/
			padding: 0 0 0 0;
		}
			
			.rodape h2 {
				color: #9d725f;
				font-weight:normal;
				/*text-shadow: #000 0px 0px 10px;*/ 
			}
			
			.rodape address {
				font-style: normal;	
			}
		
	