body {
	margin: 5px;
	background-color: #330f01;
	background-attachment: fixed;
}
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 0px; /* Outer Navbar Border */
	border: 0px solid #000000; /* Outer Navbar Border */
	background-color: #330f01;
}
#subSurround {
	border: 0px solid #5C84CE; /* Inner Navbar Border */
	background-color: #692e01;
}
#topHeader {
	text-align: right;
	height: 206px; /* Top Navbar Height */
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	border-bottom: 0px solid #000000; /* Bottom Navbar Border */
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	background-color: #b83d00;
	width: 155px;
	height: 18px;
	padding-left: 5px;
	padding-top: 1px;
}
.boxContentLeft, .boxContentRight {
	border-left: 1px solid #b83d00;
	border-right: 1px solid #b83d00;
	border-bottom: 1px solid #b83d00;
	background-color: #d19600;
	padding-left: 3px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
	background-color: #692e01;
}
.colMid {
	position: relative;
	width: 398px;
	float: left;
	background-color: #692e01;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	border-top: 1px solid #fcb187;
	border-right: 1px solid #fcb187;
	border-bottom: 1px solid #fcb187;
	border-left: 1px solid #fcb187;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #ffd2ba;
	margin-bottom: 5px;
}

.footer {
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/footer.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	margin-left: -2px;
	color:red;
}

a:link { 
color: #0e51a3;
} 
a:visited { 
color:  #0e51a3;
} 
a:hover { 
color: #f71383
} 
a:active { 
color: #dc143c 
} 
a.hide { 
display: none 
} 
a.clean { 
text-decoration: none 
} 

a.webdeveloper:link { 
color: #fff
} 
a.webdeveloper:visited { 
color:  #fff
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin: 10px 0 0px -2px;
	paddin-bottom:10px;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/footer.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	background-color: #330f01	
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #ffd2ba;
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 382px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	background-color: #ffd2ba;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}