/* Restaurant Site */
body {
	margin: 10px 0px 0px 0px;
	font-family:"Comic Sans MS", Arial;
	color: black;
	font-size: 12px;
	font-weight: normal;
	/*background-image: url(../../_images/page_bg.jpg);*/
	}
#main {
	text-align: center;
	vertical-align: top;
	margin: auto;
	}
#Table_01 {
	background-image: url(../_images/background.jpg);
	background-repeat: no-repeat;
	background-postion: top left;
	border: 1px solid black;
	}
#content-cell {
	vertical-align: top;
	}
#inner-content {
	background-image: url(../_images/content-bg.jpg);
	background-repeat: repeat-y;
	background-postion: top;
	padding : 0px 15px 0px 15px;
	vertical-align: top;
	text-align: left;
	}
#offer-content {
	background-image: url(../_images/offer_02.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	padding: 0px 5px 0px 5px;
	}
.footer {
	font-size: 10px;
	color: #696969;
	padding: 5px;
	}

/* Content images */
table.right-image {
	float: right;
	border: 3px solid #990000;
	margin: 0px 0px 5px 5px;
	}
table.left-image {
	float: left;
	border: 3px solid #990000;
	margin: 0px 0px 5px 5px;
	}
td.image-caption {
	border-top: 3px solid #990000;
	text-align: center;
	padding: 2px;
	}
input.button {
	background-color: #990000;
	color: white;
	font-family: "Comic Sans MS", Arial;
	padding: 3px;
	width: 75px;
	margin: 3px;
	}
textarea {
	width: 90%;
	height: 60px;
	border: 1px solid #990000;
	margin: 3px 5% 2px 5%;
	font-family: "Comic Sans MS", Arial;
	overflow: auto;
	}
input.textinput {
	width: 90%;
	border: 1px solid #990000;
	margin: 3px 5% 2px 5%;
	font-family: "Comic Sans MS", Arial;
	}
img.image-bordered {
	border: 2px solid #990000;
	margin: 5px;
	}
a, a:link, a:active, a:visited {
	color: navy;
	text-decoration: none;
	}
a:hover {
	color: gray;
	}
	
/*---------------------------------------------------------------*/
/*          New Navigation area created Feb 2009                 */
/*---------------------------------------------------------------*/

#navigation {
	background:url(../_images/navBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	line-height: 18px;
	text-align: left;
}
#navigation a {
	font-weight: bold;	
}
/*--------------------------------------------------------------*/
/* bold maroon text */
.bold-maroon {
	font-weight: bold;
	font-size: 13px;
	color: #990000;
}


/* Hide the story list information that's not needed */
#offer-content .date, .offer-content .authtor, .offer-content .intro {
		display: none;
}
#offer-content ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
}
#offer-content li {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px 0px 5px 0px;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dashed #990000;
}