body {
	background: url(images/matilda.jpg);
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
img {
	border: 1px solid black;
	padding: 0;
}
td {
	vertical-align: top;
   padding: 5px;
}
th, h1, h2, h3 { 
	text-align: center; 
	margin: 0;
}
p {
	margin-left: 5px; 
	margin-right: 5px;
}

/******* IDs ******/
/* Layout IDs*/
#container {
	background: #fff7e7;
	border: 1px solid black;
	width: 960px;
	margin: auto;
}

#heading {
	background: #a57545;
	border: 1px solid black;
	text-align: center;
	color: white;
}
#heading td {
	padding: 0; 
}

#footer {
	border-top: 1px solid black;
	clear: both;
}
#footer p {
  	margin: 0; 
	padding: 2px;
}

#content {
   margin-left: 156px;
 	border-left: 1px solid black; 
}
#content ul, #sidebar li {
	padding: 0; 
	margin: 0;
	margin-left: 15px; 
}

#sidebar {
	float: left;
	width: 155px;
	height: 750px; 
	padding-left: 0;
}
#sidebar h3 {
	font-size: medium;
	text-align: left;
}
#sidebar ul, #sidebar li {
	padding: 0;
	margin: 0; 
	list-style: none;
}
#sidebar a {
	padding-left: 10px;
}

/* ID used in events.html for special events */
#special {
	background: #fcf;
}
#special h2 {
	background: red;
	font-size: 150%;
	margin: 0;
}
#special table {
	border-collapse: collapse;
}
#special table, tr td {
	padding: 0;
}

/* IDs used in GMaps */
#mapname {
	margin: 0;
}
#map_canvas {
	width: 600px;
	height: 500px;
}
#pano {
	width: 600px;
	height: 300px;
	display: none;
}

/******* Classes ******/
/* Text colours */
.red { /* used in index.html */
	color: red;
}
.blue {
	color: blue;
}

/* Aligns */
.calign { /* used in index.html */
	text-align: center;
}
.fright { /* used in footer.html */
	float: right;
}
.fleft { /* UNUSED */
	float: left;
}

/* Borders */
.noborder { /* used in index.html */
	border: none;
}
.dividers { /* used in index.html and album.html */
	border-left: 1px solid black;
}
.tblblack, .bdrblack td { /*  used in events.html */
	border: 1px solid black;
}
.bdrblue, .bdrblue th { /*  used in index.html album.html and events.html */
	border: medium solid blue ; 
} 

/* Table indent */
.tindent { /*  used in index.html album.html and events.html */
	border-collapse: collapse;
}
.tindent a, .tindent p { /* used in index.html and album.html */
	margin: 0 10px;
}

/* Font size */
.font80 {
	font-size: 80%;
}

.external { /* used in sidebar.html */
	background: white;
	font-size: small;
	border: 1px solid black;
	padding: 5px;
	margin-top: 5px;
	margin-left: 0 ;
}

/* copied from XXX/album/res/styles.css created by JAlbum */
/* where XXX is a slideshow name */
.newlabel { /* used when a "NEW" label is required */
	background: #580;
	font-size: 70%;
	font-weight: bold;
	color: #eee;
}

/* GMaps */
.LabeledMarker_markerLabel {
	background: white;
	text-align: left;
	color: blue;
	width: 175px;
  	/* for IE */
  	filter: alpha(opacity=50); 
  	/* CSS3 standard */
  	opacity: 0.5;
}