* {
	padding: 0;
	margin: 0;
}
body {
	margin: 5px 0 0 0;
	font-family: verdana,arial;
	font-size: 12px;
	color: #000000;
	background: #fff;
	/* IE 5.0 e IE 5.5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align: center;
 	/* IE 6.0 */
	text-align: center;
}
	html>body * {
		/* FIREFOX e OPERA */
		margin: 0 auto;
	}
h3 {
	font-family: verdana,arial;
	font-size: 14px;
	color: #000;
	border-bottom: 2px solid #990000;
}
#mae {
	width: 774px;
	border: 1px solid #990000;
}
	#banner {
		width: 772px;
		height: 120px;
		background: url(../img/banner_seac.jpg) no-repeat;
	}
	#bannerTemp {
		border: 1px solid;
		position: absolute;
		top: 90px;
		left: 360px;
		z-index: 2;
	}
		#bannerTemp span {
			background: #990000;
			color: #fff;
			display: block;
			text-align: right;
			font-weight: bold;
			padding: 0 5px;
			font-size: 10px;
			cursor: pointer;
		}
	
/* ---------------------------------------- MENU e DOWNLOADS */
	#menu {
		width: 200px;
		float: left;
	}
		ul.menu,
		ul.downloads {
			border: 0;
			list-style: none;
			text-align: left;
		}
		ul.menu li.cabecalho,
		ul.downloads li.cabecalho {
			background: #990000;
			text-align: center;
			color: #fff;
			font-weight: bold;
			padding: 0;
		}
		ul.downloads {
			width: 170px;
		}
		ul.menu li,
		ul.downloads li {
			border: 1px solid #990000;
			padding: 4px;
			margin: 1px;
		}
		ul.downloads li ul li {
			border: 0px solid #990000;
			padding: 0px;
			margin: 0 0 0 15px;
			list-style: disc;
		}
			ul.menu li a:link,
			ul.menu li a:visited,
			ul.menu li a:hover,
			ul.downloads li a:link,
			ul.downloads li a:visited,
			ul.downloads li a:hover {
				color: #333;
				text-decoration: none;
			}
			ul.menu li a:hover,
			ul.downloads li a:hover{
				font-weight: bold;
				color: #000;
			}
		ul.menu li span {
			color: #ff0000;
			font-weight: bold;
		}
/* ---------------------------------------- CONTEÚDO */
	#conteudo {
		width: 562px;
		float: left;
		padding: 5px;
		text-align: left;
	}
/* ---------------------------------------- CLASSE PARA ACERTAR DIV */
.reset {
	clear: both;
}
/* ---------------------------------------- RODAPÉ */
#rodape {
	width: 774px;
	border: 0;
	text-align: center;
	color: #999;
	font-size: 10px;
}
	#rodape a:link,
	#rodape a:visited,
	#rodape a:hover {
		text-decoration: none;
		color: #999;
	}