@charset "UTF-8";
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	background-color: #7b060f;
	margin: 0;
}

#wrapper
{
	width: 1000px;
	background-color: #ffffff;
	margin: 12px auto 12px auto;
	border-bottom-color:#000000
	/*  
	I no longer used <div align="center" as this is deprecated code.
	To center, your wrapper div gets a left and right margin of "auto".
	Top is 0 and bottom is 12px, which I do to give a touch of air at
	bottom below last item.
	*/
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin; 0px;
	background: #ffffff 
}
#header h1 {
	font-size: 200%;
	color: #598527;
	margin: 0px 40px 20px 0px;
}
#mainContent {
	width: 880px;
	background: #FFFFFF;
}

#footer {
	background:#598527;
	padding: 1em;
}
#footer p {
	font-size: 100%;
	margin: 0 15px 3px 25px;
	text-align: center;
	color: #ffffff
}

.thumbnails
{
	padding: 6px 0 0 0;
	width: 880px;
	align: center;
	
}

.thumbleft { margin: 0 auto 0 0; }
.thumbmiddle { margin: 0 auto 0 auto; }
.thumbright { margin: 0 0 0 auto; }

#mainContent p
{
	font-size: 100%;
	margin: 20px 15px 20px 45px;
}

#mainContent h1
{
	font-size: 130%;
	margin: 20px 15px 20px 45px;
}

#mainContent h2
{
	font-size: 115%;
	font-weight: normal;
	color: #727272;
	text-align: left;
	margin: 20px 10px 20px 45px;
}

ul, ol, li
{
	color: #727272;
	text-align: left;
	font-size: 110%;
	margin: 0px 12px 0px 45px;
}
