body {
	margin:0;
	padding:0;
	border:0;				/* This removes the border around the viewport in old versions of IE */
	width:100%;
	color: #000000;
	background-color: #636363;
	font: 9pt Arial, Helvetica, sans-serif;
	}
	
img {
	margin: 0;
	padding: 0;
	border: 0;
}
	
p {
	margin: 0 0 20px 0;
	}
	   
#wrapper {
	text-align: left;
	width: 906px;
	margin: 20px auto 0 auto;
	background: #ffffcc url(img/wrapperBG.gif) repeat-y;
	}
	
#header{
	height: 79px;
	background: url(img/heading.jpg) no-repeat;
	}
	
/** navigation menu **/
	
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
	}
	
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	}
	
#header ul li a {
	display:block;
	float:left;
	margin:0px;
	padding:4px 10px;
	text-align:center;
	background:#b2b28e;
	color:#000;
	text-decoration:none;
	position:relative;
	left:0px;
	line-height:1.3em;
	font: bolder 9pt Arial, Helvetica, sans-serif;
	}
	
#header ul li a:hover {
	background:#7c7c63;
	color:#fff;
	}
	
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	}
	
#header ul li a span {
	display:block;
	}
	
/*********************/

#left {
	float: left; 
	width: 200px;
	}

#right {
	float: right;
	width: 706px;
	margin: 0 0 20px 0;
	}
	
#footer {
	clear:both;
	text-align: right;
	padding: 7px 26px 0 0;
	height: 38px;
	background: url(img/footer.gif) no-repeat;
	font: 9pt Arial, Helvetica, sans-serif;
	}
	
#left p{
	font-size: 95%;
	}

#right p {
	font-size: 100%;
	line-height: 1.2em;
	}
	
#googleMap {
	padding: 20px 0 0 0;
	}
	
h1, h2 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11pt;
	vertical-align: baseline;
	background: transparent;
	}
	
h3 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10pt;
	vertical-align: baseline;
	background: transparent;
}

a:link {font-weight: bold; color: #000000; text-decoration: none;}
a:visited {font-weight: bold; color: #000000; text-decoration: none;}
a:active {font-weight: bold; color: #000000; text-decoration: none;}
a:hover {font-weight: bold; color: #000000; text-decoration: underline;}

.piccaption {
	font: 7pt Arial, Helvetica, sans-serif;
	}
	
.smpicleft {
	float: left;
	padding: 0 30px 30px 0;
	}

.smpicright {
	float: right;
	padding: 0 0 30px 30px;
	}
