body {
	margin: 5px;
	background-color: white;
	/* background-attachment: scroll; */
	/* background-image: url(http://www.nancyblackett.org/old/images/NBT-ENDPAPERSw1004.jpg); */
	/* background-repeat: repeat-x; */
	/* background-position: top; */
}
a:link {
        color: #9B3400;
        text-decoration: none;
}
a:visited {
        color: #9B3400;
        text-decoration: none;
}
a:hover {
        color: #9B7764;
        text-decoration: underline;
}
#pageSurround {
	width: 800;
	margin: 0px auto;
	padding: 5px;
	border: 0px;
	background-color: white;
	background-image: url(http://www.nancyblackett.org/images/nbtshopbanner.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#topHeader {
	text-align: right;
	height: 50px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 68px;
}
.boxTitleLeft, .boxTitleRight {
	font-family: "Trebuchet MS", Trebuchet, Arial, Sans-Serif;
	font-size: 85%;
	color: white;
	background-color: #9B5532;
	/* background-image: url(../styleImages/backgrounds/boxTitleBg.gif); */
	height: 15px;
	border-top: 1px solid #9B5532;
	border-left: 1px solid #9B5532;
	border-right: 1px solid #9B5532;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #9B5532;
	background-color: white;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px;
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
        width: 620px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px;
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #9B5532;
	padding: 3px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Sans-Serif;
	font-size: 85%;
	color: black;
	background-color: white;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 200px;
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 610px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #9B7764;
	text-align: center;
	border: 1px solid #9B5532;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #9B5532;
	border-bottom: 1px solid #9B5532;
}
