body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
}

#all {
	width: 800px;
}
	
#header  h1 {
	text-align: center;
}

#navigation {
	height: 100%;
	float: left;
}

#navigation p {
	border-bottom: 1px solid black;
	/* border-top: 1px solid black; */
	font-weight: bold;
	/* margin:0 0 0.8em; */
	/* padding:0.4em 2px; */
}

#navigation ul {
	padding-left: 1em;
	/* list-style-image: none; */
	/* list-style-position: outside; */
	list-style-type: square;
	/* margin: 0 0 0.5em 20px; */
}

#navigation li {
	padding-bottom: 0.5em;
}

#content {
	margin-left: 200px;
}

#footer {
	margin-left: 200px;
	border-top: 1px solid black;
	clear: left;
}

a {
	color: black;
}

a:hover {
	background-color: #cccccc;
}

.foto {
	float: left;
	border: 5px solid #cccccc;
	margin: 0 5px 5px 0;
	background-color: #cccccc;
	text-align: center;
}
