	body
	{
		margin: 0;
		padding: 0;
		font: 90% Georgia, Times, "Times New Roman", serif;
		text-align: center;
		color: #505367;
		background-color: #edebd5;
	}
	
	#container
	{
	margin: 1em auto;
	width: 700px;
	text-align: left;
	background-color: #fbfaf4;
	border: 1px solid #999;
	}
	#header
	{
		height: 45px;
		border-bottom: 1px solid #C5C877;
	}

	#contents
	{
		margin: 0 20px 20px 20px;
		border-bottom: 1px solid #839a18;
	}
	
	#footer
	{
		clear: both;
		color: #272900;
		background-color: #839a18;
		text-align: right;
		padding: 5px;
		font-size: 70%;
	}

		h1 {
	color: #002809;
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
		}
		h2 {
			color: #333333;
			font: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			letter-spacing: 6px;
			text-transform: uppercase;
			text-align: center;
		}
		h3 {
			color: #333333;
			font: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			text-align: center;
		}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	color: #333333;
	text-align:center;
	margin-bottom:3px;
	margin-top:12px;
	font-style: italic;
}
		h6 {
			font: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
		}
		p {
			color: #333333;
			font: 90% Georgia, "Times New Roman", Times, serif;
			line-height: 165%; 
		}
		
		.intro {
			margin-left: 30px;
			margin-right: 30px;
			font-weight: bold;
			font-style: italic;
		}
		
		li {
			color: #333333;
			font: 90% Georgia, "Times New Roman", Times, serif;
			line-height: 165%; 
		}
		address {
			color: #333333;
			font: 80% Georgia, "Times New Roman", Times, serif;
			text-align: center;
			line-height: 140%; 
			margin: 0 0 1em 0;
		}

	a:link { color: #B52C07; }
	a:visited { color: #B52C07; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #B52C07;
	}
#container_images {
	position:relative;
	width:550px;
	height:85px;
	border:none;
	margin:5px;
}

.thumbs {
	width:670px;
	height:82px;
}

.thumbs img {border:0;}

.thumbs a:link, .thumbs a:visited {border:1px solid #000; width:75px; height:75px; float:left; margin:3px; }

.thumbs a:hover, .thumbs a:active {border:1px solid #B52C07; width:75px; height:75px; float:left; margin:3px; }

#minim
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 90%;
	background: #FFFDE5;
	margin: 0 0 0 45px;
	width: 500px;
	border-collapse: collapse;
	text-align: left;
}
#minim th
{
	font-size: 95%;
	font-weight: normal;
	color: #4C4C4C;
	padding: 10px 8px;
	border-bottom: 2px solid #4C4C4C;
}
#minim td
{
	border-bottom: 1px solid #4C4C4C;
	color: #666;
	padding: 6px 8px;
}
#minim tbody tr:hover td
{
	color: #000;
}

