body {
	margin: 5px;
	background-color: #761C5B;
	background-image: url(../../../../images/backgroun1.gif);
	background-repeat: repeat;
	background-position: center 0px;
	font-size: 12px;
}
#pageSurround {
	width: 800px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(../../../../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topHeader {
	text-align: right;
	height: 125px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: bottom;
	top: 100px;
	padding-top: 100px;
	font-size: 14px;
	text-indent: 12px;
	font-weight: bold;
	font-style: italic;
	color: #6A1A50;
	text-transform: lowercase;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6A1A50;
	background-color: #FFFFFF;
	height: 18px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 2px;
	border: 1px solid #E3C1BB;
	font-style: italic;
	text-transform: lowercase;
}
.boxContentLeft, .boxContentRight {
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #6A1A50;
	border-top: 1px none #E3C1BB;
	border-right: 1px solid #E3C1BB;
	border-bottom: 1px solid #E3C1BB;
	border-left: 1px solid #E3C1BB;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 423px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 5px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6A1A50;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	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;
	border: 1px solid #C9CEFC;
	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;
}