@charset "utf-8";
body {
	background-color: #480117;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #433534;
	text-decoration: none;
}
#shadowbg {
	background-image: url(mainshadow.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A1093A;
	text-decoration: none;
}

#footerBG {
	height: 68px;
	width: 949px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contentbg {
	background-image: url(contentBg.jpg);
	background-repeat: repeat-x;
}
#contentbg2 {
	background-image: url(contentbg2.jpg);
	background-repeat: repeat-x;
}
.bodylinks {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #A32C0E;
	text-decoration: underline;
}
.bodylinks:hover {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #A32C0E;
	text-decoration: none;
}
.footertext {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.footerlinks {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}
.footerlinks:hover {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
.aDivision {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#reservation {
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	top: 15px;
	right: 38px;
}
#reservation input {
	height: 90px;
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/btnReservation.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#reservation input:hover {
	background-image: url(../images/btnReservationHover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

