/* CSS Document */

body {
	background: url(../imagens/fundo_menu.jpg) repeat-x #FAFAFA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:0px;
}

#banner {
	width:780px;
	height:127px;
	text-align:center;
	margin:auto;
}

#principal {
	width:780px;
	height:420px;
	margin:auto;
}

#conteudo {
	width:780px;
	height:420px;
}

#rodape {
	height:30px;
	margin:auto;
	text-align:center;
	line-height:30px;
	font-size:10px;
	background-color:#333333;
	color:#FFFFFF;
}

#navegacao {
	text-align:center;
	font-size:10px;
}

#navegacao a:link {
	text-decoration:none;
}

#navegacao a:visited {
	text-decoration:none;
}

#navegacao a:hover {
	font-weight:bold;
}


h3 {
	padding-top:30px;
	color:#CC0000;
}

a:link {
	color:#0000FF;
	text-decoration:none;
}

a:visited {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	color:#000000;
	text-decoration:none;
}