body {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/central_bg_side.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-attachment: fixed;
	margin: 0px auto;
	padding: 0px auto;
}
#pageSurround {
	margin: 0px auto;
	text-align: left;
	position: relative;
	width: 1000px;
}
#subSurround {
	margin: 0px auto;
}
#topHeader {
	background-image: url(../styleImages/backgrounds/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 387px;
	padding-right: 9px;
	padding-top: 0px;
}
.boxTitleLeft, .boxTitleRight {
	background-color: #648A1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 155px;
	height: 20px;
	padding-left: 5px;
	padding-top: 1px;
	color: #FFFFFF;
}
.boxContentLeft, .boxContentRight {
	background-color: #E8ED9C;
	width: 153px;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	border: 1px solid #648A1D;
}
.colLeft {
	z-index: 1;
	position: relative;
	left: 0px;
	width: 175px; 
	padding-right: 4px;
	float: left;
}
.colMid {
	position: relative;
	width: 615px;
	float: left;
	background-image: url(../styleImages/backgrounds/central_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.colRight {
	position: relative;
	left: 0px;
	width: 175px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.boxContent {
	padding: 30px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	background-image: url(../styleImages/backgrounds/central_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	position: relative;
	width: 615px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 550px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 80px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 220px;
}
#Footer {
	height: 437px;
	color:#000000;
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(../styleImages/backgrounds/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#Footer a:link {
	color:#000000;
	text-decoration:underline;
	}
#Footer a:hover {
	color:#000000;
	text-decoration:underline;
	}