body {
	margin: 0px;
	margin-bottom: 10px;
	background-color: #898F6C;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-position: top;
}
#pageSurround {
	width: 1000px; /* 748 */
	margin: 0px auto;
	padding: 0px;
	border-right: 1px solid #898F6C;
	border-left: 1px solid #898F6C;
	background-color: #DBE1CE;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#topHeaderL {
	position:absolute;
	text-align: left;
	height: 26px;
	padding-left: 5px;
	padding-top: 90px;
}
#topHeaderR {
	text-align: right;
	height: 26px;
	padding-right: 5px;
	padding-top: 90px;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #616648;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	background-color: #BEC7AB;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	background-color: #BEC7AB;
	border-right: 1px solid #898F6C;
	border-bottom: 1px solid #898F6C;
	left: 0px;
	width: 200px;
	float: left;
	margin-top: 7px;
}
.colMid {
	position: relative;
	width: 580px;
	float: left;
	padding: 7px;
}
.colRight {
	position: relative;
	background-color: #BEC7AB;
	border-left: 1px solid #898F6C;
	border-bottom: 1px solid #898F6C;
	right: 0px;
	width: 200px;
	float: right;
	margin-top: 7px;
}
.siteDocs {
	position: relative;
	background-image: url(../styleImages/backgrounds/siteDocsBg.gif);
	background-color: #CBDBAB;
	width: 1000px; 
	height: 20px;
	padding: 0px;
	right: 0px;
	text-align:center;
	margin-top: 10px;
}
.boxContent {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;	
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	left: 0px;
	width: 160px; 
	float: left;
}
.colMainCheckout {
	padding-left: 5px;
	position: relative;
	width: 720px;
	float: left;
}
/* END CHECK OUT PAGES */
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #DBE1CE;
	text-align: center;
	border: 0px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 535px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 150px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
