body {color:"blue"; background-color: #ffff6b;font-family: helvetica, verdana, arial;}

a:link {color:red; text-decoration:none; border:0px}
a:visited {color:purple; text-decoration:none; border:0px}
a:hover {color:green; text-decoration:none; border:0px}

h1 {text-align:center;}
h2 {text-align:center; text-decoration:underline;}
h3 {text-align:center;}

.d1 {text-align:center;}
.d2 {text-align:left;}
.d3 {text-align:right;}

.warn {text-align:center; color:"red";}
.small {text-align:center; font-size:10;}
.small2 {text-align:center; font-size:8;}
.bord {border:4px solid black;}
.shadow {border-left:2px solid black; border-right:5px solid black; border-top:2px solid black; border-bottom:5px solid black;}

DIV.where {background: LIME; position: absolute; top:0px; left:160px; width:640; height:140px;}
DIV.sidebar {background: LIME; position: absolute; top:140px; left:0px; width:158px; height:100%}
DIV.logo {background: #FFFF6B; position: absolute; top:0px; left:0px; width:160px; height:140px;}
DIV.main {background: #FFFF6B; position: absolute; top:140px; left:160px; width:640px; height:100%; margin-top:10px;}
DIV.main2 {background: #FFFF6B; position: absolute; top:140px; left:0px; width:800px; height:100%; margin-top:10px;}


.home {width:63px; height:63px; border:0px}
.sitemap {width:63px; height:63px; border:0px}
.bluesign {width:63px; height:63px; border:0px}
.bed {width:63px; height:63px; border:0px}
.medieval {width:63px; height:63px; border:0px}
.airsign {width:63px; height:63px; border:0px}
.hourglass {width:63px; height:63px; border:0px}
.enquiry {width:63px; height:63px; border:0px}
.roundabout {width:63px; height:63px; border:0px}

.smalllink {width:50px; height:50px; border:0px}
.largelink {width:100px; height:40px; border:0px}

.pen {width:27px; height:15px; border:0px}

select {background-color:#D4ECFB; color:#000000; font-size:10px; border:1px solid #284279;}
input {background-color:#D4ECFB; color:#000000; font-size:10px; border:1px solid #284279;}

#table1 
	{
	visibility: visible;
	width: 100%;
	position: relative
	}

#table1 table   
	{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent
	}

#table1 td
	{
	padding: 0px 4px 0px 4px;
	border-color: #999;
	border-width: 1px;
	border-style: none dotted solid none
	}

#table1 tr
	{
	background-color: #F9FAF9
	}
	

#table2 table   
	{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent
	}

#table2 td
	{
	background-color: #F5FAF5;
	padding: 0px 4px 0px 4px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff
	}

#table2 th
	{
	padding: 0px 4px 0px 4px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff;
	background-color: #d5ddd5;
	text-align: left
	}
	
#table3 
	{
	visibility: visible;
	width: 100%;
	position: relative
	}

#table3 table   
	{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent
	}

#table3 td
	{
	background-color: #F5FAF5;
	padding: 0px 4px 0px 4px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff
	}

#table3 th
	{
	padding: 0px 4px 0px 4px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff;
	background-color: #d5ddd5;
	text-align: left
	}

#table4 table   
	{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	color: #000000
	}

#table4 td
	{
	background-color: #F5FAF5;
	padding: 2px 2px 2px 2px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff
	}

#table4 th
	{
	padding: 2px 0px 2px 0px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff #C5CCC5 #C5CCC5 #ffffff;
	background-color: #d5ddd5;
	text-align: center
	}
/* =-=-=-=-=-=-=-[Navigation Menu]-=-=-=-=-=-=-=- */
	
#menu body 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	}	
	
#menu	ul 
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
#menu 
	{
	width: 158px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
	margin: 1px;
	}
	
#menu li a 
  {
	height: 32px;
  text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited 
	{
	color: black;
	display: block;
	background: url(../images/menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover 
	{
	color: yellow;
	background: url(../images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active 
	{
	color: red;
	background: url(../images/menu1.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}
