/* CSS Document */
body {
font-family: Verdana;
background-color: #f4f4f4;
}

#ISAviemore {
width: 1000px;
margin: 0 auto;
margin-top: 50px;
border: 0px solid black;
}

.BodyL {
width: 790px;
float: left;
margin-top: 10px;
margin-bottom: 20px;
}

.BodyR {
width: 200px;
float: right;
margin-top: 10px;
font-size: 12px;
}

.Category {
width: 580px;
float: right;
font-family: Verdana;
font-size: 11px;
margin-top: 5px;
line-height: 1.5;
}

.Copyright {
width: 1000px;
height: 40px;
float: left;
}

.Gallery {
width: 580px;
float: right;
}

.Links {
width: 190px;
float: left;
font-size: 12px;
}

.Menu {
width: 190px;
float: left;
font-size: 12px;
border: 0px solid black;
}

#OnlineBooking {
width: 190px;
float: right;
font-size: 12px;
margin-top: 10px;
border: 0px solid black;
}

.Top {
width: 1000px;
height: 320px;
background: url("top.jpg");
float: left;
border: 0px solid black;
margin-bottom: 10px;
}

/*lightbox*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
/*gallery*/
.WhatMain {
display: block;
list-style: none;
color: #429497;
font-size: 12px;
margin-top: 5px;
margin-right: 5px;
margin-left: 0px;
padding: 0;
}

.What {
float: left;
width: 185px;
height: 125px;
margin-right: 5px;
}

.What a:link, .What a:visited {
	color: #000000;
	text-decoration: underline;
}
.What a:hover {
	color: #000000;
	text-decoration: none;
}
