/*********************************

	// Projeto: El Passo
	// CSS - Esturação do site
	
**********************************/

/*.......... ESTRUTURA ..........*/
* { margin:0px; padding:0px; border:0px; list-style-type:none; }
.wrap { width:766px; margin:0 auto; display:table; }
.header { width:766px; height:300px; }
.sidebar { width:766px; height:30px; float:left; }
.column { width:766px; clear:both; }
.content { width:746px; padding:0 10px; }
.conteudoInternas { background:url(../img/bg_conteudo.jpg) repeat-y; }
.footer { width:100%; height:200px; clear:both; display:table; }
/****************************************************************/