﻿body {
  FONT-FAMILY: Verdana;
  color: #666699;
  Font-Size: 12pt;
  margin:0;
  padding-left:10px;
}

#nav, #nav ul { /* all lists */
	padding:0;
	margin:0;
	list-style: none;
	line-height: 1;
	font-size:0.9em;
}

#nav a {
	display: block;
	width: 12em;
	color:#666699;
	font-size:0.9em;
	text-decoration: none;

}

#nav li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	
	position: absolute;
	
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	font-size: 12pt;
}
#nav li a:hover {
		color:red;
}

#content {
	clear: left;
	
}

#fotos {
	
	margin-left:100px;
	margin-right:100px;
	margin-top:100px;
}

