@charset "utf-8";
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-decoration: none;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	margin: auto;
	width: 980px;
	height: 400px;
}

#menu {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topo {
	text-align: right;
	width: 980px;
}

#principal {
	background-color: #F2F2F4;
	width: 770px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	min-height: 350px;
}
#topo a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#creditos {
	float: left;
	height: 100px;
	width: 980px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../imagem/creditos.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#creditos h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	margin-right: 36px;
	margin-top: 25px;
}
#principal h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding: 20px;
	font-weight: normal;
	line-height: 30px;
}
#principal #titulo {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 500px;
}


#creditos h3 a {
	color: #000;
	text-decoration: none;
}
#menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#principal h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#principal h2 iframe {
	text-align: center;
}
.centro {
	text-align: center;
	margin: auto;
}
