<?php 
ob_start ("ob_gzhandler");
header("Content-type: text/css");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " . 
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>

a{
	background: transparent;
	color: #000099;
	color: #000000;
}

a img, img {
	border: 0;
}

/* ad a link in brackets */
   a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* ignore internal links */
   a[href^="#"]:after {
	content: " ";
}

/* ad domain to relative links */
   a[href^="/"]:after {
	content: " (http://www.globetrotters.co.uk" attr(href) ") ";
}

.breadcrumb {
	display: none;
}

.w3cbutton	 {
	display: none;
}

/* set the background colour */
	#bodybackground {
}

#content {
	background-color: #FFFFFF;
}

#footer {
	background-color: #FFFFFF;
	border-top: 1px solid #FF0000;
	margin: 0;
	padding-top: 0;
}

#google_ads_frame {
	display: none;
}

#nav {
	display: none;
}

#title {
	width: 500px; /* dispaly image title */
}
