@charset "utf-8";

.style7 {font-size: 50%}

.style2 {font-size: 90%}
.style6 {font-size: 100%}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-repeat: repeat-y;
	background-image: url(../images/bkgd-knotcolumn-left.gif);
	width: 900px;
}
.twoColFixLtHdr #container {
	width: 905px;
	text-align: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	left: 47px;
	top: 0px;
	position: relative;
	background-color: #006600;
} 
.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	height: 130px;
	text-align: center;
	vertical-align: text-top;
	width: 900px;
	background-image: url(../images/banner-bkgd-head.gif);
} 
.twoColFixLtHdr #header h1 {
	text-align: center;
	vertical-align: top;
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent {
	background-color: #CCFFCC;
	color: #000000;
	width: 880px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	clear: both;
	float: none;
	overflow: visible;
	visibility: visible;
	z-index: auto;
} 
.twoColFixLtHdr #footer {
	height: 130px;
	background-image: url(../images/banner-bkgd-foot.gif);
	background-repeat: repeat-x;
	width: 900px;
	padding-top: 7px;
} 
.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: 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;
}
#amazon-store {
	text-align: center;
	height: 1500px;
	width: 870px;
	padding-top: 15px;
}

.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;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: auto;
	left: 0px;
	top: 0px;
}
.style1 {font-size: small}td img {display: block;}
a:link {
	color: #3366FF;
}
a:visited {
	color: #FF3300;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
