/* CSS Document adapted from PoB http://www.pmob.co.uk/temp/3colfixedtest_4.htm*/
* 
{
margin:0;
padding:0
}
p 
{
margin: 0 2px 0 2px;
}
ul
{
margin-left:20px;
margin-bottom:1em
}
img {
border: none;
margin: 5px;
}
/* commented backslash hack v2 \*/ 
html, body
{
height:100%;
} 
/* end hack */ 

body 
{
background: #D2DA9C url(gallery/leftcolbg2.jpg) repeat-y left top;
color: #000;
font-family: times, serif;
font-size: 14pt;
}
#outer
{
margin-left:200px;
margin-right:215px;
border-left:1px solid #000;
border-right:1px solid #000;
margin-bottom:-70px;
min-height:100%
}
#header
{
position:absolute;
top:0;
left:0;
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;
}
#header div
{
position: relative;
float: left;
width: 27em;
}

#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	margin-left:-199px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
	line-height: 2;
	font-size: 100%;
}
#left p, #right p 
{
padding:3px;
font-size:110%;
}
#right 
{
	position:relative;/*ie needs this to show float */
	width:215px;
	float:right;
	margin-right:-214px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
}
#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;
}
#clearheader
{
height:130px;
}/*needed to make room for header*/
#clearfooter
{
clear:both;
height:70px; 
}/*needed to make room for footer*/
* > html #clearfooter 
{float:left;
width:100%;
}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
	font-size:120%;

}
/* css stuff below is just for presentation and not needed for the demo */
/*#centrecontent p 
  { 
padding: 0 10px; 
} */
h1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 190%; 
padding: 5px;
}
h2 
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: lighter; 
  font-size: 120%; 
  padding: 10px;
}
h3 
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: lighter; 
  font-size: 100%; 
  padding: 10px;
}
@media all and (min-width: 0px)
{
  #left a:hover span 
	{
	top:150px;
  }
}
#footer a, #left a 
{ 
color:#FFF;
font-size:100%; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
padding: 5px;
}
#footer a:hover, #left a:hover 
{
	text-decoration: none;
	color:#222;
	background: #d2da9c;
}

html>body #minHeight
{
float:right;
width:0px;
height:100%;
margin-bottom:-52px;
} /*safari wrapper */
#footer p
{
font-size: 90%;
}
.fleft {
float: left;
}
.fright {
float: right;
}
.separator
{
height: 5px;  
color: #809900;
background-color: #809900;
}




