html,/* Neutralize styling: 
   Elements we want to clean out entirely: */ body,   {
	margin: 0;
	padding: 0;
	background-image: url(../images/wood.jpg);
}

/* 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;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* 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;
}
/* 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; 
	} 

}

}
.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);
}
.regular_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	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: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #D6AD7B;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #203C2C;
}
#Table_01 .regular_text a {
	font-size: 16px;
	font-weight: bolder;
	color: #843921;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
}
