#pai {
	height: 650px;
	width: 650px;
	background-attachment: fixed;
	background-color: #CCC;
	background-image: url(../imagens/fundo_frames.jpg);
	background-repeat: no-repeat;
}
#corpo {
	float: right;
	height: 600px;
	width: 600px;
	padding: 25px;
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}

a.link:link, a.link:visited {
	text-decoration: none;
	color: #000;
	height: 40px;
	display: block;
	padding-top: 20px;
}

a.link:hover, a.link:active {
	color: #039;
}

.nome {
	color: #039;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	margin: 0px;
}
.nome2 {
	color: #039;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	margin: 0px;
}

.txt {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 20px;
	margin-right: 20px;
}

.tab_produtos {
	margin-top: 10px;
	margin-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 570px;
}
a.est:link, a.est:visited {
	text-decoration: none;
	color: #FFF;
	height: 20px;
	display: block;
	text-align: center;
	background-color: #039;
	font-size: 14px;
	padding-top: 5px;
}
a.est:hover, a.est:active {
	color: #09F;
}

a.linktxt:link, a.linktxt:visited {
	text-decoration: underline;
	color: #000;
}
a.linktxt:hover, a.linktxt:active {
	color: #CCC;
	text-decoration: underline;
	background-color: #039;
}
