body {
background: #D2DA9C url(http://www.merelitfest.co.uk/gallery/leftcolbg2.jpg) repeat-y left top;
color: #000;
font-family: times, serif;
font-size: 18pt;
}
img {
border: none;
}
h1 {
font-size: 30pt;
font-weight: normal;
margin: 20px 10px;
}
h2 {
font-size: 20pt;
font-weight: normal;
margin: 20px 10px;
}
ul {
margin-left: 20px;
}
p {
margin: 5px 10px;
}
a {
color: #fff;
text-decoration: none;
}
em {
 font-style:italic;
 }
#header
{
width:100%;
height:130px;
background: #809900 url(http://www.merelitfest.co.uk/gallery/logo.gif) right no-repeat;
border-top:1px solid #000;
border-bottom:1px solid #000;
overflow:hidden;
font-family: Verdana, Arial, helvetica, sans-serif;
}
#leftcol {
position:relative;/*ie needs this to show float */
width:200px;
float:left;
line-height: 1.5;
font-size: 100%;
padding-top: 10px;
}
#rightcol 
{
position:relative;/*ie needs this to show float */
width:215px;
float:right;
color: #000;
line-height: 1.25;
font-size: 100%;
padding-top: 15px;
}
#centrecontent {
margin: 0px 215px 0px 200px;
border-left: 1px solid #000;
border-right: 1px solid #000;
padding: 10px 0 5px 0;
}
#centrecontent h1 {
text-align: center;
border: 10px groove #809900;
font-family: Verdana, Arial, helvetica, sans-serif;
font-weight:400;
margin: 10px 15px 30px 15px;
}
#footer {
width:100%;
clear:both;
height:70px;
border-top:1px solid #000;
border-bottom:1px solid #000;
background-color: #406700;
text-align:center;
position:relative;
}
#footer ul {
margin: 5px 0px;
font-family: Verdana, Arial, helvetica, sans-serif;
}
#footer li {
display: inline;
}
#footer p {
font-size: 14px;
}
#footer a {
color: #D2DA9C;
font-size: 16pt;
}
#footer a:hover, #leftcol a:hover 
{
	text-decoration: none;
	color:#222;
	background: #d2da9c;
}