@charset"utf-8";
#header {
	font-size: 1.5em;
	position:fixed;
	width:800px;
	height:75px;
	text-align: center;
	background-image: url(/images/alhama/Banner_Accommodation.png);
	top: 0px;
	z-index: 1;
}
#ScrollBar {
	/* [disabled]position: fixed; */
	height: 70px;
	width: 800px;
	position: fixed;
	text-align: center;
	vertical-align: 50%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	background-color: #FFF;
	top: 75px;
	margin-bottom: auto;
	z-index: 1;
	}
#content {
	width:670px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	z-index: -1;
	margin-bottom: 0px;
	padding-top: 145px;
}
/*#fotter {
	position:absolute;
	top:600px;
	width:800px;
	height:20px;
	background-color: #00CCFF;
	left: 50%;
	margin-left: -400px;
}*/
#side_links {
	margin-left: 685px;
	text-decoration: none;
	/* background-image: none; */
	/*background-position: 100px 100px; */
	background-attachment: fixed;
	position: fixed;
	margin-top: 70px;
	}
a:link {
	text-decoration: none;
	color: #939;
}
a:visited {
	color: #969;
	text-decoration: none;
} 
a:hover {
	/* [disabled]background-image: url(/images/Banner_Accommodation.png); */
	color: #999;
	text-transform: lowercase;
	} 
.buttons {
	font-size: 0.9em;
	}
h1 {
	font-size: 1.3em;
	color: #060;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #060;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #060;
}
img {
	border-radius: 20px;
	box-shadow: 5px 5px 5px #555;
}
*.image_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 5px;
}
.float_right {
	float: right;
}

 
.Colour_Green {
	color: #060;
}


