/*** LAYOUT ***/
#page {
	position: relative;
	}

#header {
	width: 980px;
	text-align: center;
	}
#header a img {display: none}
#header span {
	display: block;
	margin-bottom: 20px;
	}

#menu {
	width: 980px;
	margin-top: 20px;
	text-align: center;
	}
	#menu ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#menu ul ul {
	display: none;
	}
	#menu ul li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 9px;
	background: #fff url("../images/unicorn-divider.gif") left center no-repeat;
	}

#content {
	margin: 0 0 40px 0;
	background: transparent;
	z-index: 1000;
	text-align: left;
	}
		.home #content {
		background-image: none;
		}
		.home #content p {
		text-align: center;
		}

#footer {
	padding-top: 80px;
	text-align: center;
	}
	#footer .flourish {
	display: none;
	}

#mainbody {
	position: absolute;
	top: 250px;
	left: 0px;
	z-index: 10;
	}
#watermark {
	display: block;
	position: absolute;
	top: 200px;
	left: 0;
	z-index: 0;
	}
 .home #watermark {
 display: none;
 }

/*** TYPOGRAPHY AND COLOURS ***/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #522c1b;
	font-family: "Times New Roman", "Times", serif;
	font-size: 62.5%;
	}

#header span.name {
	font-size: 4em;
	text-align: center
	}
#header span.strapline {
	font-size: 2em;
	text-align: center
	}

#menu {
	font-size: 1.4em;
	letter-spacing: 0;
	}
	#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	}

#content h1 {
	text-align: center;
	}
#content p {
	text-align: justify; 
	}
#footer p {
	font-size: 1em;
	line-height: 1.4em;
	}
	#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	}
