body {
    background-color: #E0DCC7;
	background-image: url('../styleImages/backgrounds/page-container.png'); margin:0px 
}
#pageSurround {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	border: 3px solid #663300;
	background-color: #E0DCC7;
}
#subSurround {
	border: 0px solid #ffffff;
	background-image: url('../styleImages/backgrounds/bg-container.png');
	background-repeat: repeat-y;
	background-position-y:100%
}
#topHeader {
	text-align: right;
	height: 170px;
	margin-bottom: 0px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url('../styleImages/backgrounds/dl-header.png');
	background-repeat: repeat-x;
	border-bottom: 0px solid #000000
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #999999;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 70%;
	color: #18252F;
	width: 155px;
	height: 15px;
	padding-top: 10px;
}
.boxContentLeft, .boxContentRight {
	background-color: #E0DCC7;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 5px
}
.colLeft {
	position: relative;
	left: 0px;
	width: 150px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 460px;
	float: left;
}
.colRight {
	position: relative;
	width: 150px; 
	margin-left: 9px;
	padding-right: 0px;
	float: left;
}
.boxContent {
	padding: 14px;	
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url('../styleImages/backgrounds/goldback.jpg');
	margin-bottom: 0px;
	background-color: #E0DCC7
}
.boxContenthomepagephoto {
	padding: 0px;	
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	height: 250px;
	color: #ffffff;
	background-image: url('../styleImages/backgrounds/sweetnesshome.jpg');
	background-repeat: repeat-x;
	background-color: #E0DCC7;
	margin-bottom: 0px
}
.boxContentproductphoto {
	padding: 0px;	
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	height: 150px;
	color: #ffffff;
	background-image: url('../styleImages/backgrounds/sweetnessproduct.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin-bottom: 0px
}
.boxContentaccountphoto {
	padding: 0px;	
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	height: 150px;
	background-image: url('../styleImages/backgrounds/sweetnessaccount.jpg');
	background-repeat: repeat-x;
	background-color: #E0DCC7;
	margin-bottom: 0px
}
.boxContentshoppingcartphoto {
	padding: 0px;	
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	height: 140px;
	color: #ffffff;
	background-image: url('../styleImages/backgrounds/sweetnesscart.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin-bottom: 0px
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 615px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 440px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 100px;
}
.regSep{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}