@import "layout_hacksie.css";
@import "layout_definicoes.css";

html, body {
	height: 100%;
}

body {
	background: url(../imagens/bg.jpg) no-repeat center top #FFF;
	line-height: 1.4em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #5A5A5A;
	text-align: center;
}

input, select, textarea {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #5A5A5A;
	border: 1px solid #999999;
}

* {
	margin: 0;
	border: 0;
}

table, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}

#pagina {
	width: 749px;
	margin: 0 auto;
	min-height: 100%;
	text-align: center;
	padding: 0 0 65px 0;
	background: url(../imagens/bg_internas.gif) #EFEFEF;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
CABECALHO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#cabecalho {
	width: 749px;
	height: 642px;
	z-index: 1;
	background: #CCC;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/
#floater{
	position: absolute;
	left: 165px;
	top: 653px;
	width: 270px;
	height:160px;
	overflow: hidden;
	z-index: auto;
}

#contentMiolo {
	padding: 0 0 45px 0;
	background: url(../imagens/bg_page.gif) #fff;
}

#content {
	width: 749px;
	padding: 0 0 20px 0;
	display: inline;
	clear: both;
	float: right;
}

.home {
	background: url(../imagens/bg_cont_home.gif) right top no-repeat;
}

.interna {
	background: url(../imagens/bg_cont_interno.gif) #EFEFEF right top no-repeat;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
RODAPE
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#rodape {
	width: 749px;
	font-size: 10px;
	background: #fff;
	text-align: center;
	position: relative;
	margin: -6.5em auto 0 auto;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MAPA
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#mapa{
	text-align:center;
	}

#mapa h1{
	margin-left:11px;
	margin-bottom:10px;
	margin-top:15px;
	}






