body {
	margin:10px;
	padding:10px;
	background:#000;
	color:#FFF;
}
#container {/* red is background color of right column and image is bg of left column*/
	background:#000 repeat-y left top;
	border:1px solid #000;
	width: 850px;
}
tr, td {
	padding: 0;
	margin: 0;
	height: auto;
}
td {
	height:20px;
}
#header {
	height:170px;
	border-bottom:1px solid #000;
	margin-left: 130px;
	background:#000;
	text-align:center;
	position:relative;
}
#left {
	float:left;
	left: 0px;
/*	width:32%;/* note this width is 32% and not 20% */ 
	width:136px;
/*	margin-left:-31.9%;/* must be less than width */
	margin-left:-165px;/* -155must be less than width */
	position:relative;
	border:1px solid #000;
}
* html #left {margin-left:-145px;margin-left:-150px;/*ie6 still thinks left is 20% for some reason */}

#left p, #right p {padding-left:5px}
#right {
/*	margin-right:-29.9%;/* must be less than width */
/*	margin-right:-250px;/* must be less than width */ 
/*	margin-left:10px;	*/
	float:right;
	width:120px;/* note this width is 32% and not 20% */
	position:relative;
	text-align:center;
	border:1px solid #000;
}
#middle {
    width: 870px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#000;
	margin-left:18%;
	margin-right:18%; /* 20%*/
	border:1px solid #000;
}
* html #middle {height:1%;position:relative;}/* ie's 3 pixel stupidity */
#footer {
	border-top:1px solid #000;
	height:50px;
	background:#000;
	margin-left: 130px;
	text-align:center;
}
h1,h2,h3 {margin-top:0;text-align:center;}
h3 {margin-bottom:0}
a:link, a:visited{
	color: #FF6633;
	font-family: sans-serif, serif, monospace;
	font-size: 13px;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul, li {
	list-style-type: none;
	margin: 5px 0;
	padding: 5px 0; 
		}
#menu8 {
	width: 135px;
	margin-top: 10px;
	}
	
#menu8 li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	font-size:16px;
  	height: 24px;
margin: 5px 0;
padding: 5px 0;	
	}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #000;
	display: block;
	background: url(../images/menu8.gif);
	padding: 8px 0 0 20px;
	}
#menu8 li a:hover {
	color: #257EB7;
	display: block;
	background: url(../images/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
	}
#menu8 #fred a:link {
	color: #fff;
	display: block;
	background: url(../images/menu8.gif) 0 -64px;
	padding: 8px 0 0 25px;
	}
#CCad {
	padding-left: 1px;
	text-align: left;
	border: thin solid #FFFFFF;
	width: 117px;
}
#CCad a{
	color: #FFF;
	font-family: sans-serif, serif, monospace;
	font-size: 13px;
	text-decoration: none;
}
#CCad #btm a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF6633;
	text-decoration: none;
}
#titlecc a{
	color: #6583A1;
	font-family: sans-serif, serif, monospace;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
.imgleft      {float: left;
               margin-right: 0.8em;
               padding-bottom: 0.1em;
               text-align: center;
			   font-size:18px;
               }
.imgright     {float: right;
               margin-left: 0.8em;
			   margin-right: 14px;
               padding-bottom: 0.1em;
               text-align: center;
			   font-size:18px;			   
               }
			   
.imgRight p   {margin: 0;
}
.imgLeft p   {margin: 0;
}
.Box {
	color:#FFF;
	position:relative;
	height:30px;
	width:300px;
/*	left:170px;
	top:-70px;*/
	background-image: url(http://www.blackpool-illuminations.net/images/Buttons/Button1.gif);
	background-repeat: no-repeat;
	margin-left:150px;
}
.Box a{
	color:#fff;
	font-weight:bold;
	text-align:center;
	height:32px;
	display: block;
	padding-top:7px;

}