body {
	margin: 0px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat:repeat;
	background-position: top;
}

#pageSurround {

	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 4px solid #ffffff;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#topHeader {

	text-align: right;
	height: 86px;
	margin-bottom: 28px;
	padding-right: 25px;
	padding-top: 57px;	

}

.boxTitleLeft, .boxTitleRight {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%; 
	font-weight: bold;
	color: #FF0000;
	padding-top: 2px;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 20px;
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding-left: 5px;

}

.boxContentLeft, .boxContentRight {

	border: 1px solid #FFFFFF;
	background-color: #ffff80;
	padding-left: 5px;
	margin-bottom: 12px;
	padding-top: 3px;
	padding-bottom: 5px;

}

.colLeft {

	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 5px;
	padding-right: 10px;
	float: left;

}

.colMid {

	position: relative;
	width: 400px;
	float: left;

}

.colRight {

	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 5px;
	float: right;

}

.boxContent {

	border: 1px solid #FFFFFF;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	color: #404040;
	background-color: #FFFFFF;
	margin-bottom: 20px;

}

/* CHECKOUT PAGES */

.colLeftCheckout {

	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;

}

.colMainCheckout {

	position: relative;
	width: 550px;
	float: left;

}

/* END CHECK OUT PAGES */

.siteDocs {

	text-align:right;
	margin-top: 20px;

}

.pagination {

	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;

}

#subCats {

	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 4px;
	float: left;
	width: 390px;
}

.subCat {	

	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
    height: 100px;
}

.regSep{

	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

}