/*
*  2007-09-20 Rev 01.00 Initial Version
*  2007-10-19 Rev 01.01 Class .centre added to centre text so it can be removed from
*                       individual pages, removed Gallery stuff which is currently unused.
*                       Comic Sans MS changed to "Comic Sans MS"
*  2007-10-23 Rev 01.02 Added span.line-through
*  2007-10-28 Rev 01.03 Added rules for images
*  2007-11-18 Rev 01.04 Added div.desc rule for photo gallery
*  2008-01024 Rev 01.05 Change Image border from 3px to 2px.
*/
body {
  	font-family: "Comic Sans MS", Verdana, Geneva, Arial, helvetica, sans-serif;
  	margin: 0px 0px 0px 0px;
  	background-color: powderblue;
}

p {
	font-family: "Comic San MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: darkblue;
	line-height: 1.2;
}
span.line-through {
	text-decoration: line-through;
}

a {
	color: darkblue;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
} 

h1 {
	font-family: "Comic Sans MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-align: center;
	background-color: powderblue;
	width: 100%;
	padding: 3px 3px 3px 3px;
}
h2 {
	font-family: "Comic Sans MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	background-color: powderblue;
	width: 100%;
	padding: 3px 3px 3px 3px;
}
.centre {
      text-align: center;
}

.small {
	font-family: "Comic Sans MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: darkblue;
	line-height: 1;
}
table {
	height: auto;
	width: 100%;
	font-family: "Comic Sans MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: darkblue;
	border-spacing: 0px;
}
td {
	padding: 1px;
	border: 1px solid powderblue;
}
tr {
	padding: 1px;
	border: 1px solid powderblue;
}
/*    
*	CSS rules for Images     
*/
div.img {
	margin: 2px;
	border: 1px solid powderblue;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}
div.img img {
	display: inline;
	margin: 2px;
	border: 1px solid powderblue;
}
div.img a:hover img {
	border: 2px solid black;
	background-color: black;
}
div.desc {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

#date {
	font-family: "Comic Sans MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	color: black;
	font-size: 9px;
	width: 748px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 5px 10px 5px 0;
	text-align: right;
}

#layout {
	width: 758px;
	height: auto;
	margin: 0 auto 0 auto;
	background-color: white;
	border: solid 1px black;
}
#header {
	width: 758px;
	height: 152px;
	margin: 0;
	float: left;
}
#wrapper {
	width: 738px;
	height: auto;
	margin: 0 0 0 0;
	float: left;
	border-top: solid 1px black;
	padding-left: 20px;
	background-color: white;
}
#footer {
	width: 758px;
	height: auto;
	margin: 0;
	float: left;
	padding: 10px 0 10px 0;
	border-top: solid 1px black;
	background-color: white;
	font-family: "Comic Sans MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: darkblue;
	line-height: 1.5;
	text-align: center;
}
#menu {
	width: 138px;
	height: auto;
	margin:19px 0 0 0;
	float: left;
	background-color: white;
}
#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#menu a {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	display: block;
	width: 126px;
	margin: 0 0 0 0;
	padding: 3px 6px 3px 6px;
	border-bottom-color: white;
	border-bottom: 1px;
	border-bottom-style: solid;
}
#menu a {
	color: black;
	background: powderblue;
	text-decoration: none;
	border-bottom: 1px solid white;
}
#menu a:hover {
	color: white;
	background: black;
}
#menu li {
	position: relative;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}
#contents {
	width: 533px;
	min-height: 450px;
 	margin: 19px 0 10px 0;
	padding: 0 20px 0 20px;
	border-left: solid 1px powderblue;
	float: right;
	background-color: white;
}
.image_left {
	height: auto;
	width: auto;
	float: left;
	margin: 0 20px 0 0;
}

