body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

body img {
	border: none;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	width: 787px;
}

div#nav {
	text-align: center;
	font-family: "Times New Roman",georgia,serif;
	font-size: large;
	font-style: italic;
	position: absolute;
	top: 5px;
	left: 450px;
}

div#nav ul li {
	list-style-type: none;
}

div#nav a {
	text-decoration: none;
	color: #000;
}

div#nav a:hover {
	color: #6699cc;
}

div#mb {
	position: absolute;
	margin: 0;
	padding: 0; 
}

mb#homeLink a {
	position: absolute;
	top: 20px;
	left: 25px;
	width: 300px;
	height: 151px; 
	text-decoration: none;
}

mb#homeLink a span {
	display: none;
}

div#footer {
	color: #ccc;
	text-align: center;
	font-size: x-small;
}

div.window {
	float: right;
}

div.homeMenu {
	float: left;
	height: 245px;
	padding: 5px;
	margin-top: 5px;
	width: 100%;
	background: url(../images/homeMenu.gif) no-repeat top left;
}

div.homeMenu ul li {
	list-style-type: none;
	font-size: large;
}

div.bg {
	position: relative;
	width: 787px;
}

div.content {
	position: absolute;
	top: 160px;
	width: 710px;
	padding: 15px;
	margin: 25px;
	background: #fff;
}

div.home {
	height: 545px;
	background: #ffdddd url(../images/snapdragons.jpg) repeat-y top left;
}

div.weddings {
	height: 600px;
	background: url(../images/weddings.jpg) no-repeat top left;
}

div.corporate {
	height: 600px;
	background: url(../images/seeds.jpg) no-repeat top left;
}

div.socialGatherings {
	height: 600px;
	background: url(../images/raspberries.jpg) no-repeat top left;
}

div.contact {
	height: 320px;
	background: url(../images/burgers.jpg) no-repeat top left;
}

div.dinnersdownpat {
	height: 807px;
	background: url(../images/herbs.jpg) no-repeat top left;
}

div.menu {
	height: 1600px;
	background: url(../images/watermelons.jpg) no-repeat top left;
}

div.menu h1 {
	font-size: medium;
	text-align: center;
	background: #99cc99;
	padding: 5px;
}

div.menu h2 {
	font-size: small;
}

div.menu p {
	margin-left: 30px;
}
	
