#conteudo {
	width:850px;	
}

#conteudo h2 {
	color: #333;
	font-size: 140%;
	margin-bottom: 15px;
}

#container aside{
	display:none;	
}


#sobre {
    float: left;
    width: 380px;
    padding:20px;
	background:url(../img/padrao/bg_conteudo.png);
}

#sobre a{
	text-decoration:underline;
	color:#435;
	background: url(../img/padrao/marcador.png) no-repeat left center;
	padding-left: 15px;
}

#sobre a:hover{
	text-decoration: none;
	color: #f60;
}

#solucoes {
    float: right;
    width: 400px;
}

#solucoes strong {
	color: #3B2B50;
	font-family: "Arial Narrow", Arial;
	font-size: 110%;
	margin-bottom: 10px;
	display: block;
}

#solucoes li {
	clear:both;
	height: 85px;
}

#solucoes li img{
	border: 3px solid #015ea1;
	float:left;
}

#solucoes li a{
	display:block;
	background:url(../img/padrao/marcador.png) no-repeat left 2px;	
	padding-left:15px;
	float:right;
	margin:1em 10px 0 0;
	color:#435;
	font-size: 110%;
}

#solucoes li a:hover{
	color:#F60;
	text-decoration: none;
}

