@import "layout_hacksie.css";
@import "layout_definicoes.css";

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
DEFINIÇÕES DE LINK
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

a { text-decoration:none; color:#000000;}
a:link {text-decoration:none; color:#000000;}
a:hover {text-decoration:none; color:#000000;}
a:visited {text-decoration:none; color:#000000;}
a:active {text-decoration:none; color:#000000;}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
DEFINIÇÕES DE XHTML
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

html, body {
	background: #C1D1AD;
	height: 100%;
}
	
input, select, textarea {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	border: 1px solid #CCCCCC;
}

dl, ol, dd, address, capition {
	font-family:Tahoma, Verdana;
	font-size:11px;
	background-color:#C1D1AD;
	height:100%;  
	margin:0px;
	padding:0px;
	text-align:left;
	font-weight:normal;
}
	
form{
	margin:0px;
	padding:0px;
}

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.4em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
PAGE
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#pagina {
	width: 778px;
	margin: 0 auto;
	min-height: 100%;
	text-align: center;
	background: url(../imagens/bg_geral.gif);
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
CABECALHO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#cabecalho {
	background: #003366;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#contentMiolo {
	padding-bottom: 50px;
}

#conteudo {
	display: inline;
	clear: both;
	float: right;
	margin-top: 0;
	width: 515px;
	padding: 0 43px 0 22px;
	_padding: 0;
	text-align: justify;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MENU
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#menu {
	display: inline;
	float: left;
	text-align:left;
	width: 198px;
	background:url(../imagens/bg_menu.gif) no-repeat;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
RODAPE
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#rodape {
	width: 778px;
	height:28px;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	margin: -1.5em auto 0 auto;
	background: url(../imagens/rodape.gif);
}

#nonFooter {
		position: relative;
		min-height: 100%;
}


