@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	list-style:none;
	text-decoration:none;
	list-style:none;
	margin:0 auto;		
}
body{
 	background-color:#006634;
}
#site{
	width:900px;
	display:table;
	height:100%;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#esquerda{
	float:left;
	width:677px;
	padding-bottom:20px;
	background:#f9f9f9;
}
#direita{
	float:right;
	width:222px;
	height:500px;
	background:#f0f0f0;
}
#newsletter{
	margin-left:30px;	
}
#titulo_direita{
	font-size:16px;
	color:#39AE5D;
	font-weight:bold;
	padding:10px;
}
