body {
	background-color: #cbba91;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
}
#pageSurround {
	width: 780px;
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	background-image: url(../styleImages/main_bg.jpg);
}
#topHeader {
	text-align: right;
	height: 90px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-top: 80px;
	background-image: url(../styleImages/srdheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#bottomFooter {
	text-align: right;
	padding-top: 80px;
	background-image: url(../styleImages/srdfooter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #90594f;
	height: 20px;
	border-top: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
	text-align: center;
	padding-top: 4px;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
}
.boxContentLeft, .boxContentRight {
	padding-left: 3px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 440px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}
.boxContent {
	border: 1px solid #666666;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	background-color: #f1f1f1;
	margin-bottom: 5px;
	background-image: url(../styleImages/backgrounds/boxContent.jpg);
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 605px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #90594f;
	height: 14px;
	border: 0px solid #C0C0C0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #FFFFFF;
	text-align: center;
	border: 0px solid #666666;
	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 #cccccc;
	border-bottom: 1px solid #cccccc;
}