/* 3 col fluid layout CSS Document from pmob.co.uk*/
/* mac hide\*/
html, body {height:100%}
/* end hide*/
* {
padding:0;
	margin:0;
}
body {
	padding:0;
	margin:0;
	background:blue url(images/curtain2.gif) repeat left top;
	color: #000000;
	font: 15pt 'Comic Sans MS', cursive; 
}
h1 {
font-size: 24pt;
color: blue;
}
p {
margin: 10px;
}
a:visited {
color: blue;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:200px;
	margin-right:200px;
	background:linen;
	border-left:3px solid #000;
	border-right:3px solid #000;
	color: #000000;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#inner{width:100%;}/*needed to fix ies bad handling of widths with percentages*/
#header{/* header is position absolute but can come first in source by using a negative margin technique also*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:140px;
	background:linen url('images/beam.gif') repeat-x;
	border-top:1px solid #000;
	/*overflow:hidden;*/
	color: blue;
	text-align: center;
}
#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	margin-left:-200px;/*must be same as width */
	margin-right:1px;/*makes element 1px smaller than width otherwise won't push footer down */
border-top: 3px solid black;
}

#left p {padding-left:0;padding-right:3px}
#right p {padding-left:7px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	margin-right:-200px;/*must be same as width */
	margin-left:1px;/*makes element 1px smaller than width otherwise won't push footer down */
border-top: 3px solid black;
}

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:3px solid #000;
	border-bottom:1px solid #000;
	background-color: linen;
	color: blue;
	text-align:center;
	margin-top:-53px;/* drag footer back into page*/
	position:relative;
}
#footer li {
display: inline;
font-size: 18pt;
font-weight: bold;
}
#currentpage {
 font-weight:100;
 color: purple;
 }
* html #footer {/*only ie gets this style*/
	\height:53px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:141px;}/*needed to make room for header*/
#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
/* mac hide\*/
* html #centrecontent {height:1%;}/* combat IE's 3 pixel jog */
/* end hide*/
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper thanks to Tim Connor*/
.fleft {
float: left;
}
.fright {
float: right;
}
#footer ul {
margin-top: 5px;
}
#footer li {
background-color: linen;
margin: 5px -5px;
padding: 0px 10px;
}
#footer a {
background-color: linen;
/*  margin: 5px 0px;
padding: 0px 5px; */
}
#footer {
background-color:#ad70000;
 background-image:url('http://www.mereamdram.co.uk/images/stagepelmet.gif');
 }