body {
	background-color: #B8CCB8;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	text-align: center;
}

a:link, a:visited {
	color: #003366;
}

a:active, a:hover {
	color: #336699;
}

a.advert:link {
	color: #000000;
}

h1, h2, h3 {
	color: #003366;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 20pt;
}
h3 {
	font-size: 14pt;
	margin-top: 25pt;
	margin-bottom: -10pt;
}

#site {
	width: 760px;
	margin: 16px auto;
	text-align: left;
}

#titlebar {
	width: 100%;
	height: 96px;
	/*background-image: url(../images/titlebar.jpg);
	background-position: left top;
	background-repeat: no-repeat;*/
}

#menubar {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
}
#menubar a {
	text-decoration: none;
}
#menubar a:link {
	color: #FFCC99;
}
#menubar a:visited {
	color: #CC9966;
}
#menubar a:hover {
	color: #CCFF99;
	text-decoration: underline;
}
#menubar a:active {
	color: #FFCC66;
}
#menubar ul{
	margin: 0px;
	padding: 3px;
}
#menubar li{
	margin: 4px;
	display:inline;
}

#main {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 12px;
}

#bottombar {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	background-color: #000000;
	color: #FFCC99;
	padding: 6px;
}

#ladymargaret {
	float: right;
	margin-top: 0px;
	margin-left: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	text-align: center;
	font-style: italic;
	line-height: 36pt;
}


.topofpage {
	font-weight: bold;
	text-align: right;
	margin-bottom: 12pt;
}

.important {
	font-weight: bold;
	color: #CC0000;
}

.gallery {
	text-align: center;
}

.gallery img{
	border: none;
	margin: 6px;
	width: 168px;
	height: 126px;
}

table.contacts {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	border-spacing: 0px;
	width: 100%;
	padding: 0px;
}
.contacts td, .contacts th{
	border: 1px solid #000000;
	padding: 8px;
}
.contacts th{
	color:#003366;
	font-weight: bold;
	text-align: center;
}

.imageright {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}

.imageleft {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}