		/*
			Mkt Virtual - Interactive Marketing
			Rua. Tolentino Filgueiras, 119 - Sala 47 - Gonzaga - Santos/SP - Fone: +55 (13) 3284.8452
			Site: www.mktvirtual.com.br - E-mail: mktvirtual@mktvirtual.com.br
			Projeto: ILBARISTA.COM.BR
			Data: Julho 2006
		*/
			
	@import "layout_hacksie.css";
	@import "layout_definicoes.css";
	
	a { color: #432504; text-decoration: none; }
	a:link { color: #432504; text-decoration: none; }
	a:visited { color: #432504; text-decoration: none; }
	a:hover { color: #432504; text-decoration: underline; }
	a:active { color: #432504; text-decoration: none; }


	html, body {
		height: 100%;
		}
	
	* {
		margin: 0;
		padding: 0;
		border: 0;
		}
	
	body {
		background: #F1ECDC;
		line-height: 1.4em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #432504;
		text-align: center;
		}
	
	#pagina {
		width: 778px;
		margin: 0 auto;
		min-height: 100%;
		text-align: center;
		background: url(../imagens/bg_pagina.gif) center repeat-y #FAF6E8;
		}
		
	#paginaHome {
		width: 778px;
		margin: 0 auto;
		min-height: 100%;
		text-align: center;
		background: #FAF6E8;
		}
	
	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px;
		}
	
	/*
	//////////////////////////////////////////////////////////////////////////////////////////////////////////
	CABECALHO
	//////////////////////////////////////////////////////////////////////////////////////////////////////////		
	*/
	
	#cabecalho {
		width: 735px;
		height: 282px;
		margin: 0 auto;
		border-top: 6px solid #FAF6E8;
		}
	
	/*
	//////////////////////////////////////////////////////////////////////////////////////////////////////////
	MIOLO
	//////////////////////////////////////////////////////////////////////////////////////////////////////////		
	*/
	
	#contentMiolo {
		width: 735px;
		min-height: 100%;
		margin: 0 auto;
		padding-bottom: 85px;
		}
		
	#conteudo, #conteudoHome {
		clear: both;
		margin-top: 0;
		}

	#conteudo {
		width: 542px;
		padding: 20px 0 20px 0;
		float: right;
		text-align: justify;
		background: url(../imagens/bg_conteudo.jpg) top no-repeat;
		}

	#conteudoHome {
		width: 735px;
		text-align: left;
		border-top: 6px solid #FAF6E8;
		background: url(../imagens/bg_flash_home.gif) repeat-y;
		}
	
	/*
	//////////////////////////////////////////////////////////////////////////////////////////////////////////
	BARRA ESQUERDA
	//////////////////////////////////////////////////////////////////////////////////////////////////////////		
	*/
	
	#barraEsquerda {
		width: 193px;
		margin: 0 0 40px 0;
		float: left;
		display: inline;
		text-align: left;
		font-family: Georgia, Times, Tahoma, Verdana, serif;
		background: url(../imagens/bg_esquerdo.jpg) top no-repeat;
		}

	#barraEsquerda a { color: #432504; text-decoration: none; }
	#barraEsquerda a:link { color: #432504; text-decoration: none; }
	#barraEsquerda a:hover { color: #432504; text-decoration: underline; }
	#barraEsquerda a:visited { color: #432504; text-decoration: none; }
	#barraEsquerda a:active { color: #432504; text-decoration: none; }

	/*
	//////////////////////////////////////////////////////////////////////////////////////////////////////////
	RODAPE
	//////////////////////////////////////////////////////////////////////////////////////////////////////////		
	*/
	
	#rodape {
		width: 778px;
		text-align: center;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 9px;
		line-height: 1.5em;
		position: relative;
		margin: -8.4em auto 0 auto;
		_margin: -8.2em auto 0 auto;
		background: #FAF6E8;
		}
	
	#nonFooter {
		position: relative;
		min-height: 100%;
		}
	
