body {
	margin: 0px;
	background-image: url(../styleImages/backgrounds/bg.jpg);
	background-repeat: repeat;

}
#edSurround {
	width: 90%;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat;
	background-position: top;
	border: 3px solid #4A2005;
	}
#pageSurround {
	width: 85%;
	margin: 0px auto;
	padding: 0px;
	background-color: #bbcb8d;
	border: 3px solid #4A2005;
}
#topHeader {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	height: 173px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;	
	/**
	  *If firefox padding-top: 235px;
	  *height: 235px;
	   *
	   */
}
.boxTitleLeft, .boxTitleRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	color: #826257;
	height: 50px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
background-color: #FBD8DD;
}
.boxTitleLeft1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	color: #826257;
	height: 50px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
background-color: #ffffff;
}
.boxContentLeft, .boxContentRight {
	
	padding-left: 0px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #bbcb8d;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 157px; 
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 550px;
	float: left;
}
.colRight {
	position: relative;
	width: 157px; 
	padding-left: 0px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #826257;
	padding: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #826257;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	}
	a.boxContent:link, a.txtSiteDocs:link {
	font-family: "Times New Roman", Times, serif;
	color: #D26292;
	text-decoration: none;
}

	a.boxContent:hover, a.txtSiteDocs:hover {
	font-family: "Times New Roman", Times, serif;
	color: #F38BB8;
	text-decoration: overline;
}
	a.boxContent:visited, a.txtSiteDocs:visited {
	font-family: "Times New Roman", Times, serif;
	color: #826257;
	text-decoration: underline;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	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;
	border: 1px solid #826257;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 545px;
}
.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 #826257;
	border-bottom: 1px solid #826257;
}