@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #B35900;
}
.thrColFixHdr #container {
	width: 1112px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin-left: 20px;
	margin-top: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 20px;
	margin-right: 10px;
}
.thrColFixHdr #mainContent {
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 250px;
} 
.thrColFixHdr #mainContent #issues{
	float: right;
	width: 260px;
	margin-top: 20px;
	border: thick groove #B35900;
	padding-bottom: 20px;
}
.thrColFixHdr #mainContent #issues a{
	color: #F00;
	font-weight: bold;
	padding-right: 30px;
	font-size: 16px;
}
.thrColFixHdr #mainContent #issues a:hover{
	color: #f85b16;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/indi.png);
	padding-right: 30px;
}
.thrColFixHdr #mainContent #issues a:visited{
	color: #B35900;
	padding-right: 30px;
}

.thrColFixHdr #mainContent #items{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
}
.thrColFixHdr #mainContent #items #jkdaward{
	padding-bottom: 10px;
}



.thrColFixHdr #footer {
	background-color: #762910;
	color: #FFF;
	margin-bottom: -30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 12px;
	margin-bottom: -10px;
}
.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;
}
.thrColFixHdr #container #sidebar2 #space {
	height: 150px;
}
#ad2 {
}
#bookpara {
	color: #000;
	text-align: center;
	line-height: 0px;
}
#ComingSoon {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
	font-size: 24px;
	color: #FF0C0C;
	text-decoration: blink;
}
.thrColFixHdr #container #mainContent #items #promo {
	font-family: "Charlemagne Std";
	font-weight: bold;
	font-size: 14px;
}
.thrColFixHdr #container #mainContent #items #promo #jman {
	float: left;
	margin-right: 67.5px;
	margin-bottom: 10px;
	padding-left: 67.5px;
}
.thrColFixHdr #container #mainContent #items #promo P {
}
