﻿/* Styles & CSS layout */
.containers {
	position: relative;
	text-align: left;
	width: 955px;
}
.default {
	position: absolute;
	text-align: left;
}
.xlgecenter {
	position: absolute;
	text-align: center;
	font-size: x-large;
}
.medcenter {
	position: absolute;
	text-align: center;
	font-size: medium;
}
.image_style {
	vertical-align: top;
	border-width: 0;
	float: none;
}
.image_link {
	vertical-align: bottom;
	border-width: 0;
	float: none;
}
.buttons {
	width: 100px;
	height: 20px;
	border: 0;
}
#booking-form {position: absolute;	left: 0px; width: 590px; top: 60px;}
#logo {position: absolute; right: 0px; width : 300px;}
#buttons {position: absolute; right: 0px; width : 100px;}
#streamline {position: absolute; right: 0px; top: 160px; width : 150px;}
#thumbs {position: absolute; width: 344px;}
#lb-address{position: absolute;	left: 0px; top: 36px; width: 350px; font-size: x-large; text-align: center;}
#picture-frame {position: absolute;	right: 0px;	top: 144px;	max-width: 655px;}
#menu1 {position: relative;	left: 0px; top: 40px; width: 655px;	font-size: medium;}
#menu2 {position: relative;	left: 0px; top: 40px; width: 855px;	font-size: medium;}
#title {position: absolute;	text-align: center;	font-size: x-large; left: 344px; width: 344px;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000080;
	background-color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #008080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	color: #800080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF00FF;
	font-weight: bold;
}
