#master {
	height: auto;
	*height: auto;
	width: 875px;
	_width: 878px;
	margin: auto;
	background-color: #CCCCCC;
}
.master h2 {
	background-image: url(imagens/fundo_h2.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 386px;
	margin-left: 7px;
	margin-bottom: 5px;
}

#meio {
	height: 1290px;
	*height: 1325px;
	_height: 1315px;
	width: 408px;
	float: left;
	background-repeat: repeat-y;
	background-image: url(imagens/fundo_caixa.png);
}

#meio p {
	padding-right: 5px;
	padding-left: 5px;
}
#direita {
	float: right;
	width: 200px;
	height: 1290px;
	*height: 1310px;
	_height: 1380px;
	background-image: url(imagens/fundo_direita.png);
	background-repeat: repeat-y;
}
#direita a:link
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #910000;
	text-decoration: none;
}
#direita a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CA6500;
	text-decoration: underline;
}
#direita a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CA6500;
}
#direita p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CA6500;
	padding-left: 1px;
	padding-right: 5px;
}
#esquerda {
	height: 1090px;
	width: 270px;
	float: left;
	margin-left: 1px;
	*margin-left: 0px;
	
}
#linha {
	width: 90%;
	background-image: url(imagens/fundo_linha.png);
	background-repeat: repeat-x;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}
.data {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C3C3C3;
	display: block;
}
 

