@charset "UTF-8";body  {	font: 100% "Trebuchet MS", Verdana, Arial, sans-serif;	background: #000000 url(/furniture/grade.jpg) repeat-x top; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;	margin: 0px;	padding: 0px;}p {	font-size: 86%;	text-align: left;}h1 {	font-size: 105%;	font-weight: bold;	color: #663399;	letter-spacing: 0.2em;}h2 {	font-size: 100%;	color: #333333;	text-align: left;	font-weight: bold;}#container {	background: #FFFFFF;	text-align: left; /* this overrides the text-align: center on the body element. */	margin: 0px;	padding: 0px;} #header {	background: #FFFFFF url(/furniture/logo.jpg) no-repeat;	border-top-width: 1px;	border-right-width: 1px;	border-left-width: 1px;	background-color: #FFFFFF;	background-image: url(/furniture/logo.jpg);	background-repeat: no-repeat;	height: 144px;	padding-top: 0;	padding-bottom: 0;	padding-left: 30%;} #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 */}#sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px; /* padding keeps the content of the div away from the edges */	margin-left: 10px;	font-size: 84%;}#sidebarright {	float: right; /* since this element is floated, a width must be given */	width: 25%; /* padding keeps the content of the div away from the edges */	clear: left;}#mainContent {	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */	padding: 0 28% 0 220px;} #spreadcontent {	margin: 0px 20px 0px 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */	padding: 0;} #footer {	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:url(/furniture/dither.gif) repeat;	margin: 0px;	display: block;	text-align: center;} #footer p {	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	text-align: center;	font-size: 10px;}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;	background: #663399;	color: #FFFFFF;	width: 30%;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	padding: 10px 10px 10px 0px;}.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 a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}#sidebarright h3 {	color: #333333;	background-color: #FFFFFF;	display: block;	text-transform: uppercase;	font-size: 70%;	padding: 8px 4px;	text-align: center;	margin: 0px;}#shadow {	width: 96%;	margin: 0px auto;	padding-bottom: 20px;	background-image: url(../furniture/dropshadow.jpg);	background-repeat: no-repeat;	background-position: right bottom;}#shadow #topedge {	float: right;	clear: left;}#sidebar1 p {	margin-left: 10px;	font-size: 70%;}a {	color: #663399;	text-decoration: none;}a:hover {	color: #666666;}#sidebarright p {	font-size: 70%;	line-height: 0.1em;	text-align: center;}#sidebarright li {	font-size: 70%;	list-style-type: none;}#sidebarright ul {	margin: 0px;	padding: 0px;}#sidebar1 ul {	margin: 0px;	padding: 0px;}#sidebar1 li {	list-style-type: none;	margin: 0px;}table {	margin: 0px;	padding: 0px;	border-style: none;}h3 {	font-size: 90%;	font-weight: normal;	color: #663399;}.paraborder {	border: 1px outset #CCCCCC;}.rightclick {	font-size: 58%;}#sidebarright td {	width: 40px;	text-align: center;}#sidebarright h2 {	text-align: center;	padding-top: 5px;	font-weight: bold;}.form {	border: 1px solid #17559A;	color: #17559A;	background-color: #FFFFFF;}#foxnoseform {	width: 70%;	margin-right: auto;	margin-left: auto;}#container {	margin-right: auto;	margin-left: auto;	margin-top: 20px;}#sidebar1 {}#sidebar1 li {	padding-top: 5px;	padding-bottom: 5px;}#sidebar1 #hidden {	display: none;}#container {	width: 94%;	background: #FFFFFF url(/furniture/fade.jpg) repeat-x bottom;}#sidebar1 ul ul {	margin-left: 18px;}#spreadcontent li, #mainContent li {	font-size: 86%;	color: #663399;	list-style: none;	padding-top: 6px;	padding-bottom: 6px;}.headerimage {	position: relative;	top: 0px;	left: 50%;}#sidebar1, #spreadcontent {	background: url(/furniture/dither.gif);}.links {	border: 1px inset #663399;	float: none;	padding: 2px;}.strap {	font: bold normal 90% "Trebuchet MS", Arial, sans-serif;	color: #663399;}.fltrt a {	color: #FFFFFF;}#headerunder {	background: #663399 url(/furniture/headerunder.jpg) no-repeat left top;	height: 30px;}#gallery {	background: #663399;	color: #FFFFFF;}#gallery a {	color: #FFFFFF;}#gallery img {	width: 98%;}