body {
	margin: 0 5px;
	background-color: #000000;
}
#pageSurround {
	width: 960px;
	margin: 0px auto;
	background-image: url(../styleImages/backgrounds/main_bg.jpg);
	background-repeat: repeat-y;
}
#topHeader {
	text-align: right;
	height: 149px;
	background-image: url(../styleImages/backgrounds/header_bg.jpg);
	background-repeat: no-repeat;
	background-position:  left top;
	padding-right: 40px;
}

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	height: 27px;
	margin-left: 45px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 3px;
	background-image: url(../styleImages/backgrounds/box_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer{
	background-image: url(../styleImages/backgrounds/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: 244px;
	margin-top:100px;
}

#kull{
	position: relative;
	left: 412px;
	top:160px;
	width: 118px;
	height:84px;
	background-image: url(../styleImages/skull.jpg);


}


.footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	
	
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.boxContentLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../styleImages/backgrounds/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-left: 60px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 90%;
	width: 188px;
}

.boxContentRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 90%;
	width: 188px;
}

.colLeft {
	position: relative;
	left: 20px;
	width: 270px; 
	padding-right: 5px;
	padding-top:128px;
	float: left;
	background-image: url(../styleImages/gears.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
}

.colRight {
	position: relative;
	width: 200px; 
	padding-right: 5px;
	margin-top:128px;
	
	float: left;
	height: 500px;
	background-color: #3399FF;
}

.colMid {
	position: relative;
	width: 451px;
	float: left;
	margin-top:75px;
}
.homeboxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: -60px;
}

.boxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: -7px;
}



/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 20px;
	width: 270px; 
	padding-right: 5px;
	padding-top:128px;
	float: left;
	background-image: url(../styleImages/gears.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:500px;
}
.colMainCheckout {
	position: relative;
	width: 605px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:left;
	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: 8px;
	float: left;
	width: 160px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}