@charset "utf-8";
body {
	background-color: #FFFFFF;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}
#topo {
	background-color: #5B778C;
	position: absolute;
	z-index: 1;
	height: 120px;
	width: 670px;
	left: 50%;
	top: 0px;
	margin-top: 0px;
	margin-left: -195px;
}
#menu {
	background-color: #990000;
	width: 280px;
	height: 120px;
	margin-left: -475px;
	position: absolute;
	left: 50%;
	top: 0px;
}


#box1 {
	position: absolute;
	width: 950px;
	top: 120px;
	background-image: url(imagens/fundo_esq.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: -475px;
	left: 50%;
}
.destaque {
	font-weight: bold;
	color: #990000;
}

#box2 {
	background-image: url(imagens/fundo_dir.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#cleardiv {
	clear: both;
	height: 10px;
}
#col_dir {
	background-image: url(imagens/fundo_dir.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 180px;
	top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 290px;
	position: absolute;
	left: 476px;
}
#col_esq {
	width: 240px;
	top: 120;
	position: absolute;
	left: 50%;
	margin-left: -445px;
	z-index: 2;
}
#centro {
	margin-right: 200px;
	margin-left: 280px;
	margin-top: 0px;
	top: 120px;
	background-repeat: repeat;
	margin-bottom: 0px;
}

#box1 #centro p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-right: 20px;
	margin-left: 30px;
}
.titulo2 {
	font-weight: bold;
	color: #990000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #990000;
	border-bottom-color: #990000;
	padding-top: 2px;
	padding-bottom: 2px;
}
