body, td, th, input, button, textarea, select {
	font-size: 12px;
	font-family: verdana, sans-serif;
	line-height: 18px;
	color: #444;
}
@font-face {
	font-family: "headings";
	src: local("Myriad Web"), local("Myriad Roman"), local("Myriad Pro"), url("/data/myriad.ttf");
}

/** LAYOUT **/
body {
	margin: 0;
	text-align: center;
	background: #d8d8d8 url(/images/pagebg.png) top center repeat-y;
}
#d1 {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#d2 {
	height: 55px;
	border-bottom: 1px #acacac solid;
	padding: 0 18px;
	background: #002a80 url(/images/headerbg.png) bottom left repeat-x
}
#d3 {
	position: fixed;
	top: 50px;
	right: 0;
	z-index: 100;
	padding: 10px;
	border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	border-radius-topleft: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	box-shadow: 0 0 3px #999; -moz-box-shadow: 0 0 3px #999; -webkit-box-shadow: 0 0 3px #999;
	background: #f7f7f7;
	background-color: rgba(247,247,247,0.75);
}
#d3 span {
	display: none;
}
#d3:hover span {
	display: inline;
}
#d4 {
	padding: 0 20px 20px 20px;
}
#d5 {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#d7 a {
	display: block;
}

/** GENERAL **/
a {
	color: #04c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 20px 0 10px 0;
	color: #039;
	font-size: 30px;
	font-weight: normal;
	font-family: headings, verdana, sans-serif;
	text-shadow: 1px 1px 1px #999;
	line-height: 100%
}
h2 {
	margin: 20px 0 5px 0;
	border-bottom: 1px #acacac solid;
	padding-bottom: 1px;
	color: #039;
	font-size: 20px;
	font-weight: normal;
	font-family: headings, verdana, sans-serif;
	text-shadow: 1px 1px 1px #ddd;
	line-height: 100%
}
h3 {
	margin: 15px 0 5px 0;
	color: #039;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}
h2 + h3 {
	margin-top: 10px;
}
table h3:first-child {
	margin-top: 0;
}
h4 {
	margin: 0;
	color: #039;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
p {
	margin: 3px 0;
}
ul {
	margin: 3px 0;
	padding: 0 0 0 15px;
	list-style: disc outside;
}
.selected {
	background: #00f ! important;
}
.selected a {
	color: #fff
}

/** GALLERY **/
#commentdisplay:empty, #descriptiondisplay:empty {
	display: none;
}
#imagepopup {
	opacity: 0.50;
	filter: alpha(opacity=50);
}
#thumbsurround {
	text-align: center;
}
#thumbs {
	width: 780px;
	margin: 0 auto;
}
#thumbs a:hover {
	background: #aec6f6 url(/images/todaybg.jpg) center center;
}

/** CALENDAR **/
#calendar {
	border-color: #d8d8d8;
	border-collapse: collapse;
}
#calendar td, #calendar th {
	border-color: #acacac ! important;
}
.today {
	/* other colour is #d0e0ff */
	background: #aec6f6 url(/images/todaybg.jpg) center center;
}

