@charset "UTF-8"
body  {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
auto:/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;

}

/* WRRGlobal css */


a:hover {
	background-color: #4840B9;
	color: #FF3;
}

ul {
	float: left;
	height: 15em;
	width: 15em;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;	
}
/* end Global css */

.thrColFixHdr #container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: opx;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	padding-left: 5px;
	padding-right: 5px;
} 

.thrColFixHdr #header {
	margin: 0 auto;
	padding: 0;
	background-image: url(https://tefteller.com/images/wrr_header_new-small.jpg);
	background-repeat: no-repeat;
	
	
	width: 100%;
	color: #000;
} 

#imagestest {
	display: none;
} 
.thrColFixHdr #topheader {
	margin: 0 auto;
	padding: 0;
	background-image: url(https://tefteller.com/images/wrr_header_new-small.jpg);
	background-repeat: no-repeat;
	background-color: lightblue;
	background-position: center;
	height: auto;
	width: 100%;
	color: #000;
} 

.thrColFixHdr #smallheader {
	margin: 0 auto;
	padding: 0;
	background-image: url(https://tefteller.com/images/wrr_header_new.jpg);
	background-repeat: no-repeat;
	background-color: lightblue;
	background-position: center;
	height: 120px;
	width: auto;
	color: #000;
	display: none;
} 
.thrColFixHdr #banner {
	margin: auto;
	padding: 0;
	background-repeat: no-repeat;
	background-color: lightblue
	height: auto;
	width: 100%;
	color: #000;
	visibility: visible;
}


#HeaderLinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	
	color: #FFF;
	visibility: visible;
}

.thrColFixHdr #container #links {
	margin: 0 auto;
	padding-left: 3px;
	padding-right: 3px;
	overflow: hidden;
	background-color: rgba(255,255,255,1.00);
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	width: auto;
}
.thrColFixHdr #sidebar-banner {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	margin-right: 11px;
	display: none;
}



.thrColFixHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
	width: auto;
} 


.thrColFixHdr #container #links #main_content_articles p a {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.thrColFixHdr #container .webmaster {
	display: none;
}
.thrColFixHdr #container .auctioncontainer p img {
	width: 370px;
	height: auto;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	margin-right: 11px;
	display: none;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* padding keeps the content of the div away from the edges */
	background-color: #EFEE8C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	display: none;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #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 */
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.warnings {
	font-size: small;
}
a {
	text-decoration: none;
}
.museumhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #443FB7;
	text-align: center;
}
article {
	font-family: "Times New Roman", Times, serif;
	margin: 5px;
	padding: 5px;
}
.attentionbox {
	background-color: #6FC;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.callbox {
	background-color: #FFC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.thrColFixHdr #container #sidebar2 p {
	color: #000;
}
#container #main_content_articles p strong em {
	color: #F00;
}

