#base {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	float: left;
	height: 140px;
	width: 800px;
}
#menu {
	float: left;
	width: 180px;
	margin-left: 2px;
	margin-top: 2px;
}
#textos {
	float: right;
	width: 580px;
	margin-top: 2px;
	margin-right: 2px;
}


#conteudo {
	float: left;
	width: 798px;
	border: 1px solid #999999;
}

#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: left;
	height: 20px;
	width: 798px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	text-align: center;
	padding-top: 5px;
	color: #666666;
}
.titulo {
	font-size: 20px;
	color: #FF6600;
	text-transform: capitalize;
}


a.bt:link {
	background-image: url(img/bt.jpg);
	text-indent: 5px;
	display: block;
	height: 21px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 4px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
a.bt:visited {
	background-image: url(img/bt.jpg);
	text-indent: 5px;
	display: block;
	height: 21px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 4px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;

}
a.bt:hover {
	background-image: url(img/bt2.jpg);
	text-indent: 5px;
	display: block;
	height: 21px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 4px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;

}
#endereco {
	font-size: 11px;
	float: left;
	height: 20px;
	width: 798px;
	border: 1px solid #999999;
	margin-top: 10px;
	text-align: center;
	padding-top: 5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {

	text-decoration: none;
	color: #CC3300;
}
.caixaalta {
	text-transform: uppercase;
}
#promo {
	float: right;
	width: 580px;
	margin-top: 20px;
	margin-right: 2px;
}
