/* CSS Document */

@import "layout_hacksie.css";
@import "layout_definicoes.css";

html, body {
		height: 100%;
	}

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.gif);
	line-height: 1.4em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

#pagina {
	border-left:1px solid #C6D6D5;
 	border-right:1px solid #C6D6D5;
	background:url(../images/background.gif);
	width: 776px;
	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;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
CABECALHO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#cabecalho {
	height: 160px;
	background: #003366;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#contentMiolo {
	background: url(../images/bgConteudo.gif) top right no-repeat;
	padding-bottom: 50px; 
}

#conteudo {
	width: 605px;
	padding:0 15px 0 18px;
	text-align: left;
	float: right;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MENU
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#menu {
	width: 138px;
	height: 242px;
	background:#00CC00;
	float: left;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
RODAPE
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#rodape {
	width: 776px;
	height: 48px;
	border-left:1px solid #C6D6D5;
 	border-right:1px solid #C6D6D5;
	
	text-align: center;
	font-size: 9px;
	line-height: 1.5em;
	position: relative;
	margin: -5.3em auto 0 auto;
}

#nonFooter {
		position: relative;
		min-height: 100%;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
FALE CONOSCO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#local{
	margin-bottom:10px;
	}
#titFaleConosco h1{
	margin-bottom:20px;
	margin-top:15px;
	}
#contatos{
	margin-top:20px;
	}


