body {
	background-image: url(imagens/bg.jpg);
	font-family: verdana;
	margin: auto;
	width: 960px;
}

header img {				/* Parametro para a tag 'IMG' dentro da tag 'Header' */
	width: 960px;
}

nav {
	background-color: #580000;
	color: #ffffff;
	text-align: center;
	margin-top: -5px;
	padding: 10px;
}

nav a {
	text-decoration: none;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	margin: 0 10px;
	}
	
nav a:hover {
	text-decoration: underline;
}

h1 {
	background-color: #cccccc;
	margin-top: 0;
	padding: 15px;
	text-align: center;
}

section {
	background-color: #ffffff;
	padding: 30px 80px;
	margin-top: -22px;
}

section p {
	background-color: #ffffff;
	text-align: justify;
	text-indent: 120px;
	font-size: 32px;
	}
	

footer {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 22px;
	text-align: right;
	padding: 10px;
}

section figure {
	margin: 0 0 0 250px;
}