/* CSS Document */
/* All Code and Scripting is copyright Patrick Jungers and Digital Solutions unless otherwise
specified and cannot be used without written permission from the copyright holder */
body	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c9c39f;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
	}

a:link {
	color: #000;
	text-decoration: none;
	}
a:visited { 
	color: #000;
	text-decoration: none;
	}
a:hover { 
	color: #000;
	text-decoration: none;
	}
a:active { 
	color: #000;
	text-decoration: none;
	}
		
#container {
	width: 700px;
	padding-left: 20px;
	margin-left: 20px;
	background-color: #c9c39f;
	margin: 0;
	height: 650px;
	}

#top	{
	width: 100%;
	height: 162px;
	margin: 0px;
	padding: 0px;
	background-color: #c9c39f;
	border-bottom: 8px solid #687819;
	}

#logo	{
	margin: 0px;
	width: 246px;
	float: left;
	}

#map	{
	margin-left: 260px;
	}

#contentcontainer	{
	margin: 0px;
	}

#left	{
	width: 175px;
	min-height: 600px;
	background-color: #934f46;
	float: left;
	display: inline;
	border-right: 8px solid #687819;
	}

#left ul	{
	list-style: none;
	text-align: center;
	display: inline;
	margin-left: 0px;
	}

#left ul li	{
	padding-bottom: 5px;
	font-family: "Zapf Chancery", "Monotype Corsiva", "Brush Script MT", cursive;
	text-align: center;
	}

#left ul li img	{
	border: 4px solid #000;
	margin-top: 10px;
	}

#main	{
	background-image: url("images/bg.jpg");
	height: 585px;
	padding-top: 15px;
	font-family: "Zapf Chancery", "Monotype Corsiva", "Brush Script MT", cursive;
	text-align: center;
	font-size: 12pt;
	margin: 0px;
	}

#main table	{
	width: 500px;
	border: 0px;
	padding: 20px;
	margin: 0px;
	}

#text	{
	background-image: url("images/bg.jpg");
	min-height: 585px;
	text-align: left;
	padding-top: 15px;
	padding-left: 200px;
	padding-right: 10px;
	}

#text img	{
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	margin: 0px;
	display: inline;
	}

#text a:link {
	color: #0000ff;
	text-decoration: underline;
	}
#text a:visited { 
	color: #0000ff;
	text-decoration: underline;
	}

#heading	{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 20px;
	}
#footer	{
	background-color: #687819;
	text-align: center;
	}
