@charset "utf-8";
/* CSS */

body{
	text-align:center; /* hack para o IE */	
	margin:0px;
	background:#162939;
	}

/* Area do Site */
#Sit_Ger_Are_Sit{
	width:989px;
	margin:0 auto;
	text-align:left; /* "remdio" para o hack do IE */
	}

	/* Top do Site */
	#Sit_Ger_Top_Sit{
		width:989px;
		height:198px;
		background:url(../imagens/css/bkg_top_men.jpg);
		}		
	
		/* Top do Site - Logo */
		#Sit_Ger_Top_Sit_Log{
			width:230px;
			height:100px;
			}		
	
	/* Conteudo */
	#Sit_Ger_Con{
		height:864px;
		background:url(../imagens/css/bkg_sit.jpg);
		}
		
	/* Final */
	#Sit_Ger_Fin{
		width:989px;
		height:196px;
		background-image:url(../imagens/css/bkg_bot.jpg);
		background-repeat:repeat-x;
		}
		
		/* Final - Informacoes - Endereco */
		#Sit_Ger_Fin_Inf_End{
			width:430px;
			height:136px;
			padding-top:60px;
			padding-left:30px;
			float:left;
			}
		
		/* Final - Informacoes - Telefone */
		#Sit_Ger_Fin_Inf_Tel{
			width:280px;
			height:136px;
			padding-top:60px;
			float:left;
			}
		
		/* Final - Informacoes - Logo */
		#Sit_Ger_Fin_Inf_Log{
			width:200px;
			height:136px;
			padding-top:60px;
			float:left;
			text-align:right;
			}
		
		
