#conteudo {
	background-color: #FFFFFF;
	width: 760px;
	margin-top: 10px;
	height: 1680px;
}




#menu {
	float: left;
	height: auto;
	width: 180px;
	margin-left: 5px;
	text-align: left;
}
#menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#t_produtos {
	float: right;
	height: auto;
	width: 550px;
	margin-right: 5px;
	font-family: arial;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #0099FF;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
}

#produtos {
	float: right;
	width: 550px;
	margin-top: 5px;
	margin-right: 5px;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	color: #666666;
	vertical-align: top;
	margin-bottom: 5px;
}

.sub_titulos {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	color: #0099FF;
}

table {
	height: auto;
	width: 540px;
	text-align: left;
}
#produtos img {
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.nome_produto {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #0099FF;
}

