@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/leftback.jpg) repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixLtHdr #header {
	background: url(images/headback.jpg) no-repeat;
	height: 235px;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #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: 3px 0px 0px 900px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #E0AB5D;
}
.twoColFixLtHdr #header h2 {
	margin: 50 0 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: 0px 0px 0px 500px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #6D5E4B;
}
.twoColFixLtHdr #topnav {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background: #a27740;
	font-family: Verdana, Geneva, sans-serif;
	color: #083413;
	font-weight: bold;
	height: 34px;
	width: 1025px;
}
.twoColFixLtHdr #container #mainContentIndex table {
	padding: 0px;
	margin: 20px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A27740;
	text-align: center;
}
.mainText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: left;
	margin: 0px;
	padding: 20px 0px 0px 25px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	top: auto;
	background: url(images/leftback.jpg) repeat-y;
}
.twoColFixLtHdr #sidebar1 h1  {
	font-size: 1em;
	padding: 10px 10px 0px 20px;
	color: #8c6239;
}
.twoColFixLtHdr #sidebar1 h1 a:link{
	color: #8c6239;
	text-decoration:none;
	font-weight:bold;
}
.twoColFixLtHdr #sidebar1 h1 a:visited{
	color: #8c6239;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 h1 a:hover{
	color:#FFC;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 h1 a:active{
	color: #FFC;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 208px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFC;
	border: 5px solid #A27740;
} 
.twoColFixLtHdr #container #mainContentIndex {
	background: url(images/indexback.jpg) no-repeat;
}

.twoColFixLtHdr #mainContent h1 {
	font-size: x-large;
	margin: 0px;
	padding: 15px 0px 0px;
	color: #083413;
}
.twoColFixLtHdr #mainContent h2 {
	font-size:medium;
}
.twoColFixLtHdr #mainContent h2 a:link {
	color: #000;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent h2 a:visited {
	color: #000;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent h2 a:hover {
	color: #000;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent h2 a:active {
	color: #000;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent p {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent p a:link{
	color: #083413;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent p a:visited{
	color: #083413;
}
.twoColFixLtHdr #mainContent p a:hover{
	color:#000;
}
.twoColFixLtHdr #mainContent p a:active{
	color: #083413;
}
.twoColFixLtHdr #mainContent table  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	width: 750px;
	margin: 0px;
	text-align: center;
	padding: 15px;
}
.twoColFixLtHdr     #mainContent #coins tr td{
	padding: 5px;
	border: 1px solid #000;
}
.twoColFixLtHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/leftback.jpg) repeat;
	margin: 0px;
} 

.twoColFixLtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	color: #FFC;
	text-align: right;
}

.twoColFixLtHdr #footer p a:link{
	color: #FFC;
	text-decoration:underline;
	font-weight:bold;
}
.twoColFixLtHdr #footer p a:visited{
	color: #FFC;
}
.twoColFixLtHdr #footer p a:hover{
	color:#693;
}
.twoColFixLtHdr #footer p a:active{
	color: #FFC;
}
.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;
}
.tableHeader {
	font-weight: bold;
	background: #A27740;
	border: 1px solid #000;
}
