body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-repeat: no-repeat;
	padding: 10px;
	background-color: #69F;
	background-image: url(images/bg_fade.png);
	background-repeat: repeat-x;
}


.body #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left;
}


/* This code alters the navbar layout and appearance */

.body #navbar {
	margin: 0 auto;
	background-color: #FFF;
	text-align: center;
	padding-right: 2px;
	padding-top :5px;
}


#navbar ul li { 
	display: inline;
	text-align: center;
}


#navbar ul li a {
	padding: 2px 0.5em;
	margin-left: 3px;
	border: 1px solid #E5AAFF;
	border-bottom: none;
	background-image:url(images/address_bg.gif);
	text-decoration: none;
}


#navlist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}


#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}

#navlist li a:link {
	color: #3300CC;
}

#navlist li a:hover {
	color: #000;
}

#navlist li a#current {
	background-image:url(images/current_bg.gif);
	border-bottom: 1px solid white;
}



/* The Header contains the PH background image */

.body #Header {
	height: 80px;
	padding-bottom: 5px;
	background-image: url(images/PH_logo.jpg);
	background-repeat: no-repeat;
	border-top: solid #000000 1px;
	position: relative;
	top: -10px;
}

.address {
	background-image: url(images/address_bg.gif);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	width: auto;
	margin: 4px;
	padding: 2px;
}


.head {
	font-size:18px;
	color:#3300CC;
	line-height: 10px;
}

.subhead {
	font-size: 16px;
	font-style: italic;
	color: #3300cc;
	line-height: 10px;
	text-align: center;
}
	
.body #mainContent {
	padding: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.h1 {
	font-size: 18px;
	color: #30C;
	text-decoration: underline;
}

.h2 {
	font-size: 14px;
	color: #30C;
}

.h3 {
	font-size: 14px;
	font: Arial, sans-serif;
	color: #30C;
	font-weight: bold;
}

#index li {
	list-style-image: url(images/bullet_nb_box-blue_check.png);
	padding-left: 20px;
	list-style-position: inside;
	height: auto;
}


#welcomeimg {
	height: 300px;
	width: 180px;
	position: relative;
	padding-left: 10px;	
}

.body #otherinfo {
	z-index:1010;	
}

#defaulttable {
	width: 650px;
	text-align: left;
	border: 3px ridge #3300FF;
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#defaulttable p, #defaulttable li {
	font-weight: normal;
	text-align: justify;
	color: #000000;
}


#map { 
	;
}

#otherContent {
	padding-bottom: 15px;
}

#design {
	width: auto;
	background-color: #CCCCCC;
	border-top: thin #000;
	font-size: 12px;
	border: 1px solid;
	margin: 4px;
	padding: 2px;
}


.footer {
	border: solid #000 1px;
}


#couple{
	padding: 10px;
	position: relative;
	top: 15px;
}

img {
	padding: 10px;
}

#beach {
	position: relative;
	top: 15px;
	left: -20px;
	}

anne {
	padding: 10px;
	}
