@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #C4A26A;
}

#container{
	width: 800px;
	height: auto;
	background-color: #1F1209;
	background-image:url(imagens/bg.jpg);
	background-repeat: repeat;
	background-position:left;

}

#esquerdo{
	width: 343px;
	height: auto;
	float: left;
	
}

#direito{
	width: 457px;
	height: auto;
	float: left;
	
}

#logo{
	width: 300px;
	height: 100px;
	float: left;
	margin-top: 60px;
}

#barras{
	width: 800px;
	height: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#navegacao{
	width: 230px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 2px;
	margin-top: 30px;
}

#secoes{
	width: 445px;
	height: auto;
	float:left;
	margin-top:100px;
	text-align:left;
	
}

#colecaoClaudia{
	width: auto;
	height:auto;
}

#colecaoGasoline{
	width: auto;
	height:auto;
	margin-top: 80px;
	
}

#fotosColecoesClaudia{
	width: 200px;
	height: 190px;
	float: left;
	margin-top: 10px;
	padding: 0px;
	margin-left: 5px;
}


#fotosColecoesGasoline{
	width: 200px;
	height: 190px;
	float: left;
	margin-top: 30px;
	padding: 0px;
	margin-left: 5px;
}
.descricaoColecoes{
	width: 220px;
	height: auto;
	float: left;

}

#formularioContato{
	width: 260px;
	height: auto;
	float: left;
	background-color:#C4A26A;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#canaisContato{
	width: 180px;
	height: 200px;
	float:left;
	margin-top: 50px;
	
	
}

