html, body {
	margin: 5px;
	padding:0;
	background: #537C72;
	}

body {
	font: 76% arial,sans-serif;
	text-align: center;
	}

p {
	margin:0 10px 10px;
	}

p.event {
	color: #C04D00;
	font-weight: bold;
	margin:0 10px 10px;
}

p.footer {
	font-size: 0.9em;
	line-height: 1.6em;
}	
	
a {
	color: #003959;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #003959;
	font-weight: bold;
	text-decoration: underline;
	}
	
div#header h1 {
	margin:0;
	background: #EEE;
	color: #79B30B;
	}
	
div#container {
	text-align:left;
	width: 800px;
	margin:0 auto;
	background: #fff;
	/*border: 1px solid #000;*/
	}

div#navigation {
	width: 800px;
	/*border: 1px solid #FF00EA;*/
	background:#fff;
	text-align: justify;
	line-height: 1.8em;
	color: #2F3A37;
	}

h2 {
	color: #83A69D;
	font-size: 1.6em;
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
	}
	
h3 {
	color: #C04D00;
	font-size: 1.6em;
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
	}
		
div#footer {
	color: #2F3A37;
	align: center;
	width: 800px;
	height: 70px;
	text-align:center;
	}
	
div#footer p {
	margin:0;
	padding: 0px 0px;
	}
	
.foto {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
	}