body {
	margin: 0px;
	padding:0px;
	background-color: #D6D2D3;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#pageSurround {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
#subSurround {
	
}
#topHeader {
	text-align: right;
	height: 150px;
	margin-bottom: 0px;
	padding-right: 9px;
	padding-top: 0px;
	background-color:#d65051;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	background-repeat:no-repeat;
	background-position:20px center
}
.searchBar {
	text-align:right;
	height:25px;
	margin-bottom:0px;
	padding-right:9px;
	background-image: url(../styleImages/backgrounds/searchbar.jpg);
}
.boxTitleLeft, .boxTitleRight {
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
	color: #000000;
	width: 174px;
	height: 16px;
	padding-top: 1px;
	margin-bottom:4px;
	border-bottom: 3px solid #d65051;
}

.boxTitleRight {
	margin-left:1px;
}

.boxContentLeft, .boxContentRight {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.colLeft {
	width: 175px; 
	vertical-align:top;
}
.colMid {
	vertical-align:top;
}
.colRight {
	width: 175px; 
	vertical-align:top;
	
}
.boxContent {
	padding: 0px 15px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 10px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 0px;
	font-size:90%;\
	background:#FFCC00;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #C9CEFC;
	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;
}
