body{
	margin: 0;
	padding: 0;
	background: url(imagens/fundo.jpg);
	background-attachment: fixed;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	letter-spacing: -.05em;
	color: #000;
	font-weight: bold;
	line-height: 140%;
}

div.esq{
	width: 350px;
	height: auto;
	position: relative;
	text-align: right;
	float: left;
	margin-right: 50px;
}

table.menu{
	margin-top: 20px;
	width: 350px;
	height: auto;
	position: relative;
	text-align: right;
}

table.menu td{
	padding-bottom: 10px;
}

div.conteudo{
	width: 536px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 20px;
}

.separador{
	width: 100%;
	height: 10px;
	background: url(imagens/separador.gif) repeat-x left 8px;
}

.box_foto{
	border: 2px solid #000;
}

.foto{
	border: 2px solid #000;
	margin: 2px;
}

div.texto{
	padding: 10px 0 10px 0;
	width: 450px;
	height: auto;
}


img{
	border: 0;
}

a.menuitem{
	border: 0;
}

a{
	text-decoration: underline;
	color: #000;
}

.texto_previews{
	font-size: 15px;
	line-height: 110%;
}

a.navigate:link, a.navigate:visited{
	font-size: 20px;
	text-decoration: none;
}

a.navigate:hover, a:hover{
	text-decoration: underline;
}

img.imprensa{
	border: #000 solid 1px;
}

.box_catalogo{
	width: 158px;
	float: right;
	border: 2px solid #000;
	margin-bottom: 20px;
}

div.baixeaqui{
	width: 158px;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin-top: -5px;
	text-align: center;
	margin-bottom: 50px;
}

a.baixe:link, a.baixe:visited{
	text-decoration: none;
	font-weight: bold;
}

a.baixe:hover{
	text-decoration: underline;
	font-weight: bold;
}