body {
	margin: 5px;
	background-color: #2A100A;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pageSurround {
	width: 1000px;
	margin: 0px auto;
	padding: 5px;
}
#subSurround {
}
#topHeader {
	text-align: right;
	height: 250px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(../styleImages/backgrounds/star.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	width: 160px;
	height: 30px;
	padding-top: 25px;
	text-align: center;
}
.boxContentLeft, .boxContentRight {
	border: 2px solid #2A100A;
	border-style: outset;
	background-image: url(../styleImages/backgrounds/tablet_middle.png);
	background-repeat: repeat;
	background-position: center top;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
	z-index: 1;
}
.colMid {
	position: relative;
	width: 650px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	border: 2px solid #2A100A;
	border-style: outset;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin-bottom: 5px;
	background-image: url(../styleImages/backgrounds/tablet_middle.png);
	background-repeat: repeat;
	background-position: center top;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 810px;
	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: 600px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 75px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 200px;
}
#Footer {
	color:#FFFFFF;
	font-size: 70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:10px;
}

#Footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
	}
#Footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
