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#section{
	width:1000px;
	margin:15px auto;
}

div.article{
	width:440px;
	height:100%;
	float:left;
	margin:30px;
}

div.article img{
	width:20px;
	height:20px;
}

div.article h1{
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#686666;
}

div.article h2{
	font-size:13px;
	font-weight:normal;
	font-family:Arial;
	color:#333333;
}

img.imagem{
	float:left;
    margin-top:13px;
    margin-right:10px;

}

div.article.tres{
	margin-top: -80px;
}

div.article.quatro{
	margin-top: -15px;
}

div.article.cinco{
	margin-top: -5px;
}

div.article.seis{
	margin-top: -310px;
}

div.article.seis a{
	background-color:#e4e4e4;
	color:#454545;
	text-decoration:none;
	padding:5px 15px;
}

div.article.sete{
	margin-top: -175px;
}

div.article.oito{
	margin-top: -60px;
}

div.article.oito a{
	color:#717373;
	text-decoration:none;
}

div.article.nove{
	margin-top: -15px;
}

div.article.nove a{
	color:#717373;
	text-decoration:none;
}

div#line{
	background-color:#dcdfe0;
	width:1000px;
	margin:-30px auto 40px auto;
	padding: 0.4px;
}

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;
}