body {
	background: #fff;
	margin-left:10%;
	margin-right:10%;
	margin-top:0;
}


/* HEADER */
#header{
	padding:10 0 0 0px;
	font: 35pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#2580a2;
	margin:0 25 0 25;
}

/* NAVEGACAO */
#menu1 {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu1 li {
	background: #333;
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu1 a {
	color: #ccc;
	display: block;
	float: left;
	width:55px;
	margin: 0;
	padding: 8px 12px;
	text-align:center;
	text-decoration: none;
}

#menu1 a:hover {
	background: #555;
	color: #fff;
	padding-bottom: 8px;
}

#menu1 li#current a {
	background: #2580a2;
	width:55px;
	color: #fff;
	cursor:default;
	padding-bottom: 8px;
}

/* TEXTO */
#texto{
	font: 10pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: justify;
}

#texto2{
	font: 10pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #333;
}

#texto2 a{
	text-align:center;
	text-decoration: none;
	color: #2580a2;
	font-weight:bold;
}

#texto2 a:hover{
	text-align:center;
	color: #555;
	font-weight:bolder;
}

/* THUMBNAILS */
#thumbnails img{
	border: 5px solid #555;
}

#thumbnails img:hover{
	border: 5px solid #2580a2;
}

/* FOOTER */
#bar{
	padding-top:5px;
	background: #2580a2;
}

#footer{
	padding: 5 15 5 15;
	background: #333;
	text-align:right;
	font-family:sans-serif;
	font-size:8pt;
	color:#ccc;
}
