html {
	height: 100%;
	}
	
	* html #container{
	height: 100%; /* hack para IE6 que trata height como min-height */
	}

body {
	width:100%;
	height:100%;
	font-family:Georgia,Tahoma, Arial, Helvetica, sans-serif;
	font-size:68.8%;
	color:#FFFFFF;
	background:#000000 url(../img/bodybg.jpg) repeat-x;
	}
/* CONTAINER */
#container{
	position:relative;
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
	}
#wrap{
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
	width:850px;
	min-height:789px;
	left:50%;
	position:relative;
	margin-left:-425px; /* Metade do valor width */
	background: url(../img/background.jpg) no-repeat;
	}

/* CABEÇALHO */
#header{
	width:850px;
	height:165px;
	background:url(../img/header.jpg) no-repeat;
	}
	#header h1{
	font-size:2em;
	color:#FFFFFF;
	padding:50px 30px;
	text-indent:-9999px;
	}
/* ---------- Acesso Restrito --------------
	#header a{
	float:right;
	margin:10px;
	color:#FFCC00;
	}
	#header a:hover{
	font-weight:bold;
	}
*------------ Fim de Acesso Restrito ------*/
#menu{
margin-left:310px;
margin-top: -64px;
font-size: 13px;
font-weight:bold;
}

/* CONTEÚDO */
#content{
	width:100%;
	height:100%;
/*	background:#FFFFFF url(../img/contentBackground.jpg) repeat-x;*/
	padding-bottom:30px; /*Altura do Rodapé */
	}
/* BANDEIRAS */
#bandeiras{
width:500px;
height:27px;
margin:0 auto;
padding-bottom:30px;
margin-top:30px;
}
#bandeiras li{
float:left;
width:100px;
}

#bandeiras a{
width:39px;
height:26px;
display:block;
text-indent:-9999px;
background:url(../img/bandeiras.jpg) no-repeat;
margin:0px 20px;
}
#bandeiras li#florianopolis a{background-position:0px 0px;}
#bandeiras li#florianopolis a:hover{background-position:0px -27px;}
#bandeiras li#curitiba a{background-position:-40px 0px;}
#bandeiras li#curitiba a:hover{background-position:-40px -27px;}
#bandeiras li#recife a{background-position:-80px 0px;}
#bandeiras li#recife a:hover{background-position:-80px -27px;}
#bandeiras li#uberlandia a{background-position:-119px 0px;}
#bandeiras li#uberlandia a:hover{background-position:-119px -27px;}
#bandeiras li#natal a{background-position:-160px 0px;}
#bandeiras li#natal a:hover{background-position:-160px -27px;}

#loadflag{
width:500px;
height:27px;
margin:0 auto;
text-align:center;
}

/* CHAMADAS */

div#texto.transparent{
width:735px;
margin:0 auto;
margin-left: 45px;
padding:10px;
font-size:12px;
text-align:justify;
background:#e2d5c3;
opacity:0.80;
-moz-opacity: 0.80;
filter: alpha(opacity=80);
}

div#texto.transparent p{
color:#000;
line-height:1.4em;
padding:10px;
}

div#fotos.transparent{
width:735px;
margin:0 auto;
margin-left: 45px;
padding:10px;
font-size:12px;
text-align:justify;
background:#e2d5c3;
opacity:0.80;
-moz-opacity: 0.80;
overflow:hidden;
filter: alpha(opacity=80);
}

div#fotos.transparent p{
color:#000;
line-height:1.4em;
padding:10px;
}

div#fotos.transparent img{
width: 150px;
height: 125px;
float:left;
margin:15px;
border:none;
}

div#home.transparent{
width:735px;
margin:0 auto;
margin-left: 45px;
padding:10px;
font-size:12px;
text-align:justify;
background:#e2d5c3;
opacity:0.80;
-moz-opacity: 0.80;
overflow:hidden;
filter: alpha(opacity=80);
}

div#home.transparent p{
color:#000;
line-height:1.4em;
padding:10px;
}

div#home.transparent a{
text-decoration:underline;
color:#6c0808;
line-height:1.4em;
padding:10px;
}

div#home.transparent img{
width: 350px;
height: 233px;
float:left;
margin:10px;
border:none;
}

div#equipe.transparent{
width:735px;
margin:0 auto;
margin-left: 45px;
padding:10px;
font-size:12px;
text-align:justify;
background:#e2d5c3;
opacity:0.80;
-moz-opacity: 0.80;
overflow:hidden;
filter: alpha(opacity=80);
}

div#equipe.transparent p{
color:#000;
line-height:1.4em;
padding:10px;
}

div#equipe.transparent img{
width: 200px;
height: 133px;
float:left;
margin:10px;
border:none;
}

div#equipe.transparent span{
float:left;
border:none;
}
/* CONTATO */

	
/* RODAPÉ */	
#footer{
	width:100%;
	height:50px;
	background:url(../img/footerBackground.jpg) repeat-x;
	clear:both;
	}

	#footer p{
	width:740px;
	padding:15px 40px;
	font-size:1em;
	color:#000;
	font-weight:bold;
	text-align:center;
	}

#contact{
float: left;
overflow: hidden;
}

#contact_sc{
width: 260px;
float: left;
overflow: hidden;
}

#contact_rn{
width: 260px;
float: left;
overflow: hidden;
}

#interna_2{
width: 630px;
float:left;
overflow:hidden;
padding-left:: 15px;
}

#formulario{
overflow:hidden;
margin: 10px;
float: left;
}

#img_container{
widht: 200px;
padding: 5px;
float: left;
overflow: hidden;
padding-left: 28px;
}

#img_container div{
float: left;
display: inline;
}

#img_container a{
text-align:center;
text-decoration:none;
color:#000;

}

#img_container #img_imagem{
width: 200px;
}

