body {
	margin: 0 auto;
	background-color: #e09bba;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/bg01.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	margin: 0px auto;
	padding-top: 60px;
	background-image: url(../styleImages/backgrounds/bgh.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#pageSurround {
	width: 748px;
	margin: 0px auto;
}
#topHeader {
	text-align: right;
	height: 36px;
	margin-bottom: 18px;
	padding-right: 10px;
	padding-top: 75px;	
}
.boxTitleLeft, .boxTitleRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../styleImages/backgrounds/boxTitleBg.jpg);
	padding: 0px 0px 10px 5px;
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 15px;
	background-color: #da256a;
	border-top: 1px dashed #993366;
	border-left: 1px dashed #993366;
	border-right: 1px dashed #993366;
}
.boxContentLeft, .boxContentRight {
	border-bottom: 1px dashed #993366;
	border-left: 1px dashed #993366;
	border-right: 1px dashed #993366;
	background-color: #fbd2e2;
	padding: 5px;
	margin-bottom: 10px;
}
.boxContentLeft ul li {
	list-style: circle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	padding: 3px 0;
	border-bottom: 1px #ff99cc dotted;
}

.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 413px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px dashed #993366;
	padding: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #720746;
	background-color: #ffeef5;
	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 {
	background-color: #feebf9;
	text-align: center;
	border: 1px solid #fac9fc;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	border-bottom: 1px #CC6699 dashed;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	padding: 15px 0; margin: 0;
	border-bottom: #FF66FF 1px dotted;
}