*{
	padding:0;
	margin:0;	
}
img{
	border:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(images/bg-fundo.jpg) repeat-x top;
}
.azul{color:#007AE0;}
.centro{text-align:center; font-weight:bold;}
#geral{
	width:800px;
	margin:0 auto;
}
#topo{
	height:116px;
}
#logo{
	float:left;
}
#fone{
	float:right;
}
#menu{
	width:800px;
	height:40px;
	background:url(images/bg-menu.jpg);
}
#menu ul li{
	list-style:none;
	line-height:40px;
	display:inline;
	padding:0 40px 0 40px;
}
#menu ul li a{
	font-size:16px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
#menu ul li a:hover{
	text-decoration:underline;
	color:#666666;
}
#esq{
	width:180px;
	float:left;
}
#esq h1{
	font-size:16px;
	color:#333333;
	padding:10px 0 10px 0;
}
#dir h1{
	font-size:16px;
	color:#333333;
	padding:10px 0 10px 0;
}
#dir{
	width:600px;
	float:right;
}
#clear{clear:both;}
/* form elements */
form {
	margin:0px; padding: 0;
	border: 0px solid #568EB6; 
	background-color: #f2f2f2; 
	/* FAFAFA */ 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #568EB6;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #000;
	background: #FFF; 
	padding: 2px 3px; 
	color: #000;	
}
#fundo{
	height:50px;
	background:url(images/gb-fundo.jpg) repeat-x;
}
#fundo p{
	line-height:50px;
	text-align:center;
	font-size:14px;
}