body {
	margin: 5px;
	background: black url(../styleImages/backgrounds/darkForest.jpg) no-repeat fixed;
	color: silver;
	background-position: top;
	font-family: arial, helvetica, sans-serif;
}
#pageSurround {
	width: 950px;
	margin: 0px auto;
	padding: 0;
}
#subSurround {
	width: 950px;
}
#topHeader {
	text-align: right;
	height: 150px;
	width:	941px;
	margin-bottom: 10px;
	padding: 0;
	padding-right: 9px;
	background: url(../styleImages/backgrounds/topHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #404040;
}

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background:#404040;
	color: silver;
	font-weight:bold;
	width: 155px;
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
}
.boxContentLeft, .boxContentRight {
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;

}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 0;
	padding-right: 10px;
	float: left;
}
.colMid {
	position: relative;
	width: 610px;
	float: left;
	padding: 0px;
}
.colRight {
	position: relative;
	width: 160px; 
	float: right;
}
.boxContent {
	border: 1px solid #404040;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: silver;
	background-color:black;
	margin-bottom: 5px;
}
/* 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: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	vertical-align: bottom;
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 390px;
}
#subCats image {
	width:175px;
	margin-top:5px;
}
#subCats img {
	width:175px;
	margin-top:5px;
}

.subCat {	
	text-align: center;
	padding:0px;
	float: left;
	width: 190px;
	height:340px;
	border: 1px solid #303030;

}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}