/* CSS Document */

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
#h1{}

#nav{
	font: 12px Arial;
}

#nav ul{
	
	}

#nav ul li{
	display: inline;
	margin-right: 40px;
}

#nav ul li a{
	text-decoration: none;
	color: #666666;
} 

#nav ul li a:hover, #nav ul li a:focus{
	text-decoration: underline;

}

#footer {
	top: 575px;
	left: 100px;
	position: absolute;
}

</html>

