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

html, body {
	height: 100%;
	}

* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	}
	
a img {
	border: 0;
	}
	
body {
	background: url(../imagens/bg_html.gif) center top repeat-y #FFF;
	line-height: 1.4em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
	}

#floater {
	position: absolute;
	left: 30px;
	top: 170px;
	width: 470px;
	height:222px;
	overflow: hidden;
	z-index: 11;
}


#pagina {
	background:url(../imagens/bg_content_miolo.jpg) repeat-y;
	width: 778px;
	margin: 0 auto;
	min-height: 100%;
	text-align: center;
	}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}
	
#conteudo a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	}

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

#cabecalho {
	height: 433px;
	background: #07308C;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#contentMiolo {
	padding-bottom: 50px;
	background: url(../imagens/bg_miolo.jpg) bottom no-repeat;
	/*height:auto;*/
	}

#conteudo {
	display: inline;
	min-height:1270px;	
	_height:1270px;
	clear: both;
	float: left;
	margin-top: 0;
	width: 555px;
	padding: 0 8px 73px 10px;
	text-align: justify;
	color: #fff;
	}
	
.conteudoHome {
	width: 529px;
	height: auto;
	margin: 0 auto;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MENU
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#barraDireita {
	background: url(../imagens/bg_direito.jpg) top right no-repeat;
	display: inline;
	float: right;
	width: 205px;
	/*height: 1015px;*/
	padding-bottom: 0px;
	margin-top:-120px;
	/*margin-top:-131px;	*/
	position:absolute;
	*position:relative;
	right:0;
	z-index:10;
	}

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

#rodape {
	width: 778px;
	background: #FFF;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	margin: -1.8em auto 0 auto;
	font-size: 9px;
	padding: 5px 0;
	color: #adadad;
	}

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

