/* ERRORS CSS */ 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #452C10;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(/images/bg_black.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #663300;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #462C13;
}
a:active {
    text-decoration: none;
	border:none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
img {
    text-decoration: none;
	border:none;
}

h1 {font-size:4em;
    font-weight: bold;
	color: #FF9900;
}
h2 {font-size: 24px;
	font-weight: bold;
	color: #CA7900;
	text-align:left;
	margin-top:2px;
	margin-bottom: 2px;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	color: #CA7900;
	text-align:left;
	margin-top:2px;
	margin-bottom: 2px;
}

h2, h3{
    font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:1px
}
/* ID estruturais */
#container {
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	width: 698px;
}
#header {
	margin: 0px;
}
#contentbody{
	background-color: #fff;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-image: url(/images/top_corpo.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding-left: 40px;
}
/* cabeçalho */
#logo {
	height:97px;
	margin:0;
	padding:0;
	width:100%; }
 
	#logo h1 {
		line-height: 20px;
		margin: 0px;
		float: left;
		width: 55%; }
 
		#logo h1 a {
			text-decoration: none;
			border: none; }
/* ######################   titulos de páginas ##########################*/

#erro {
	width: 100%;
	height: 200px;
}

#round_botton {
	margin: 0px;
	text-align: right;
	background-image: url(/images/botton_corpo.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: 18px;
}

