/* CSS Document */
body {
	background: #ffffff;
	text-align: center; 
	_text-align: center;/* hack para o IE*/
}
#tudo {
	display: block;
	position: relative;
	width: 803px;
	weight: 1036px;
	float: center;
	text-align: left; /* hack para o IE*/
	_text-align: center; 
	margin-top: 0px;
}
#topo {
	display: block;
	position: relative;
	width: 803px;
	height: 268px;
	width: 803px;
	height: 268px;
	padding: 0px;
	margin-top: 0px;
}
#conteudo{
	display: block;
	position: relative;
	background-image: url("site/conteudo.jpg");
	width: 803px;
	height: 290px;
	_width: 803px;
	_height: 290px;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial;
	font-size: 11px;
	font-color: blue;
	line-height: 13px;
	float: left;
	padding-bottom: @@px; /*Aqui seria o espaçamento entre as linhas, sugiro 2 px maior que o tamanho da fonte*/ 
	marging-bottom: 0px; /* Deve-se zerar o marging para que ele não seja acrescentando no espaçamento */
	*padding-bottom: 0px;/* Aqui somente o IE vai ler, dexe sempre zero a menos que queira um espaço maior */
}
#rodape {
	display: block;
	position: relative;
	width: 803px;
	_width: 803px;
	height: 25px;
	_height: 25px;
	background-image: url("site/rodape.jpg");
	float:center;
	margin: 0px;
	text-align: center;
}
#direitos {
	display: block;
	position: relative;
	width: 803px;
	height: 25px;
	_width: 803px;
	_height: 25px;
	background: #fff;
	float:center;
	margin: 0px;
	text-align: center;
	padding: 10px;
	font-family: verdana, arial;
	font-size: 10px;
	font-color: blck;
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}