@charset "utf-8";
/* CSS Document */

#tudo {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #F68618;
	border-bottom-color: #F68618;
	border-left-color: #F68618;
	border-top-style: none;
}
#topo {
	height: 150px;
	width: 100%;
	background-image: url(../imagens/topo.jpg);
	padding: 0px;
	top: 0px;
}

ul#menu { width: 100%; height: 43px; background: #FFF url("images/menu-bg.gif") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
#menu1 {
	background-color: #FFF;
}
#conteudo {
	width: 800px;
	float: left;
	background-color: #FFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
#null {
	background-color: #FFF;
}
#bottom {
	height: 50px;
	float: left;
}


ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }#tudo #conteudo table tr td {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
#tudo #conteudo table tr td #dest {
	text-align: center;
	font-weight: bold;
}
#tudo #conteudo table tr td p {
	text-align: justify;
}
