@charset "utf-8";
.menuCell {
	background-color: #000000;
	text-align: center;
}
.mainContent {
	background-color: #8B8682;
	font-family: Sans-Serif;
    font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.mainContent td
{
	vertical-align: top;
}
a{
	font-style: normal;
	color: red;
}
a:hover{
	font-weight: bold;
	color: #FF3300;
}
.footer{
	font-family: "Courier New", Courier, monospace;
	color: white;
	background-color: black;
	text-align: center;
	font-size: 11px;
	margin: 3px;
	padding: 3px;
}
.leftNav{
	
}
body {
	/*background:  url("images/backgrounds/aniskull1-27.gif");*/
	background:  url("images/backgrounds/background2.gif");
	background-repeat: repeat;
	/*background-position: center;*/
	margin: 0px;
	/*text-align:center;*/
}
.pageHeader{
	text-align:center;
}
.cartInfo
{
	background-color: black;
	color:White;
	font-family: Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}
