body {
	scrollbar-base-color: #fcf3c8;
	scrollbar-arrow-color: white;
	margin: 5px;
	background-color: #000000;
	background-attachment: scroll;
	background-image:none;
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 1000px;
	margin: 0px auto;
	padding:5px;
	border: none;
	background-color: #fcf3c8;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#topHeader {
	text-align: right;
	height: 50px;
	margin-bottom: 24px;
	padding-right: 0px;
	padding-top: 60px;	
}
.boxTitleLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #fcf3c8;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft {
	border: 1px solid #000000;
	background-color: #fcf3c8;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right:5px;
}
.colLeft {

	width: 250px; 
	padding-left: 1px;
	padding-right: 5px;
}
.colMid {

	width: 1700px;

}
.boxContent {
	border: none;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #fcf3c8;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	width: 16%; 
	padding-left: 15px;
	padding-right: 5px;
	float:left;
}
.colMainCheckout {
	width: 80%;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #fcf3c8;
	text-align: left;
	color: #000;
	border: none;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 98%;
}
.subCat {	
	text-align: left;
	color: #FCF3C8;
	font-size: 1%;
	padding: 3px;
	float: left;
	width: 250px;
        height: 80px
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
