
#cont {
	position:relative;
	width:958px;
	float:left;
	margin:15px 0px 5px 3px;
	background:url(../imagens/bg/box-interno-pad.png);
	font-size:11px;
}
#cont-top, #cont-bot {
	width:100%;
	float:left;
	background:url(../imagens/bg/box-interno-top.png) no-repeat left top;
}
#cont-bot {
	background:url(../imagens/bg/box-interno-bot.png) no-repeat left bottom;
	padding:10px 20px 25px 20px;
	width:918px;
}

/*** SUBMENU ***/
#submenu {
	display:block;
	width:160px;
	position:absolute;
	top:90px;
	left:25px;
}
#submenu h1 {
	display:block;
	float:left;
	width:160px;
	height:60px;
	background-image:url(../imagens/lazer/sub-titulo.png);
	text-indent:-3000px;
}

/*** FIM SUBMENU ***/

/************** BLOCO DE CONTEUDO *****************/
#cont .entry {
	position:relative;
	display:block;
	width:640px;
	float:right;
	background:url(../imagens/bg/box-interno-cont-bot.png) no-repeat left bottom;
	padding:10px 38px 20px 34px;
	color:#000;
	margin-top:15px;
}
#cont .entry p {
	float:left;
	display:inline;
	margin-top: 20px;
	width:100%;
	line-height:18px;
	margin-bottom:20px;
}
#cont .entry h2 {
	float:left;
	width:590px;
	height:25px;
	font-size:11px;
	padding-left:45px;
	padding-top:13px;
	padding-bottom:10px;
	text-indent:-3000px;
	margin-top:20px;
	background:url(../imagens/lazer/bombinhas-regiao.png) no-repeat left top;
}
#cont .entry a {
	color:#000;
	text-decoration:underline;
}

#cont .entry h3 {
	color:#85AE68;
	font-size:12px;
}
#cont .entry ul {
	float:left;
	width:100%;
}
#cont .entry ul li {
	margin:3px 0px;
	list-style:inside disc;
}


/************** FIM BLOCO DE CONTEUDO *****************/
	
