html, body { 
	color: #333; 
	font-size: 0.9em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	line-height: 1.4em; 
	background-color: #D84900;  
	margin: 0;
	border: 0 none;
	padding: 10px;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
a:link {
	color: #930;
}
a:visited {
	color: #333;
}
a:hover {
	color: #CC4100
}
a:active {
	color: #FF5100;
}
#container  {
	background-color: white; 
	text-align: left; 
	position: relative; 
	margin: 0 auto;
	width: 780px;
	}
#head {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 780px;
	height: 120px;
	visibility: visible;
}
#body {
	position: relative;
	left: 0px;
	top: 125px;
	width: 780px; 
}
#col1, #col2, #col2-2, #col3 {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
#col1 {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 210px;
	
}
#col2 { 
	position: relative;
	left: 225px;
	padding: 0 10px; 
	width: 318px; 
	border-top: 0 none; 
	border-right: 1px solid #f0971d; 
	border-bottom: 0 none; 
	border-left: 1px solid #f0971d;
	min-height: 640px;
	margin-bottom: 20px;
	margin-top: 10px;
	
}
#col2-2 {
	position: relative;
	left: 220px;
	padding: 0 0 0 10px; 
	width: 528px;
	margin-top: 10px; 
	border-top: 0 none; 
	border-right: 1px solid #f0971d; 
	border-bottom: 0 none; 
	border-left: 1px solid #f0971d;
}
#col3 { 
	position: relative;
	margin-top: 10px;
	left: 210px;
	width: 210px; 
	padding: 0px 0 0 20px;
	height: 600px;	
}
#foot   {
	position: relative; 
	top: 124px; 
	left: 0; 
	width: 760px; 
	height: 160px; /* Extra height required in footer to avoid Safari (& IE?) truncation problem */
	clear: both; 
	margin-left: 10px; 
	margin-right: 10px; 
	border-top: 1px solid #993300; 
	border-right: 0 none; 
	border-bottom: 0 none; 
	border-left: 0 none;
}


/*************************
/*  Navigational elements
/************************/

#nav div {
	float: left;
}
 
#nav a {
	display: block; 
	overflow: hidden;
	width: 132px; 
	margin: 1px 0 0 1px;
	padding: 3px 0 4px 6px; 
	background: #d84900; 
	color: white; 
	font-size: 0.9em; 
	line-height: 1.2em; 
	font-weight: bold;
	text-align: left; 
	text-decoration: none;
}

#offers2, #leisure2, #events2, #about2, #britain2 {
	z-index: 10;
	display: none; 
}

#offers2 a, #leisure2 a, #events2 a, #about2 a, #britain2 a {
	background: #F16300; 
	color: white; 
	margin: 0 0 0 1px;
	border-bottom: 1px solid #d84900;
}

#nav a:hover {
	background: #F16300; 
}

#offers2 a:hover, #leisure2 a:hover, #events2 a:hover, #about2 a:hover, #britain2 a:hover {
	background: #d84900; 
	color: white; 
}
