* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
body#page {
	background: #cfe8af url(../img/body_bg.jpg) left top fixed repeat-x;
}
/*FORMATAÇÃO UL e LI*/
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	margin-left: 4px;
	background: transparent url(../images/arrow_body.png) no-repeat 0px 3px;
}
#container {
	position: relative; /*necessário para alinhar o restante*/
    text-align: left;
    width: 765px;
	/*border: 1px solid #999999;*/
}
div#top {
	position: relative;
}
div#top .background {
	height: 20px;
	background: transparent url(../img/top.png) left top no-repeat;
}
div#head {
	position: relative;
}
div#head .background {
	height: 180px;
	background: transparent url(../img/arte.png) left top no-repeat;
}
#ani {
	position: relative;
	top: 8px;
	left: -19px;
	width: 756px;
	height: 172px;
}
#conteudo {
   	padding: 0px 28px 0px 28px; /*top left bottom right*/
}
#painel {
	height: 200px;
	background: url(../img/painel.png) left top no-repeat;
}
/* LINKS GLOBAIS
a, a:link, a:visited, a:active, a:focus {
    text-decoration: none;
    color: #48a500;
}
a:hover {
    text-decoration: none;
	color: #45C00a;
}*/
/*BOTÕES DO TOPO*/
#buttons_height {
	height: 20px;
	background: url(../img/menu_bg.png) repeat-x;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#buttons_width {
	width: 150px;
}
#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 709px;
}
ul#mainlevel-navLargura {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#mainlevel-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#mainlevel-nav li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0px;
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;
	border-left: 1px solid #666666;
}
ul#mainlevel-nav li a {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: url(../img/menu_bg.png) repeat-x;
}
#buttons>ul#mainlevel-nav li a {
	width: auto;
}
ul#mainlevel-nav li a:hover {
	color: #000000;
	background: url(../img/menu_bg_hover.png) repeat-x;
}
div#bottom {
	position: relative;
}
div#bottom .background {
	width: 765px;
	height: 28px;
	background: transparent url(../img/bottom.png) left top no-repeat;
}
/*BACKGROUND TRANSPARENTE*/
div#back_body {
	position: relative;
}
div#back_body .background {
	width: 765px;
	background: transparent url(../img/back.png) left top repeat-y;
}
div#back_body .ie6wrapper {
	position: relative;
}
#footer {
	font-size: 10px;
	color: #666600;
    padding: 0px 0px 2px;
    text-align: center;
}
#powered {
	font-size: 10px;
	color: #666600;
    padding: 2px 0px 4px;
    text-align: center;
}
#powered a:link, a:visited, a:active, a:focus {
	text-decoration: none;
    color: #48a500;
	font-size: 10px;
}
#powered a:hover {
	text-decoration: none;
	color: #45C00a;
}
