@charset "utf-8";

#principal {
	background-color: #EBEBEB;
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	position: relative;
}
/* CSS Document */

#topo  {
	background-color: #FFFFFF;
	width: 800px;
	height: auto;
}
#marca img {
	background-color: #FFFFFF;
	height: 75px;
	width: 800px;
	overflow: hidden;
}
#nome img {
	background-color: #FFFFFF;
	height: 40px;
	width: 800px;
	overflow: hidden;
	margin-top: 5px;
	padding-left: 5px;
}


#menu {
	height: 30px;
	width: 800px;
	position: relative;
	float: left;
	background-color: #CCCC66;
}
#conteudo {
	background-color: #ebebeb;
	float: left;
	width: 800px;
	position: relative;
	height: auto;
}








#rodape {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	clear: both;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	text-indent: 10px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	text-indent: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-indent: 15px;
	font-size: 12px;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
a {
	color: #004000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #CC9900;
}

