@charset "utf-8";
body {
	background-color: #ebeacf;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.bgLeft {
	background-image: url(/images/clouds_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
.bgRight {
	background-image: url(/images/clouds_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
.Heading {
	background-color: #FFFFFF;
	text-align: center;
	height: 122px;
	position: relative;
}
.Heading img {
	padding-top: 15px;
}
.Footer {
	background-color: #EBEACF;
	background-image: url(/images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 142px;
	font-size: 8pt;
	position: relative;
}
.Content {
	background-color: #FFFFFF;
	padding: 5px;
}
.Main {
	background-image: url(/images/main_large.jpg);
	height: 249px;
	background-color: #FFFFFF;
	position: relative;
	vertical-align: top;
}
#MainMenu {
	background-color: #FFFFFF;
	top: 198px;
	position: relative;
}
a:link {
	color: #9E0B0F;
	text-decoration: none;
}
a:visited {
	color: #9E0B0F;
	text-decoration: none;
}
a:hover {
	color: #9E0B0F;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9A090C;
	font-weight: normal;
	font-size: 18pt;
	background-image: url(/images/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 35px;
}
h2 {
	font-weight: normal;
	font-size: 14pt;
	text-indent: 1.5em;
}

.Content p {
	text-indent: 3em;
	padding-left: 3em;
	padding-right: 3em;
	line-height: 18pt;
}
.MenuTable {
	width: 90%;
	margin-left: 3em;
	margin-right: 3em;
}
.MenuTable td {
	padding: 2px;
}
.Coupon {
	border: 3px dashed #000000;
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border-spacing: 0px;
}
.Coupon td {
	background-image: url(/images/coupon_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 60px;
}

.Coupon p {
	text-indent: 0em;
	padding-left: 0em;
	padding-right: 0em;
	line-height: normal;
}
.ImgBorder {
	border: 1px solid #EBEACF;
	text-indent: 0em;
	padding: 1px;
	float: right;
	margin: 1px;
}
