@charset "utf-8";body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #666666;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;}.thrColLiqHdr #container {	width: 1046px;  /* this will create a container 80% of the browser width */	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 0px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */	} .thrColLiqHdr #header {	background: #900;	padding: 0 0px;	width: 1046px;	height:170px;	float:left;	position: inherit;	background-attachment: scroll;	background-repeat:no-repeat;	background-image: url(../Images/MuseumPanorama_WebsiteHeader_web.jpg);	overflow: hidden;} .thrColLiqHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}/* Sidebar 1 contains the spry menu, whose CSS is contained a seperate files). The sidebar1 p value sets the style of the text in the sidebar below the menu. Sidebar 2 in on the right side of the index / home page only. All other pages don't have a sidebar 2.*/.thrColLiqHdr #sidebar1 {	float: left; /* this element must precede in the source order any element you would like it be positioned next to */	width: 200px; /* since this element is floated, a width must be given */	background: #FFFFFF;}.thrColLiqHdr #container #sidebar1 p {	font-family: Verdana, Geneva, sans-serif;	font-size: 10pt;	float: left;	padding-top: 8px;	padding-right: 8px;	padding-bottom: 8px;	padding-left: 8px;	text-align: justify;	width: 184px;}.thrColLiqHdr #sidebar2 {	float: right; /* this element must precede in the source order any element you would like it be positioned next to */	width: 284px; /* since this element is floated, a width must be given */	background: #FFFFFF; /* top and bottom padding create visual space within this div */	font-size: 12pt;	font-family: Verdana, Geneva, sans-serif;	border-left-color: #000;	border-left-style: solid;	border-left-width: thin;	text-align: justify;	padding-top: 5px;	padding-left: 8px;	padding-right: 8px;}/* This mani content section only applies to the index / homepage. All other pages are set by mainContentPages CSS.*/.thrColLiqHdr #mainContent {	font-size: 12pt;	font-family: Verdana, Geneva, sans-serif;	width: 515px;	float: left;	margin-top: 0%;	margin-right: 0%;	margin-bottom: 0;	margin-left: 0%;	padding-top: 5px;	padding-right: 8px;	padding-left: 8px;	text-align: justify;	padding-bottom: 5px;}/* The mainContent CSS section below applies to all pages apart from the index / home page.*/.thrColLiqHdr #container #mainContentPages {	float: left;	width: 820px;	padding-top: 8px;	padding-right: 8px;	padding-bottom: 8px;	padding-left: 8px;	font-size: 12pt;	font-family: Verdana, Geneva, sans-serif;	text-align: justify;}.thrColLiqHdr #container #mainContentPages img {	padding-top: 8px;	padding-right: 0px;	padding-bottom: 8px;	padding-left: 8px;}/* The CSS rules below define the headings on all pages.*/h1 {	font-size: 16pt;	font-weight: bold;	color: #903;	background-color: #FF9;}h2 {	font-size: 14pt;	font-weight: bold;}h3 {	font-size: 14pt;	font-weight: bold;	color: #903;}.h4 {	font-family: Verdana, Geneva, sans-serif;	font-size: 12pt;	font-style: normal;	font-weight: bold;}/* CSS for the footer for each page of the Website.*/.thrColLiqHdr #footer {	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#DDDDDD;	background-color: #FF9;	font-family: Verdana, Geneva, sans-serif;	color: #900;	font-size: 10pt;	border-top-color: #900;	border-top-style: solid;	border-top-width: medium;} .thrColLiqHdr #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}