/* CSS Document - Morning Theme */

body
{
	margin: 0px;
	background-image: url(images/bkgrad.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
h1
{
	color: #990000;
	font-size: 14pt;
	margin: 0px;
}
h2
{
	color: #990000;
	font-size: 13pt;
	margin: 0px;
}
h3
{
	color: #990000;
	font-size: 11pt;
	margin: 0px;
}
h4
{
	color: #990000;
	font-size: 10pt;
	margin: 0px;
}
h5
{
	color: #990000;
	font-size: 9pt;
	margin: 0px;
}
.strip
{
	background-image: url(images/strip.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 90px;
}
.menustrip
{
	background-image: url(images/menustrip1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 90px;
}
.menustrip2
{
	background-image: url(images/menustrip2.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 90px;
}
.heroesstrip
{
	background-image: url(images/heroesstrip.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 90px;
}
.heroesdessertstrip
{
	background-image: url(images/heroesdessertstrip.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 90px;
}
.heroesbanner
{
	background-image: url(images/heroesbanner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
}
.logo
{
	background-image: url(images/aspectsfade.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 50px;
}
.rightbox
{
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: left;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	background-image: url(images/aspectsfade.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 55px 0px 10px 0px;
	margin-bottom: 10px;
	width: 99%;
}
.basespan
{
	color: #990000;
}
.baselink
{
	color: #990000;
}
.baselink:link
{
	text-decoration: none;
}
.baselink:visited
{
	text-decoration: none;
	color: #990000;
}
.baselink:hover
{
	text-decoration: underline;
	color: #990000;
}
.baselink:active
{
	text-decoration: none;
	color: #990000;
}
.bw
{
	color: #990000;
}
.bw:link
{
	text-decoration: none;
}
.bw:visited
{
	text-decoration: none;
	color: #990000;
}
.bw:hover
{
	text-decoration: underline;
	color: #990000;
}
.bw:active
{
	text-decoration: none;
	color: #990000;
}
.blogIndex
{
	cursor: hand;
	color: #990000;
	background-color: #ffffff;
}
.blogIndex_f2
{
	cursor: hand;
	color: #990000;
	background-color: #e5e5e5;
}
.blogIcon
{
	width: 24px;
	height: 24px;
	background-image: url(images/blogicon.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

