A:link {text-decoration: underline; color: Black;}
A:visited {text-decoration: none; color: Black;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: blue;}



body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
	margin:0px;
    background-color:#333333;
	text-align:center;
	
}

#openingtimes
{
  float:left;
  text-align:left;
  margin-top:50px;
/*  height: 318px;*/
  width: 267px;
}

.centerdiv 
{
 text-align:center;
  margin: auto 0;
}

#imagehere
{}

#wrapper {
	margin:0 auto;
	background:#fff;
	padding:0px;
}

.fixed {
	width:850px;
}

#ilbistrobackground{
    background-image: url(i2.jpg);
    top:0px;
    height: 550px;
    width: 830px;
    float:left;  
}

#header {
	height:140px;
	background-color:#CCCCCC;
}

#header h1 {
	display:block;
	float:left;
	height:100px;
	font:250% Trebuchet MS;
	padding:20px 0px 0px 20px;
	color:#fff;
	text-align: left;

}

#holly {
     	float:right;
	 	width:auto;
	 	height:20px;
		overflow:visible;
		top:100px;
	}
	
#nav {

	background-color:#CCCCCC;
	text-align:left;


}

#nav li {
	list-style:none;
	display:inline;
	padding:27px 0;
}

#nav li a {
	padding:7px;
	color:#333333;
	font-size:14px;
	font-weight:bolder;	
	text-decoration:none;
}

#nav li a:hover {
	background:#222;
	color:#fff;
}

#content {
	padding:0 15px;
	font-size:120%;
	text-align:left;
	min-height:550px;
	color: #9F1D35;

}

#content h1 
{
   font:150% Trebuchet MS;
   color:#9F1D35;
   font-weight:bold;
 text-align:center !important;  
} 

#content h2 {
	font:150% Trebuchet MS;
	color:#9F1D35;
	border-bottom:1px solid #eee;
	text-align:left;
}

#content h3 {
	font:140% Arial;
	color:#9F1D35;
	padding:5px;
	text-align:left;
}

#content h4 {
	font:100% Arial;
	color:#9F1D35;
	font-weight:500;
}

/*#content h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
	line-height:25px;
	text-align:left;
}*/

#content h1, h2, h3, h4, p, ul, ol, blockquote{
line-height:25px;
margin:0px 0pt;
text-align:left;

}

#footer {
	margin:0px 0 0 0;
	padding:0px;
	background:#f6f6f6;
	clear:both;
	font-size:10pt;
	text-align:left;
}


