#header { /* Header */
	background: #fff url(images/header.gif) no-repeat top right;
	/*height: 112px;*/
	border-bottom: 1px solid #f90;
	height: 7em;
	color: #666;
}

#header h1  {
	background: url(images/header1.gif) no-repeat left bottom;
	margin: 0em;
	padding: 0.75em 0em 0em 100px;
	height: 85px;
	font-size: 225%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	/*border: 1px solid red;*/
}

#header h1 A:link, #header h1 A:visited {
	color: #f90;
	text-decoration: none;
}

#header h1 A:hover {
	color: #f90;
}

#header h2 {
	margin: -85px 0em 0em 0em;
	padding: 40px 0em 0em 105px;
	font-weight: normal;
	font-size: 90%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#header form {
	margin-top: 3px;
	text-align: right;
}

#header form .field_busca {
	border: 1px solid #447;
	font-size: 75%;
} 

#header .botton_busca {
	border: 1px solid #447;
	margin: 0em 0.5em 0em 0em;
	font-size: 75%;
	background: #88d;
	color: #fff;
	cursor: pointer;
}
