body {
	margin: 5px;
	background-color: #6e3454;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
scrollbar-base-color: #b4bbb0;
scrollbar-face-color: #6e3454;
scrollbar-highlight-color: #b4bbb0;
scrollbar-shadow-color: #b4bbb0;
scrollbar-3dlight-color: #b4bbb0;
scrollbar-track-color: #b4bbb0;
scrollbar-darkshadow-color: #6e3454; 
cursor: default;
}

#pageSurround {
	width: 98%;
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #202020;
}
#subSurround {
	border: 1px solid #000000;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: repeat;
	background-position: bottom;
}
#topHeader {
	text-align: right;
	height: 150px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background: url(../styleImages/backgrounds/topHeader.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #000000;
}
.boxTitleLeft, .boxTitleRight {
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffff;
	width: 160px;
	height: 13px;
	padding-left: 5px;
	padding-top: 1px;
}
.boxContentLeft, .boxContentRight {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #202020;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	width: 160px; 
	padding-left: 9px;
	padding-right: 5px;
}
.colMid {
	width: 98%;
}
.colRight {
	width: 160px; 
	padding-left: 5px;
}
.boxContent {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;
                background-color: #202020;

	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float:left;
}
.colMainCheckout {
	width: 600px;
}

/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #202020;
	text-align: center;
	border: 1px solid #000000;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 150px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;

}
.tmbgal {
    margin: 10px auto;
    text-align: center;
}
.tmbgal img {
    border: 1px solid #999;
    padding: 3px;
}
