@import "layout_hacksie.css";
@import "layout_formatacao.css";

	html, body {
		height: 100%;
		}
	
	* {
		margin: 0;
		padding: 0;
		list-style: none;
		text-decoration: none;
		}
		
	img {
		border: 0;
		}
		
	input, textarea {
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 11px;
		padding: 5px;
		}
	
	select {
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 11px;
		padding: 5px 0 5px 5px ;
		}
	
	body {
		background: url(../imagens/bg_pg.jpg);
		line-height: 1.4em;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 11px;
		color: #000;
		text-align: center;
		}
		
	.rubi {
		font-size: 14px;
	}
		
	.Mmenu {
		font-size: 13px;
		padding-left:26px;
		font-weight:bold;
		line-height:20px;
	}
	
	#pagina {
		background:#FFF;
		width: 778px;
		margin: 0 auto;
		min-height: 100%;
		text-align: center;
		}
		
	a {color: #000; text-decoration: none;}
	a:link {color: #000; text-decoration: none;}
	a:hover {color: #000; text-decoration: none;}
	a:visited {color: #000; text-decoration: none;}
	a:active {color: #000; text-decoration: none;}
	
	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px;
		}
		

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
CABECALHO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/
	
	#cabecalho {
		height: 304px;
		}
	
/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

	#contentMiolo {
		*margin-top: -3px;
		padding-bottom: 200px;
		background: url(../imagens/bg_conteudo_home.jpg) top no-repeat;
		}
		
	#contentMiolointerno {
		padding-bottom: 200px;
		background: url(../imagens/bg_conteudo_home.jpg) top no-repeat;
		}
	
	#conteudo {
		clear: both;
		float: right;
		margin-top: 0;
		text-align: justify;
		width: 563px;
		}
		
	.interna {
		padding-top: 60px;
		}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MENU
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/
	#menu {
	width: 210px;
	_margin: 0 0 -10px 0.22em;
	float: left;
	background-image: url(../imagens/bg_menu.jpg) no-repeat;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: -10px;
	padding-left: 0;
		}
		
	.baseMenu {
		width: 206px;
		margin: 20px 0 0 0;
		background: url(../imagens/base_menu.gif);
	}
		
/* O MENU ENCONTRA-SE DEFINIDO NA PAGINA POIS iEca ME FORÇOU A FAZER ISSO :O( */

	#menu a {
		color: #6684B0;
		}
	
	#menu a:link {		
		color: #6684B0;
		}

	#menu a:hover {		
		color: #6684B0;
		}

	
	#menu a:visited {		
		color: #6684B0;
		}

	
	#menu a:active {		
		color: #6684B0;
		}


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

	#rodape {
		width: 778px;
		height: 78px;
		text-align: center;
		position: relative;
		margin: -14.0em auto 0 auto;
		}
		
	#rodape a {
		color: #000;
		}

	#rodape a:link {
		color: #000;
		}

	#rodape a:hover {
		color: #000;
		text-decoration: underline;
		}

	#rodape a:visited {
		color: #000;
		}

	#rodape a:active {
		color: #000;
		}
	
	#nonFooter {
		position: relative;
		min-height: 100%;
		}
		
