body {
	margin: 0 5px;
	background-color: #99CCCC;
	background-image: url(../styleImages/backgrounds/flowerbg.png);
	background-repeat: repeat;
}
#pageSurround {
	width: 975px;
	margin: 0px auto;
	background-color: #D5EAEA;
	border: 2px solid #330000;
}
#topHeader {
	text-align: right;
	height: 68px;
	margin-bottom: 10px;
	padding-right: 10px;
	margin-left: 35px;
	padding-top: 68px;
	background-image: url(../styleImages/backgrounds/cc.png);
	background-repeat: no-repeat;
	background-position:  left top;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #432121;
	height: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #432121;
}
.footerLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #432121;
	height: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #432121;
	text-align: center;
}

.footerLink2 {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.footerLink2:hover {
	color: #468C8C;
	text-decoration: underline;
}
	
.boxContentLeft, .boxContentRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
	border-bottom: 1px solid #432121;
	border-right: 1px solid #432121;
	border-left: 1px solid #432121;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 170px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colRight {
	position: relative;
	right: 0px;
	width: 170px; 
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}
.colMid {
	position: relative;
	width: 615px;
	float: left;
}
.boxContent {
	padding: 8px 12px 8px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border: 1px solid #432121;	
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 170px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colRightCheckout {
	position: relative;
	right: 0px;
	width: 170px; 
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}
.colMainCheckout {
	position: relative;
	width: 615px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 580px;
}
.subCat {	
	text-align: center;
	padding: 15px;
	float: left;
	width: 160px;
	height: 180px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.txtContentShop {
    height: 22px;
    padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
    margin: 2px;
}
