body {

	background:#212221;

	margin: 0px;



	

}
#memoryticker{
background-color: #272727;
width: 290px;
font: normal 12px Georgia;
height:22px;
/*Tip: add in height attribute here for multiple line scroller*/
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7);
padding: 5px;
}
#memoryticker a {
	color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:12px;
text-decoration:none;
}
#pageSurround {

	width: 766px;

	margin: 0px auto;

	padding-top: 0px;

	padding-bottom: 30px;

	background-color: #212221;

	background-image: url(../styleImages/backgrounds/contentBg.gif);

	background-repeat: no-repeat;

	

}

#topHeader {

	text-align: left;

	height: 30px;

	float:right;

	margin-bottom: 10px;

	padding-top: 81px;	

}

.boxTitleLeft, .boxTitleRight {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	color: #FFFFFF;

	text-align: left;

	background-color: #212221;

	border-bottom: 1px solid #00cccc;

	height: 25px;

	padding-top: 3px;

	padding-bottom: 0px;

}

.boxContentLeft, .boxContentRight {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 8px;

	text-align: left;

	padding-left: 0px;

	padding-top: 6px;

	padding-bottom: 20px;

	

}



.coltop {

	position: relative;

	left: 0px;

	width: 300px; 

	padding-left: 20px;

	padding-right: 7px;

	float: left;

}



.colLeft {

	position: relative;

	left: 0px;

	width: 150px; 

	padding-left: 20px;

	padding-right: 40px;

	float: left;

}

.colMid {

	position: relative;

	width: 540px;

	text-align: left;

	float: left;

}

.colRight {

	position: relative;

	width:0px; 

	padding-left: 60px;

	right: 0px;

	float: right;

}

.boxContent {


	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 11px;

	color: #ffffff;

	margin-bottom: 5px;

}



.catboxcontent {

	padding: 3px;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	color: #ffffff;

	margin-bottom: 5px;

}



/* CHECKOUT PAGES */

.colLeftCheckout {

	position: relative;

	left: 0px;

	width: 160px; 

	padding-left: 15px;

	padding-right: 15px;

	float: left;

}

.colMainCheckout {

	position: relative;

	width: 515px;

	float: left;

}

/* END CHECK OUT PAGES */

.siteDocs {

	text-align:left;

	padding-right: 0px;

	margin-top: 0px;

}

.pagination {

	text-align: right;

	padding-top: 5px;

	padding-bottom: 5px;

}

#subCats {

	background-color: #FFFFFF;

	text-align: center;

	margin: 0px;

	padding: 3px;

	float: left;

	width: 350px;

}

.subCat {	

	text-align: center;

	padding: 1px;

	float: left;

	width: 80px;

}

.regSep{

	padding: 10px 0px 10px 0px;

	margin: 10px 0px 10px 0px;

	border-top: 1px solid #cccccc;

	border-bottom: 1px solid #cccccc;

}