* {
margin: 0;
padding: 0;
}
li, ul, a {
margin:0;
padding:0;
}
body {
background-image:url('http://www.mereamdram.co.uk/images/curtain.gif');
font: 15pt 'Comic Sans MS', cursive;
}
a{
text-decoration: none;
color: blue;
}
a:hover {
text-decoration: underline;
}
#header{
  width:100%;
	height:140px;
	background:linen url('http://www.mereamdram.co.uk/images/beam.gif') repeat-x;
	border-top:1px solid #000;
	color: blue;
	text-align: center;
	}
.fleft {
float: left;
}
.fright {
float: right;
}
#centrecontent {
width: 750px;
margin: auto;
border-left:5px solid #444;
border-right:5px solid #444; 
background-color:linen;
}

h1 {
font-size: 36px;
text-align: center;
color: blue;
}
h2{
color: black;
font-size: 20px;
text-align: center;
}
h3{
font-size: 24px;
text-align: center;
 font-weight:400;
 padding-bottom: 5px;
}
#footer {
 background-color:#ad70000;
 background-image:url('http://www.mereamdram.co.uk/images/stagepelmet.gif');  
text-align: center;
 color: black;
 height: 140px;
 border-top:10px solid #ad70000;
 }
#footer #stage {
width: 100%;
background-image:url('http://www.mereamdram.co.uk/images/stage.gif');
height: 15px;
}
 #footer a {
 color: blue;
 font-size: 30px;
 }

#footer ul {
margin-top: 20px;
color: blue;
}
#footer li {
display: inline;
background-color:linen;
padding: 5px;
margin-left: -6px;
}
#footer li #currentpage {
font-weight: 100;
color: purple;
}
