@charset "utf-8";
/* CSS Document */

.lateral
{
	position:relative;
	width:160px;
	height:auto;
	
}

.lateralEsquerda
{
	float:left;
	border-right:1px solid #CCC;
	height:auto;
}

.lateralDireita
{
	float:right;
	border-left:1px solid #CCC;
	height:auto;
}

.art
{
	height:87px;
	width:150px;
	background-color:#CCC;
}