/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/* Simplified Box Model Hack to normalize text across browsers */
body {
	font-size: small;
	background-image: url(../images/wood.jpg);
} 
* html body {

f/ont-size: small: /* for other IE */
background: #FFF;
	font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
/* END default font and color information */

/* default link rules */
a {
	color: #0000FF;
}

a:hover {
  color: #F60;
  text-decoration: none;
}

h1 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #000000;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0A093F;
}
/* END headings */

/* container */
#container {
	margin: 0 auto;
	max-width: 60em;
	border: 2px solid #D4A017;
	text-align: center;
}

#content span.lead {
	text-transform: uppercase;
}
a:link {
	color: #0000FF;
	}

a:visited {
	color: #000000;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 

}
.stage {
	background-image: url(img/content-bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: 4px solid #625335;
	list-style-position: outside;
}

.HEADING {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	color: #784019;
}

}
.picture {
	border: 1px dashed #0A093F;
	text-align: center;
	font-size: 90%;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	background-image: url(../images/left-margin.gif);
}
.masspromotions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #91A7FF;
}
#container .footer a {
	color: #000000;
}
.regular_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 15px;
	list-style-type: square;
	text-align: justify;
}
ul {
	list-style-image: url(../images/spacer.gif);
}
.under-picture {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	text-align: justify;
	margin-right: 15px;
	margin-left: 15px;
}
.center-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#Table_01 tr td table tr td .HEADING a img {
	padding: 10px;
}
#Table_01 tr td table tr td .center-text a img {
	padding: 10px;
}
