body	{
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: small;
	background-color: #FFFF99;
	}
#banner{
	margin-top: -10px;
	text-align: center;
	}
#gallery{
	margin-top: -15px;
	overflow: hidden;
	width: 100%;
	}
#collage{
	white-space: nowrap;
	}
#collage img{
	height: 100px;		/* Same height for whole collage irrespective of image size */
	margin-right: -4px;	/* This fix pushes images together */
	}
#container1{
	margin: 8px;
	}
#sidebar
	{
	float:left;
	width:15em;
	}
#telephone
	{
	margin: 1em 15% 1em 10%;
	padding: 4%;
	border: 8px inset purple;
	background:white;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	}
ul#categories
	{
	font-size: 130%;
	font-weight: bold;
	margin: 0.5em;
	padding: 0;
	list-style-type: none;
	}
ul#links
	{
	font-size: 80%;
	font-weight: normal;
	margin: 0.5em;
	padding: 0.5em;
	list-style-type: square;
	}
ul#links li
	{
	margin-bottom: 1em;
	list-style-position: outside;
	}
#slogan	{
	margin-top: -15px;
	text-align: right;
	}
.sitenav
	{
	height: 2.0em;
	width: 100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-left: 20em;	/* coarse method of centring of menu */
	}
.sitenav ul
	{
	list-style-type: none;
	}
.sitenav ul li
	{
	float: left;
	width: 15%;
	margin-right: 1%;
	}
.sitenav ul li a
	{
	display: block;
	height: 1.5em;
	color: black;
	background-color: silver;
	border: 1px solid black;
	padding-top: 0.3em;
	text-decoration: none;
	}
.sitenav ul li a:hover
	{
	color: white;
	background-color: gray;
	}
#facebook object
	{
	border: medium none;
	overflow: hidden;
	background-color: transparent;
	border: none;
	width: 90px;
	height: 21px;
	float: right;
	margin-bottom: 3px;
	}
#pagecore
	{
	clear:right;
	margin-left: 15em;
	padding:10px;
	border-width: 12px;
	border-style: ridge;
	min-height:4in;
	}
.floatright
	{
	float: right;
	margin-left: 10px;
	}
#pagecore ol	{
	list-style-position: outside;
	}
.strong	{
	font-weight: bold;
	}
span.hilighter
	{
	color: #000000;
	background-color: silver;
	text-decoration: underline;
	}
#footer	{
	clear: both;
	margin-top: 15px;
	}
#footer img
	{
	float: right;
	}
#copyright
	{
	float: left;
	width: 75%;
	}
.rclear	{
	clear: right;
	}
