* {
	margin: 0px;
	padding: 0px;
 }

body {
	
	background-color: #4040FF;
	font-family: 'verdana', 'helvetica', sans-serif;
	color: #000000;
	font-size: 12px;
}
 a {
	color: #FAFE88;
	text-decoration: none;
}
 a:hover {
	color: #C0C000;
	text-decoration: none;
}
#frame {
	margin: 0 auto;
	height: 800px;
	width: 898px;
}
#page {
	position: relative;
	top: 100px;
	left:0px;
	width: 900px;
	height: 600px;
	border: thin solid #ffffff;
	background-color: #000000;
}
#logo {
	position: relative;
	top: 20px;
	left:343px;
	width: 180px;
	height: 100px;
	background: url('../images/logo.jpg') no-repeat;
}
#loc {
	position: relative;
	top: 10px;
	left:343px;
	width: 240px;
	height: 50px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
}
#beer {
	position: relative;
	top: -90px;
	left:20px;
	width: 130px;
	height: 300px;
	background: url('../images/beer.jpg') no-repeat;
}
#navT {
	position: relative;
	top: -395px;
	left:730px;
	width: 150px;
	height: 15px;
	background: url('../images/menT.png') no-repeat;
}
#navM {
	position: relative;
	top: -395px;
	left:730px;
	width: 150px;
	height: 270px;
	background: url('../images/menM.png') repeat;
}
#navB {
	position: relative;
	top: -395px;
	left:730px;
	width: 150px;
	height: 15px;
	background: url('../images/menB.png') no-repeat;
}
#whale {
	position: relative;
	top: -600px;
	left:275px;
	width: 300px;
	height: 202px;
	color: #ffffff;
	border: thin solid #808080;
	background: url('../images/thewhale.jpg') no-repeat;
}
#txt {
	position: relative;
	top: -550px;
	left:250px;
	width: 400px;
	height: 150px;
	color: #ffffff;
	font-size: 13px;
}
#slide {
	position: relative;
	top: -595px;
	left: 260px;
	width: 350px;
	height: 252px;
	border: thin solid #ffffff;
}
#copy {
	position: relative;
	top: 130px;
	left:0px;
	width: 900px;
	height: 20px;
	color: #FAFE88;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	border: thin solid #ffffff;
	background-color: #000000;
}
table#menu {
	height: 270px;
	text-align: center;
	font-size: 14px;
}

