@charset "UTF-8";
/* CSS Document */

img {
	border:0
}

body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 100.01%;
	color: #766665;
	font-weight: normal;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	text-align:left;
}


#header {
	background-color: #476664;  /* old colour: #70837B */
	text-align:center;
}

#navigation {
	font-size:0.8em;
	text-transform:uppercase;
	background-color:#476664;
	margin:2px 0 0 0;
	padding:4px 0 4px 0;
	text-align:center;
}

#navigation ul {
	list-style:none;
	border:0;
	padding:0;
	display:inline;
}

#navigation ul li {
	border:0;
	padding:0;
	display:inline;
}

#navigation a, #navigation a:visited {
	color:#FFFFFF;
	background-color:#476664;
	text-decoration:none;
	padding:4px 10px 4px 10px;
	border-left:2px solid #ffffff;
}

#navigation a.lastNav {
	border-right:2px solid #ffffff;
}

#navigation a:hover, #navigation a.selected {
	color:#476664;
	background-color:#FFFFFF;
}

#navigation a.lastSelected {
	border-right:2px solid #ffffff;
	color:#70837B;
	background-color:#FFFFFF;
}

#maincontent {
	padding: 0 8px 0 14px;
	height:344px;
	overflow:auto;
}

h1 {
	margin:0;
	padding:8px 0 4px 0;
	border-bottom: 1px dotted;
	color: #766665;
	font-size:1em;
	font-weight:bold;
}

h2 {
	font-size:0.8em;
	margin:0;
	padding:12px 0 0 0;
	color: #766665;
	font-weight:bold;
}

p {
	font-size:0.8em;
	margin:0;
	padding:8px 0 4px 0;
	line-height:1.6em;
	color: #766665;
}

#maincontent .otherRooms {
	font-weight:normal;
}

#maincontent a, #maincontent a:visited  {
	color:#766665;
	font-weight:bold;
}

#maincontent a:hover  {
	text-decoration:underline;
}

#maincontent .otherRooms a, #maincontent .otherRooms a:visited  {
	color:#766665;
	text-decoration:none;
	font-weight:normal;
}

#maincontent .otherRooms a:hover  {
	text-decoration:underline;
}

#buttonbar {
	width:120px;
	float:right;
	text-align:right;
	background-color:#FFFFFF;
}

#buttonbar img {
	margin:10px 0 0 0;
}

.imgRight {
	margin:0 0 12px 12px;
	float:right;
}

.imgLeft {
	margin:0 12px 12px 0;
	float:left;
}

.smallerText {
	font-size:80%;
	font-weight:normal;
}

#imagebar {
	width:340px;
	float:left;
	margin:2px 0 2px 0;
}

#imagebar img {
	border:1px solid #993300;
}

#footer {
	clear:both;
	font-size:0.8em;
	background-color:#476664;
	color:#FFFFFF;
	margin:0 0 2px 0;
	padding:4px 0 4px 0;
	text-align:center;
}

#footer a, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
	font-size:0px;
}

#sitebysimon {
	font-size:0.5em;
	text-align:center;
	margin:15px;
}



