body {
	margin: 5px;
background-color: #e6ebd8;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat;
	background-position: top;
}
#pageSurround {
	width: 798px;
	margin: 0px auto;
	padding: 5px;
	background-color: #faf2ea;
border: 1px solid #826257;
}
#topHeader {
	text-align: right;
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	height: 170px;
	margin-bottom: 0px;
	border-bottom-style:solid 2 px #5B3929;
	}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #826257;
		background-color: #faf2ea;
	height: 50px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	

}
.boxContentLeft, .boxContentRight {
	
	padding-left: 0px;
	margin-bottom: 10px;
		background-color: #faf2ea;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 632px;
	float: left;
}
.colRight {
	position: relative;
	width: 0px; 
	padding-left: 0px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #826257;
	padding: 3px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 75%;	background-color: #faf2ea;
	color: #826257;

	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 565px;
	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: #faf2ea;
	text-align: center;
	border: 1px solid #826257;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 610px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 125px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #826257;
	border-bottom: 1px solid #826257;
}