body {
	margin: 5px;
	background-color: #000000;
	background-image: url(../styleImages/backgrounds/back_stars.gif);
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
}
#pageSurround {
	width: 700px;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #400040;
	background-color: #800080;
	background-image: none url(../styleImages/backgrounds/stonehenge3.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}
#topHeader {
	text-align: right;
	height: 249px;
        margin-bottom: 5px;
	background-image: none url(../styleImages/backgrounds/stonehenge3.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #800080;	
}
.boxTitleLeft, .boxTitleRight {
	font-family: Georgia, serif;
	font-size: 75%;
	color: #800080;
	font-weight: bold;
	background-color: #996699;
	background-image: url(../styleImages/backgrounds/boxtitlebg.jpg);
	background-repeat: repeat-x;
	background-position: top center;	
	height: 18px;
	border: 1px solid #996699;
	text-align: center;
	padding-top: 1px;
}
.boxContentLeft, .boxContentRight {
	padding-left: 7px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #800080;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 145px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	background-color: #800080;
}
.colMid {
	position: relative;
	width: 385px;
	float: left;
	background-color: #800080;
}
.colRight {
	position: relative;
	width: 145px; 
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	background-color: #800080;
}
.boxContent {
	padding: 5px;
        padding-top: 0px;
	font-family: Georgia, serif;
	font-size: 75%;
	color: #000000;
	background-color: #800080;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 145px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	background-color: #800080;
}
.colMainCheckout {
	position: relative;
	width: 500px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	font-family: Georgia, serif;
	background-color: transparent;
	height: 60px;
	border: 0px solid #C0C0C0;
	padding: 5px;
	margin: 0px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #800080;
	text-align: center;
	border: 0px solid #400040;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 360px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 100px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #996699;
	border-bottom: 1px solid #996699;
}