/* Common style sheet for all site pages */
BODY	{
	color: #CCCCCC;
	background-color: #CCCCCC;
	}
A.rollover:hover {
	color: #FFFFFF;
	}
H1, H2, H3, H4, H5, H6 {
	color: #999999;
	vertical-align: top;
	}
#titleText {
	color: #999999;
	text-align: center;
	}
#navBox {
	position: absolute;
	width: 140px;
	height: auto;
	top: 5px;
	left: 8px;
	right: auto;
	bottom: 70px;
	background-color: #CCCCCC;
	z-index: 1;
	}
/*#main	{
	position: absolute;
	width: auto;
	height: auto;
	top: 5px;
	left: auto;
	bottom: auto;
	right: 8px;
	padding-left: 5px;
	color: #999999;
	z-index: 0;
	}*/
#specials {
	color:#9C3131;
}
a:active {
	color:#000000;
}
a:link {
	color:#000000;
}
a:hover {
        color:#9C3131;
}