@charset "utf-8";

/* CSS Document */


#header {
	background: url(../imagens/header1.jpg) no-repeat;
	height:120px; 
	width: 100%;
	margin: 0;
	border-bottom: 1px solid white;
	top:0;
}

#header h1 {
	position: relative;
	top:0px;
	right:0;
	text-align: right;
}

#header #nav {
	font-size: 9px;
	text-align: center;
	background: #006291;
	color: #FFF;
	font-weight: bold;
	width: 662px;
	position: absolute;
	top: 87px;
	left: 118px;
	padding: 9px 0 10px 0;
	margin: 0;
	border-top: 1px solid white;
}
