body
	{
		padding: 0;
		margin: 0 auto;
		background-color: #1d1d1d;
		text-align: center; /* hack to center in IE 8 */
		height: 100%;
	}
	
.coupon
	{
		padding: 0;
		margin: 0 auto;
		background-color: #fff;
		text-align: center; /* hack to center in IE 8 */
		height: 100%;
		color: #000;
	}

/* Fix for IE 5.5+ PNG transparency */
img, div, a, input
	{
		behavior: url(/css/iepngfix.htc)
	}	

#banner
	{
		margin: 0px auto;
		width: 730px;
		height: 175px;
		padding: 0px 10px;
		background-color: #000;
		border-left: solid 2px #8f1718;
		border-right: solid 2px #8f1718;
		/* background-image: url('../images/header/monster-01.png'); */
		/* background-repeat: no-repeat; */
		/* background-position: right; */
	}

#banner img
	{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
	}
	
#navigation
	{
		margin: 0px auto;
		width: 730px;
		height: 25px;
		padding: 0px 10px;
		background-color: #8f1718;
		color: #fff;
		border-left: solid 2px #8f1718;
		border-right: solid 2px #8f1718;
	}
	
#navigation img
	{
	margin: auto 9px;
	}

#content	
	{
		margin: 0px auto;
		width: 730px;
		padding: 20px 10px;
		background-color: #000;
		color: #fff;
		text-align: left;
		border-left: solid 2px #8f1718;
		border-right: solid 2px #8f1718;
		min-height: 100% !important;
		/* hack to stretch height in IE */
		_height: 100%;
	}
	
p	
	{
		color: #fff;
		font-family: geneva, verdana, arial, helvetica, sans-serif;
		font-size: 0.8em;
		font-weight: bold;
	}

h1
	{
		font-family: geneva, verdana, arial, helvetica, sans-serif;
		font-size: 18px;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
	}
	
a.nav:link, a.nav:hover, a.nav:active, a.nav:visited 
	{
		margin: 0px 16px;
	}

.visited
	{
		margin: 0px 16px;
	}
	
.link
	{
		font-family: geneva, verdana, arial, helvetica, sans-serif;
		font-size: 14px;
		color: #ff6b00;
		font-weight: bold;
	}
	
.link:hover
	{
		font-family: geneva, verdana, arial, helvetica, sans-serif;
		font-size: 14px;
		color: #ff6b00;
		font-weight: bold;
		text-decoration: none;
	}
	
.gallery  img
	{
		margin: 10px 27px; /* psuedo-centers images */
		padding: 0px;
		border: solid #ffffff 1px;
	}
	
.gallery:hover img
	{
		border: solid #ff6b00 1px;
	}

.gallery:hover
	{
		color:  #ff6b00; /* for IE  */
	}
	
table.calendar
	{
		border: 1px solid #fff;
		border-collapse: collapse;
	}
	
table.calendar td
	{
		height: 55px;
		font-size: 14px;
		text-align: right;
		color: #fff;
		vertical-align: top;
	}
	
table.calendar th
	{
		font-size: 14px;
		color: #fff;
	}
	
.hours
	{
		vertical-align: bottom;
		color: #ff6b00;
	}