/* CSS Document */
body{
	margin:0px;
	background:url(../img/background.jpg) repeat-x #c1c1c1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
img{
	border:0px;
}
#geral{
	width:780px;
	left:50%;
	margin-left:-390px;
	position:absolute;
}
#topo{
	width:780px;
	height:auto;
}
#geral_conteudo{
	width:780px;
	height:664px;
	background:url(../img/backgound_conteudo.jpg) no-repeat;
}
.menu{
	margin-left:83px;
	vertical-align:top;
}
.conteudo_esq{
	width:600px;
	float:left;
}
.conteudo_dir{
	width:180px;
	height:630px;
	float:right;
	background:url(../img/backgound_promo.jpg) no-repeat;
}
.promocoes{
	padding:10px 0 0 21px;
}
.titulos{
	width:auto;
	padding-left:35px;
	float:left;
}
.conteudo1{
	width:150px;
	padding-left:30px;
	
}