body
{
	margin: 0;
	font: 83%/1.4 arial, helvetica, sans-serif;
	background: #f9f6d6;
	color: #000080;
}

#wrapper
{
	margin: 15px auto 15px auto;
	width: 705px;
	font: normal 10pt arial, helvetica, sans-serif;
	background: #fff;
	color: #000080;
	border: 2px solid #000080;
}

/***** common content formatting *****/

h1 { margin-top: 0; font-weight: normal; font-size: 2em; }
h2 { margin-top: 0; font-weight: normal; font-size: 1.2em; }
img { border: 0; } /* removes border */
.clear { clear: both; }

/***** end of common content formatting *****/

#header { height: 169px; }

#menu { padding: 7px; background: #000080; text-align: center; }

#menu a:link { color: #fff; }
#menu a:visited { color: #fff; }
#menu a:hover { color: #f9f6d6; }
#menu a:active { color: #fff; }

#menu ul { margin: 0; padding: 0; }
#menu li { margin: 0 3px 0 3px; list-style-type: none; display: inline; }

#content { padding: 20px; background: #fff; }
#content a { color: #000080; }

#footer { margin-top: 10px; width: 167px; height: 137px; background: url('../graphics/background.jpg'); float: right; }

/***** enquiry form *****/

#enquiry-form textarea { font: 0.9em/1.4 arial, helvetica, sans-serif; }
#required1,#required2,#required3,#required4,#required5,#required6, #required7, #requiredMsg { display: inline; color: #ff0000; }

/***** end of enquiry form *****/

/***** calendar *****/

.calendar { margin: 0 auto 30px auto; font-size: 0.8em; background: #000080; border: 1px solid #000080; }
.calendar .header td { font-weight: bold; background: #000080; color: #fff; text-align: center; }
.calendar tr td { background: #fff; }
.calendar tr .month { background: #000080; color: #fff; text-align: right; }
.calendar tr .sel { background: #0387C4; }
.calendar tr .res { background: #978de5; }
.calendar tr .blank { background: #000080; }
.calendar tr .key { font-weight: bold; font-size: 1.2em; background: #000080; color: #fff; }

/***** end of calendar *****/

/***** gallery *****/

#gallery
{
	margin: 0 auto;
	width: 600px;
}

#gallery .glButton
{
	padding: 1px;
	background: #fff;
	color: #000080;
	font-weight: bold;
	border: 1px solid #000080;
	text-decoration: none;
}

#gallery .glDisabled
{
	padding: 1px;
	background: #fff;
	color: #ccc;
	font-weight: bold;
	border: 1px solid #ccc;
	text-decoration: none;
}

/***** end of gallery *****/