body{
	background:url('../imagens/fundo.jpg') repeat-x;
	font-family:Arial;
	margin:0px;
}

div#header{
	width:1000px;
	height:140px;
	margin: 0px auto;
}

div#header h1{
	margin-top:55px;
	display:block;
	float:left;
}

ul#nav{
	list-style:none;
	padding-left:0px;
	display:block;
	float:left;
	margin-left:130px;
	margin-top:115px;
}
ul#nav li{
	float:left;
	margin-left:35px;
}

ul#nav a{
	text-decoration:none;
	color:#231f20;
	padding-top:5px;
}

ul#nav a:hover{
	border-top:5px solid #76bff3;
}

ul#nav a.ativa{
	border-top:5px solid #1569a4;
}

div#banner{
	width:1000px;
	height:297px;
	margin:0px auto;
}

div#pictures{
	width:100%;
	height:100%;
}

div#pictures img{
	margin-left:182px;
	margin-right:-70px;
	margin-top:30px;
}

div.article{
	width:440px;
	height:100%;
	float:left;
	margin-left:182px;
	margin-top:30px;
}

div.article h1{
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	color:#686666;
}

div#line{
	background-color:#dcdfe0;
	width:1000px;
	margin-top: 30px;
}

div#footer{
	background-color:#cbe4ec;
	width:1000px;
	height:20px;
	margin:0 auto 10px auto;
	padding:5px;
}

div#footer p{
	text-align:right;
	font-size:10px;
	color:#454545;
}

div#footer a{
	text-decoration:none;
	color:#004a7e;
}