/* CSS Document */
html {
	height:100%;
	margin-bottom:1px;/* No oculta a barra de rolagem em Firefox */
}
body {
	font-family:"Lucida Sans", "Microsoft Sans Serif", Verdana, Arial;
	font-size:12px;
	color:#333333;
	line-height:15px;
	margin:0;
}
a {
color:#336699;
text-decoration:none;
}
a:hover {
text-decoration:none;
color:#FF3300;
}

#total {
	position:absolute;
	left:50%;
	top:50%;
	width:400px;
	height:180px;
	margin-left:-200px;
	margin-top:-90px;
	text-align:left;
	}
#wrapper	{
	background: #fff url(images/pgbg4.gif) repeat;
	color: #333;
	padding: 0;
	width: 400px;
	}
	
* html #wrapper	{
	width: 403px;
	} 
	

#header	{
	background: url(images/logo_home.jpg);
	background-repeat:no-repeat;
	background-position: center;
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	height:130px;
	margin-bottom: 10px;
	}

#geral	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	color: #444;
	background: transparent;
	clear: both;
	height: 50px;
	}

#esquerda	{
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 100%;
 	}
#esquerda p {
	margin-top: 10px;
	}
	

#direita	{
	margin: 0 0 0 200px;
	padding: 0;
	border: 0;
	width: 200px;
	height: 100%;
	}
* html #direita {
	margin-left: 197px;
	}

#direita p {
	margin-top: 0;
	}

