﻿body 
{
	text-align: center;
	min-width: 750px;
}

#MainDiv
{
	background-image: url('images/layout/bg.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 750px;
	height: 575px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 100px;
}



#AlbumDiv
{
	background-image: url('images/layout/photobg.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 750px;
	height: 575px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
}

#nav1{	width: 150px;	height: 28px;	position: absolute;	left: 90px;	top: 080px; cursor: hand;}
#nav2{	width: 150px;	height: 28px;	position: absolute;	left: 90px;	top: 108px; cursor: hand;}
#nav3{	width: 150px;	height: 28px;	position: absolute;	left: 90px;	top: 136px; cursor: hand;}
#nav4{	width: 150px;	height: 28px;	position: absolute;	left: 90px;	top: 164px; cursor: hand;}
#nav5{	width: 150px;	height: 28px;	position: absolute;	left: 90px;	top: 192px; cursor: hand;}
#nav6{	width: 150px;	height: 28px;	position: absolute;	left: 90px;	top: 220px; cursor: hand;}
#nav7{	width: 150px;	height: 28px;	position: absolute;	left: 90px;	top: 248px; cursor: hand;}
#nav8{	width: 60px;	height: 60px;	position: absolute;	left: 710px;top: 525px; cursor: hand;}

#pnav1{	width: 130px;	height: 28px;	position: absolute;	left: 70px;		top: 10px; cursor: hand;}
#pnav2{	width: 070px;	height: 28px;	position: absolute;	left: 200px;	top: 10px; cursor: hand;}

#Content
{
	margin: 10px;
	width: 375px;
	height: 450px;
	position: absolute;
	left: 371px;
	top: 65px;
}

#Photo
{
	left: 50%;
	margin-left: -365px;
	width: 730px;
	height: 430px;
	position: absolute;
	top: 65px;
	cursor: hand;
}

#SubContent
{
	width: 355px;
	height: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

#SubContentBooking
{
	width: 355px;
	height: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	background-image: url('images/layout/bookingbg.gif');
	background-repeat: no-repeat;
}

a
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: #666666;
}