﻿/*
English Bay Hotel Website Frontpage Style
Design on June-14-2006
Designed by Quick
*/

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	text-align: center;
	background-color: #F0FFFF;
	color: #000000;
	font-size: 12px;
}

form {
	margin: 0px;
}

img {
	display: inline;
}

a {
	text-decoration: none;
	color: Navy;
	}

a:hover {
	text-decoration: underline;
	color: #FF4500;
}

#wrapper {
	width: 1000px;
	height: 750px;
	border: 0px;
	margin: 1px auto auto auto;
	position: relative;
	text-align: left;
}

#masterhead {
	position:absolute; 
	left:358px; 
	top:0px;
	width:462px; 
	height:300px;
	background: url("images/roomrates_r1_c4.jpg") no-repeat;
}

#headcontent {
	position: relative;
	left: 0px;
	top: 0px;
	width: 270px;
	height: 72px;
	font-weight: bold;
}
#leftcol {
	position:absolute; 
	left:0px; 
	top:0px;
	width:252px; 
	height:750px;
	background: url("images/roomrates_r1_c1.jpg") no-repeat;
}

#mainmenu {
	position:absolute; 
	left:252px; 
	top:0px;
	width:106px; 
	height:712px;
	background: url("images/roomrates_r1_c2.jpg") no-repeat;
}

#leftmenu {
	position: relative;
	top: 72px;
	width: 100px;
	height: 304px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#leftmenu li {
	float: left;
}

#leftmenu li a {
	display: block;
	width: 100px;
	height: 76px;
}

#leftmenu li#ourhotel a:hover {position:relative; background: url("images/bt01.gif") no-repeat;}
#leftmenu li#roomrates a:hover {position:relative; background: url("images/bt02.gif") no-repeat;}
#leftmenu li#reservation a:hover {position:relative; background: url("images/bt03.gif") no-repeat;}
#leftmenu li#contactus a:hover {position:relative; background: url("images/bt04.gif") no-repeat;}

#pagecontent {
	position:absolute; 
	left:358px; 
	top:300px;
	display: block;
	background-color: white;
	width:462px; 
	height:412px;
}

#rightcol {
	position:absolute; 
	left:820px; 
	top:0px;
	width:180px; 
	height:712px;
	background: url("images/roomrates_r1_c5.jpg") no-repeat;
}

#footer {
	position:absolute; 
	left:252px; 
	top:712px;
	width:748px; 
	height:38px;
	background: url("images/roomrates_r7_c2.jpg") no-repeat;
}
