body {
 background-image: url(images/lhs.jpg);
 background-position: left;
 background-repeat: repeat-y;
 background-color: White;
 font-family: Bliss, arial, helvetica, sans-serif;
 color: Black;
 margin: 0px;
 }

div#LHS, div#RHS	{
	position:absolute;
	top:0px;
	width: 114px;
 	font-family: Bliss, arial, helvetica, sans-serif;
	font-weight: bold;
	}
* html body div.lhs	{ /* IE only */
	width: 120px;
}
div#LHS	{
	left:6px;
	clear: left;
	margin: 0px;
	padding: 0ex 1ex 1ex 0px;
	}
div#RHS	{
	right:10px;
	clear: right;
	margin: 0px;
	padding: 0ex 0px 1ex 1.2ex;
	}

.main {
 background-image: url(images/rhs.jpg);
 background-position: right;
 background-repeat: repeat-y;
 background-color: White;
 font-family: Bliss, arial, helvetica, sans-serif;
 font-size: 80%;
 color: Black;
 padding: 0px 140px 10px 0px;
 margin: 0px 0px 0px 140px;
 min-height: 12em;
}

/* Hides from IE5-mac \*/
* html .main {height: 100%;}
/* End hide from IE5-mac */ 

.cartouche {
	padding:1em;
	margin: 20px;
	background-color: #FFF1EB;
	border: 5px double #4B4167;
}

h1 {
	font-size: 400%;  
	font-weight: bold;
	font-family: bliss, arial, hevetica, sans-serif;
	color: Crimson;
	background: White;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 25px;
	}

h2 { 	
	font-size: 300%;  
	font-weight: bold;
	color: Crimson;
	text-align: center;
	margin:	0ex;
	padding-top:1ex;
}

h3 { 	
	font-size: 200%;  
	font-weight: bold;
	color: Crimson;
}

h3.title	{ 	
	font-size: 150%;  
	font-weight: bold;
	color: Crimson;
	margin-top:0em;
}

h3.toppage {
	margin-top: 0em;
}

h4 { 	
	font-size: 120%;  
	font-weight: bold;
}

p.q	{
	font-weight: bold;
	}
	
p.caption 	{
	margin-top:1em;
	margin-bottom:0em;
	font-size: 80%;
}

p.credits {
	font-size: 75%;
	text-align: center;
}

div.extract	{
	padding: 0em 3em;
}

div.extract p {
	text-indent:3em;
	margin:0.5ex 0ex 0.5ex 0ex;
	line-height:133%;
}
div.extract p.first	{
	margin: 2em 0em 0em 0em;
}

p.centre	{
	text-align:center;
}

a:link {
	color: #4B4167;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: Red;
	text-decoration: none;
	}

a:visited{
	color: #E14E46;
	font-weight: bold;
	text-decoration: underline;
}

hr {
	color: #E14E46;
	background-color: #E14E46;
	height: 3px;
	margin: 20px;
}

 p.here {
	margin: 0px;
	font-size:75%;
	color: Black;
	border : 1px solid White;
	padding: 4%;
	background-color: White;
	width: 103px;
}
* html p.here	{	/* IE 6 and below only */
	margin-left:3px;
	width: 101px;
}

p.item {
	margin: 0px;
	font-size:75%;
	background-color: Black;
}
* html p.item	{	/* IE 6 and below only */
	margin-left:3px;
}

a.item:link, a.item:visited {
	color: White;
	background-color: Crimson;
	border : 1px solid White;
	padding: 4%;
	display: block;
	text-decoration: none;
	width: 103px;
}

a.item:hover, a.here:hover {
	color: White;
	background-color: Black;
	border : 1px solid White;
	text-decoration: None;
	display: block;
	width: 103px;
}

p.review	{
	margin-bottom:0em;
	margin-left: 2em;
	margin-right: 2em;
}

p.reviewer	{
	margin-top:0em;
	text-indent: 4em;
	font-style: italic;
}

dl {
	margin-left: 2em;
}

dt    {
	font-weight: bold;
}

dd    {
	margin-bottom: 2ex;
}
/* divs that have the pictures */
img#home, img#baker, img#cleeves, img#edwards, img#brenchley, img#murphy, img#staincliffe, img#pawson	{	
	width: 114px;
	height:150px;
	border:none;
}
img#home	{
	visibility: visible;
	z-index:0;
	margin:10px 10px 10px 0px;
}
img#baker, img#cleeves, img#edwards, img#brenchley, img#murphy, img#staincliffe, img#pawson		{
	position: absolute;
	top: 10px;
	right: 2px;
	visibility: hidden;
	z-index:1;
}
.picture-left	{
	float:left;
	margin:0em 1em 1em 0em;
	border:none;
}
.picture-right	{
	float:right;
	margin:0em 0em 1em 1em;
	border:none;
}
img.max	{
	z-index:	-10;	/* behind everything else */
	float:right;
	width:1px;
	height:100%;
	border:none;
}