body {
	margin: 5px;
	background-color: #999933;
	background-attachment: fixed;
	background-image: url('../styleImages/backgrounds/dog_pageBg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: none;
	background-color: #9999cc;
}
#subSurround {
	border: 1px solid black;
        background-color: #cccc99;
	background-image: url('../styleImages/backgrounds/dog_contentBg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
#topHeader {
	text-align: right;
	height: 145px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-color: black;
	background-image: url('../styleImages/backgrounds/dog_topHeader.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
}

.boxMenuHead
	{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	height: 114px;
	font-size: 70%;
	background-image: url('../styleImages/backgrounds/menu_bamb3.gif');
	background-repeat: no-repeat;
}


.boxTitleLeft  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	color: #ffffff;
	background-image: url('../styleImages/backgrounds/dog_boxTitleBg.gif');
	width: 155px;
	height: 23px;
}

.boxTitleLeftsans  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	color: #ffffff;
	background-image: url('../styleImages/backgrounds/dog_boxTitleBg2.gif');
	width: 155px;
	height: 23px;
}


.boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #09347C;
	background-image: url('../styleImages/backgrounds/boxTitleBg.gif');
	width: 155px;
	height: 15px;
	padding-left: 5px;
	padding-top: 1px;
}
.boxContentLeft {
	background-image: url('../styleImages/backgrounds/menu_bambsub.gif');
	background-repeat: repeat-y;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 10px;

}

.boxContentRight {
	border-left: 2px solid #0E51A3;
	border-right: 2px solid #0E51A3;
	border-bottom: 2px solid #0E51A3;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px;
	height: 100%;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 100px;
	background-image: url('../styleImages/backgrounds/vert_bamboo.jpg');
	background-repeat: repeat-y;
	border: 0;
	float: left;
}
.colMid {
	position: relative;
	width: 398px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	border-top: 1px solid #A8B4B0;
	border-right: 1px solid #5E85CF;
	border-bottom: 1px solid #5E85CF;
	border-left: 1px solid #5E85CF;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFCC;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px;
	height: 100%; 
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 100px;
	background-image: url('../styleImages/backgrounds/vert_bamboo.jpg');
	background-repeat: repeat-y;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	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: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.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 #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* Further additions by dogmawglass */

.faqintrobox
   {
   float: left;   
   clear: both;
   width: 93%;
   background: #ccccff;
   color: #000033;
   font-size: 1em;
   padding: 0.5em;
   border: solid thick blue
   }

.faqlinkbox
   {
   float: left;
   clear: both;
   width: 93%;
   color: #3366cc;
   font-size: 110%;
   padding: 0.5em;
   border: solid black;
   font-style: oblique;
   }
.faqsandbag
  {
  float: left;
  clear: both;
  width: 92%;
  padding: 0.5em;
  border: none;
  }