/*
==========================================================
Cascating Style Sheet - Definição de classes CSS para o site: 
www.linhalevve.com.br
Agencia Web - 13/07/2007
Classes criadas por: Fabio Maio Arakaki
Copyright 2007 - Agencia Web Participações
==========================================================
*/

body{ 
	background:url(../imagens/background.gif);
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size:11px;
	text-align:center;
	margin:0;
	color:#125F30;
}

.Alinhamento{
	width:775px;
	margin:auto;
}


.conteiner{
	
	width:775px;
	border:#006600 1px solid;
	float:left;
	
	}


.logo{
	width:777px;
	float:left;
	text-align:left;
}


.menu{
 	float:left;
	width:597px;
	height:19px;
	margin-top:22px;
}

.imagemTopo{
	height:60px; 
	width:598px; 
	float:left;
}

.corpo{
	width:450px; 
	float:left
}

.swf{
	float:left; 
	height:220px;
}

.rodape{
 	margin-top:50px; 
    background:url(../imagens/bg_rodape.gif) repeat-x;
 	width:777px;
	height:24px;
	text-align:right;
	
 }

.faixaVerde1{
 	margin:-2px 0px 20px 0px; 
    background:url(../imagens/bg_rodape.gif) repeat-x;
 	width:777px;
	height:24px;
	text-align:right;
	
 }

.endereco{
	width:400px;
	float:left;
	margin:-2px 0px 0px 25px;
}
