body {
	font-family: "comic sans";
	font-size: 12px;
	font-weight: bold;
	background-image: url("images/bg.jpg");
}
TD.left {
	background-image: url("images/left_side.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}
TD.right {
	background-image: url("images/right_side.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}
TD.bluebanner {
	background-image: url("images/bluebanner.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}
TD.pinkbanner {
	background-image: url("images/pinkbanner.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}
a.bottomnav:link, a.bottomnav:visited {
	font-family: Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
a.bottomnav:hover {
	font-family: Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #55BCEB;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #55BCEB;
}
#shopstuff {
	position:relative;
	left:215px;
	top:170px;
	width:250px;
	height:23px;
	z-index:1;
	margin: auto;
}