<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>museums new document title</title>
</head>
<body>
<p>@charset "utf-8"; /* CSS index */ /* link states */ a { 	padding: .2em; }  a:link { 	text-decoration: none; 	color: #597dbd; }  a:visited { 	text-decoration: none; 	color: #597dbd; }  a:focus, a:hover, a:active { 	background: #f3cfb6; 	text-decoration: underline; }  a:hover.current { 	text-decoration: none; }  a:hover.current { 	cursor: default; 	text-decoration: none; } /*navigation and search form*/ 		/* Site Nav */ .nav li { 	float: left; 	font-size: .75em; /* 12px/16px */  /* makes the bullets smaller */ 	padding: 0 25px 0 3px; }  .nav li a { 	font-size: 1.5em; /* 18px/12px */  /* makes the linked text larger than the bullets */ }	  .nav li:first-child { 	list-style: none; 	padding-left: 0; }  .nav li:last-child { 	padding-right: 0; } /*CONTAINERS--------------*/  #page{background-color:gray; width:80%; margin:auto; padding:10px;}  #head{background-color:blue;padding:10px;}  #article{width:70%; margin:auto; padding:10px;} .main { 	float:right; 	width: 70%; 	padding:10px; 	position:relative; 	top:-30px; 	right:90px; } h1{color:#1d3d76; font-size:3em;}  ul{list-style:none;}  #sidebar{padding-bottom:15px; width:80%; margin:auto; clear:both;}   .about{ 	font-style: italic; 	font-size:1.5em; 	color:#1d3d76; 	border-top: 2px dotted #b74e07;}</p>
</body>
</html>