body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 0.9em;
	text-align: center;
}

div#container {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #f9ebab;
	border-top: 1px solid #f9ebab;
	height: 673px;

}

img#logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	right: 14px;
}

img#strapline {
	position: absolute;
	top: 145px;
	left: 215px;
}

h1 {
	position: absolute;
	top: 20px;
	left: 3px;
	margin: 0;
	padding: 0;
	color: #d1d1d1;
	font-size: 0.8em;
	font-weight: normal;
}

p.seo {
	position: absolute;
	top: 1px;
	left: 3px;
	margin: 0;
	padding: 0;
	color: #73440f;
	font-size: 0.7em;
	font-weight: normal;
	height: 12px;
	overflow: hidden;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

div#header {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	background-color: #663399;
	width: 780px;
	height: 110px;
	margin-top: 15px;
	border-collapse: no-collapse;

}

div#nav {
	float: left;
	width: 150px;
	width: 190px;
	background-color: #f9ebab;
}

div#nav ul {
	list-style: url(images/nav-bullet.jpg);
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-left: 30px;
}

div#nav ul li {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

div#nav ul li a {
	font-size: 0.75em;
	color: #73440f;
}

div#nav ul li a:link, div#nav ul li a:visited, div#nav ul li a:active {
	text-decoration: none;
}

div#nav ul li a:hover {
	text-decoration: underline;
}

div.minibox {
	width: 150px;
	margin: 0px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #683699;
}

div.minibox p {
	margin: 0px;
	margin-top: 2px;
	text-align: center;
	font-size: 80%;
}

div.minibox p a:link, div.minibox p a:visited, div.minibox p a:active {
	color: #73440f;
	text-decoration: none;
}

div.minibox p a:hover {
	text-decoration: underline;
}

div#opening h3 {
 text-align: center;
 background-color: #683699;
 color: #f9ebab;
 margin: -4px;
 margin-bottom: 0;
 padding: 3px 5px;
}

div#opening ul {
 margin: 5px 0 0 4px;
 padding: 0;
 list-style: none;
}

div#opening ul li {
 margin: 3px 0;
 font-size: 0.8em;
 list-style-image: none;
}

div#content {
	border-left: 190px solid #f9ebab;
	border-right: 10px solid #f9ebab;
	padding: 30px;
	padding-top: 70px;
	padding-bottom: 200px;
	padding-right: 30px;
	background-color: #fff7d0;
	background-image: url(images/background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 0.9em;
}

/* Need to give the first element of content a class to ensure it clears the h2 tag */
div#content .first {
	clear: right;
}

div#content h2 {
	float: right;
	width: 190px;
	border-bottom: 1px solid #000000;
	text-align: right;
	font-size: 1.2em;
}

div#content h3 {
	font-size: 1.1em;
	font-weight: bold;
}

div#content h4 {
	font-size: 1em;
	font-weight: normal;
}

div#content ul {
	list-style-type: circle;
}

div#content a:link, div#content a:visited, div#content a:active {
	color: #73440f;
	font-weight: bold;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

div#content img.outline {
	border: 1px solid #683699;
}

div#content div.box {
	padding: 10px;
	background-color: #f9ebab;
	border: 1px solid #683699;
}

div#content div.box h4 {
	padding: 0;
	margin: 0;
}

div#content div.furniture {
	margin-bottom: 15px;
	background-color: #f9ebab;
	border: 1px solid #683699;
	padding: 4px;
}

div#content div.furniture img {
	border: 1px solid #683699;
	margin: 4px;
}

div#content div.furniture + p {
	clear: left;
}

div#content div#map {
	margin-bottom: 10px;
	width: 450px;
	height: 350px;
	border: 1px solid #683699;
}

div#content div.box ol {
	list-style-type: upper-alpha;
}

div#footer {
	border-top: 3px solid #683699;
	border-bottom: 1px solid #ffffff; /* Hack needed to make footer behave */
	background-color: #ffffff;
	position: relative;
	padding-top: 10px;
	clear: both;
}

div#footer img#badges {
	position: absolute;
	right: 10px;
	top: 5px;
}

div#footer p {
	color: #717171;
	font-size: 0.75em;
	letter-spacing: 90%;
	margin: 0;
	padding: 0;
}

div#footer h2 {
	color: #d1d1d1;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div#footer p.seo {
	position: relative;
	color: #d1d1d1;
	font-size: 0.7em;
	font-weight: normal;
	clear: both;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}

/* IE hack to force proper alignment of text in footer */
* html div#footer p, * html div#footer p.seo, * html div#footer h2 {
	margin-left: 380px;
}

