#pageSurround {
	width: 900px;
	margin: 0px auto;
	position: relative;
	background-image: url(../styleImages/backgrounds/pg_bg.gif);
	text-align: left;
}
#topHeader {
	text-align: right;
	height: 134px;
	background: url(../styleImages/backgrounds/top.gif) no-repeat;
}
#midHeader {
	text-align: right;
	height: 20px;
	background-color: #6D6D6D;
}
#bottomHeader {
	text-align: right;
	height: 22px;
	background: url(../styleImages/backgrounds/slit.gif) no-repeat;
}
#subSurround {
	padding-top:10px;
	background-repeat: repeat-y;
	padding-bottom: 20px;
	margin: 0px auto;
}
.boxTitleLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	background-color: #CCCCCC;
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
}
.boxContentLeft {
	background-color: #CCCCCC;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	background: #ce202d;
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
}
.boxContentRight {
	background-color: #ce202d;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
#colLeft {
	width: 170px;
	float: left;
}
#colMid {
	width: 430px;
	float: left;
	margin: 0px 5px;
}
#colRight {
	width: 170px;
	float: left;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 170px; 
	padding-left: 60px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 530px;
	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;
	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;
}
#cols{
	width:800px;
	padding-left: 60px;
}
#session{
	padding-right: 60px;
}
.boxTitleNoBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #CCCCCC;
	background: #FFFFFF;
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
}
.boxContentNoBG {
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}