﻿body 
{
	background: #E4E4E4;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.lista_home
{
	list-style-image: url("images/bullet.gif");
	vertical-align: middle;
	font-size: larger;
	padding: 5px 0 5px 0;
}

.lista_interna
{
	list-style-image: url("images/bullet_peq.gif");
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}

.list_interna_limpa
{
	list-style-image: none;
	list-style-type: none;
}

#container {
	background: url('images/borda3D.gif') repeat-y top center;
	width: 764px;
	text-align: center;
	margin: 0px auto; /* fix for centering div in firefox */
}

#container800 {
	background: url('images/borda3D_800.gif') repeat-y top center;
	width: 850px;
	text-align: center;
	margin: 0px auto; /* fix for centering div in firefox */
}

#logo
{
	position: absolute;
	top: 0px;
	margin-left: 20px;
}

#logo800
{
	position: absolute;
	top: 0px;
	margin-left: 60px;
}

#header
{
	background-image: url( "images/header_background.gif" );
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 35px;
	text-align: right; /* counter the body center */
	height: 70px;
}

#content
{
	/*width: 750px;*/
	text-align: left; /* counter the body center */
}

#footer {
	background: url('images/bordaRodape.gif') no-repeat top;
	padding: 5px 5px 0px 10px;
	width: 764px;
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	margin: 0px auto; /* fix for centering div in firefox */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 749px;
}

#footer800 {
	background: url('images/bordaRodape_800.gif') no-repeat top;
	padding: 5px 5px 0px 10px;
	width: 764px;
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	margin: 0px auto; /* fix for centering div in firefox */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 850px;
}