#map {
	height: 500px;
	width: 500px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	z-index: 20;
}
#header {
	background-image: url(Images/ayrshire%20district%20ancient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 10px;
	background-color: #FFF;
}
#header h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 48px;
	color: #0099FF;
}
#footer {
	
}
#d_cats {
	float: none;
}
#tip {
	visibility: hidden;
}
#tip p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
}
html,body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(Images/tartan_left.png);
	background-repeat: repeat-y;
}
#header {
	height: 150px;
}

