<!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:orange; width:80%; margin:auto; padding:10px;}  #head{background-color:#e59347;padding:10px;}  #article{width:70%; margin:auto; padding:10px;}  h1{color:#1d3d76; font-size:3em;}  #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;}  .menu-tree{float: left; width:20%; margin:auto; padding:10px; position:relative; bottom:1050px; right:10px;}  #form{width:800px; position:relative; left:250px;}   ul{list-style:none; margin:12px; padding:12px;}  li{margin:0.5em 0;}  label{display:inline-block; padding:3px 6px; text-align:right;width:30%;}  li label{display:inline-table; padding:3px 6px; text align:right; width:30%; position:relative;}  input, select, button{font:inherit;}  .large{width:250px;}  .radios{display:inline; margin:0; padding:0;}  .radios ul {border:none; display:inline-block; list-style:none; margin:0; padding:0;}  .radios li{margin:0; display:inline-block;}  .radios label{margin-right:25px; width:auto;}  .radios input{margin-top:3px;}  .checkboxes label {text-align:left: width:475px;}  button*{vertical-align:middle;}</p>
</body>
</html>