@charset "UTF-8";
a:link {
	text-decoration: underline;
}
a:visited {
	color: #9C450C;
}
a:hover {
	color: #600;
}
.questionsFAQ {
	font-size: small;
	font-style: normal;
	color: #600;
	font-weight: normal;
	text-transform: uppercase;
}
body  {
	background: #291810;
	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: #19110d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.thrColFixHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d2c59a;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #container #tracks {
	text-align: center;
}
.thrColFixHdr #header {
	background: #1d262e;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 850px;
	text-align: center;
	vertical-align: bottom;
} 
.thrColFixHdr #header h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	color: #600;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
	background: #d2c59a;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 7px;
	height: 555px;
	margin-left: 2px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	margin-top: 60px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 15px;
	background-color: #c1b076;
	margin-left: 10px;
}
.thrColFixHdr #container #horizNavBar {
	text-align: center;
	background-color: #ae9a4b;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2e2011;
	border-bottom-color: 2e2011;
}
.thrColFixHdr #mainContent {
	margin-top: 50;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
} 
.mainHeading {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-weight: lighter;
	color: #9C450C;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #663300;
	background-image: url(../_images/footerCurve2.png);
	background-repeat: no-repeat;
} 
.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;
}
.float {
	float: left;
}
#toprowPics {
	text-align: center;
	background-color: #c1b076;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #c1b076;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #c1b076;
}
.infoLink {
	color: #333300;
}
.topNavLink {
	font-size: x-small;
	color: #623b22;
}
.libraryFont {
	color: #660000;
}
.thrColFixHdr #container #sidebar2 p {
	text-align: center;
}
.blogText {
	font-size: x-small;
}
.blogLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #330000;
}
.blogLink2 {
	font-size: x-small;
	font-style: italic;
	color: #333300;
}
.blogLink3 {
	font-size: large;
	color: #660000;
	font-family: "Courier New", Courier, monospace;
}
