@charset "UTF-8";
body  {
	background: #000;
	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;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-image: url(media/woodgrainopt.jpg);
	border: solid #1b0901 3px;
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	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: 1px 0;
	border-bottom: 2px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0 0 20px;
	font-size: 80%;
	color: #D9A11A;
	clear: right;
	overflow: visible;
	font-family: Copperplate, "Copperplate Light", "Trebuchet MS", sans-serif;
	font-weight: lighter;
}
.twoColFixLtHdr #sidebar1 h3{
	font-family: "Rosewood Std Regular";
	font-size: 250%;
	color: #000000;
	text-indent: -1500px;
	background-image: url(media/wgmheader3.png);
}
.twoColFixLtHdr #sidebar1 a {
	color: #D9A11A;
	text-decoration: none;
	padding-left: 20px;
	height: 25px;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #F9C616;
	background-image: url(media/goldbullet.png);
	height: 25px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left;
	overflow: visible;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent h2{
	background-image: url(media/wgmheader2.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	font-size: 250%;
	background-position: center;
	color: #000000;
}
	.twoColFixLtHdr #mainContent h4{
	background-image: url(media/wgmheader5.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	font-size: 250%;
	background-position: center;
	color: #000000;
	text-indent: -1500px;
}
.twoColFixLtHdr #mainContent p{
	font-size: 90%;
	color: #1b0901;
	text-align: center;
	padding-right: 25px;
	padding-left: 15px;
	font-family: Copperplate, "Copperplate Light", "Trebuchet MS", sans-serif;
	}
	  
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
} 
.twoColFixLtHdr #footer p {
	font-family: Copperplate, "Copperplate Light", "Trebuchet MS", sans-serif;
	font-size: 80%;
	color: #1B0901;
}
.twoColFixLtHdr #footer a {
	color: #D9A11A;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #F9C616;
}
.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: 8px 10px 0 62px;
}
.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;
}
#gold {
	line-height: 25px;
	padding: 2px 0 2px 27px;
	overflow: visible;
}
#goldlast {
	line-height: 25px;
	padding: 2px 0 2px 27px;
	overflow: visible;
	margin-bottom: 15px;
}
.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	background-image: url(media/nugget1.png);
	display: block;
	width: 60px;
	height: 61px;
	z-index: 1;
	clear: both;
}
