/************************************************************/
/******************** Estilo de OBserver ********************/
/************************************************************/

body{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D1D1D1 url(img/bg_site.gif) repeat-y center;
}

img{
	border: 0;
}

a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #D79029;
}

h1, h2, h3, h4, h5, h6, form{
	margin: 0;
	padding: 0;
}

a span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
/*	display: none;*/
}

input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/********************** Áreas do Site ***********************/
#topo, #corpo, #rodape{
	width: 770px;
	width: 762px;
	margin: 0 auto;
	background: #FFF url(img/bg_sombra.jpg) repeat-y;
}

/***************** Topo *****************/
#topo{
	height: 80px;
	height: auto;
	background: url(img/topo.jpg) repeat-x center top;
	padding-top: 64px;
	padding-top: 46px;
}
#topo h1{
	display: none;
	color: #000080;
	font-weight: bold;
}

#topo a.renda{
	display: block;
	float: right;
	width: 100px;
	height: 15px;
	margin-right: 1px;
	margin-bottom: 1px;
}

#topo .menu{
	clear: both;
	width: 100%;
	height: 23px;
	padding: 4px 0 0 0;
	margin: 0;
	font-weight: bold;
	background: url(img/bg_menu.jpg) repeat-x bottom;
}
#topo .menu dt{
	display: inline;
	margin: 0 0 0 75px;
	text-align: center;
}
#topo .menu dt.item1{
	margin-left: 142px;
}
#topo .menu dt a{
	color: #000080;
}
#topo .menu dt a:hover{
	color: #FFB200;
	color: #000080;
}


/**************** Corpo *****************/
#corpo{
	background-image: url(img/bg_corpo.gif);
}

#corpo dl{
	width: 100%;
	margin: 0 0 5px 0;
}
#corpo dt{
	height: 14px;
	padding: 2px 5px;
	margin-bottom: 1px;
	font-weight: bold;
}
#corpo dd{
	padding: 2px 3px;
	background-color: #FFF;
	margin: 1px 4px;
}


/********* Direta *********/
#direita{
	float: left;
	width: 139px;
	padding-top: 5px;
	padding-right: 8px;
}

#direita dt{
	color: #000080;
}

#direita dd{
	margin-right: 3px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

/********* Esquerda *********/
#esquerda{
	float: left;
	width: 139px;
	padding-top: 5px;
	padding-left: 8px;
}

#esquerda dd{
	text-align: center;
	padding: 0px 0;
	margin-left: 5px;
	margin-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#esquerda dd img{
	display: block;
	clear: both;
	margin: 0 auto;
}
#esquerda a{
	font-weight: bold;
}

#esquerda dt{
	color: #000080;
}

/********* Conteudo *********/
#conteudo{
	float: left;
	width: 468px;
}

#conteudo dt{
	text-align: center;
}

#conteudo .destaque{
	color: #000671;
	font-weight: bold;
}

#conteudo .link{
	color: #D79029;
	font-weight: bold;
}
#conteudo .link:hover{
	color: #000;
}

/**************** Rodape ****************/
#rodape{
	padding-top: 13px;
	padding-bottom: 5px;
	text-align: center;
	background-image: url(img/bg_rodape.gif);
	background-repeat: repeat-x;
	background-position: top;
}