@charset "utf-8";
/* CSS Document */

.style1 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.abox {
	width: 200px;
	font-size: 11px;
	color: #666666;
}
.image {
	border: 1px solid #333333;
}
.style2 {
	font-size: 11px;
	color: #990000;
}
.style3 {
	color: #666666;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/ground.jpg);
	background-attachment: fixed;
	background-color: #F4F4F4;
	background-repeat: repeat-x;
}
#total {
	height: 895px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #FFFFFF;
}
#total #topo {
	clear: both;
	height: 210px;
}
#total #esquerda {
	float: left;
	height: 590px;
	width: 460px;
	padding: 15px;
	
}
#total #direita {
	float: right;
	height: 604px;
	width: 270px;
	padding-top: 15px;
	padding-right: 5px;

}
#total #rodape {
	clear: both;
	height: 70px;
}
