#menu-esq {
	float: left;
	width: 185px;
	padding-right: 23px;
	background-image: url(../img/menu-esquerda-bg.png)
}

#menu-esq ul {
	padding: 0 0 64px 0;
	list-style-type: none;
}

#menu-esq li {
	/*display: block;*/
	height: 18px;
	border: solid 1px #b8b8b8;
	line-height: 20px;
	margin-bottom: 12px;
	padding-left: 16px;
	background-image: url(../img/bullet.png);
	background-position: 4px center;
	background-color: #e0e0e0;
	font-size: 12px;
}

#menu-esq li h3 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

#menu-esq li a {
	color: #666;
}



#principal {
	float: right;
	width: 648px;
}

