body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background: #CEB369;
}
/*
a {
	border:1px solid black;
	background-color:#AA9966;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:7px;
	font-weight:bold;
	color:#000000;
}
a:hover {
	background-color: #5C573C;
	color:#FFFF99;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:7px;
	font-weight:bold;
}
*/
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:black;
	line-height:20px;
}
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	line-height:22px;
}

td.Home {background: url(../Images/HomeButtonHover.png) no-repeat;}
td.Weddings {background: url(../Images/WeddingsButtonHover.png) no-repeat;}
td.Gallery {background: url(../Images/GalleryButtonHover.png) no-repeat;}
td.Retreats {background: url(../Images/RetreatsButtonHover.png) no-repeat;}


a#HomeButton {
	background-image:url(../Images/HomeButton.png);
	width:133px;
	height:74px;
	display:block;
}
a#HomeButton:hover {background-image:url(../Images/HomeButtonHover.png);}
a#HomeButton span {display:none;}


a#WeddingsButton {
	background-image:url(../Images/WeddingsButton.png);
	width:200px;
	height:200px;
	display:block;
}
a#WeddingsButton:hover {background-image:url(../Images/WeddingsButtonHover.png);}
a#WeddingsButton span {display:none;}


a#GalleryButton {
	background-image:url(../Images/GalleryButton.png);
	width:200px;
	height:200px;
	display:block;
}
a#GalleryButton:hover {background-image:url(../Images/GalleryButtonHover.png);}
a#GalleryButton span {display:none;}



a#RetreatsButton {
	background-image:url(../Images/RetreatsButton.png);
	width:200px;
	height:200px;
	display:block;
}
a#RetreatsButton:hover {background-image:url(../Images/RetreatsButtonHover.png);}
a#RetreatsButton span {display:none;}
	
	

.FeatureContainer {
	padding: 0 4px 4px 0;
} 
.GalleryInstructions {
	font-size: 9px;
}


/*
div.Weddings {
	width:200px;
	height:100px;
}
	
div.Weddings a {
	border:1px solid black;
	background-color:#D5C8B8;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	background:url(../Images/WeddingsButton.png) no-repeat;
}
div.Weddings a:hover {
	background-color:#9F8E70;
	color:#FFFFFF;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:7px;
	font-weight:bold;
	margin:7px;
}

div.Retreats a {
	border:1px solid black;
	background-color:#AA9966;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:7px;
	font-weight:bold;
	color:#000000;
	margin:7px;
}

div.Retreats a:hover {
	background-color: #5C573C;
	color:#FFFF99;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:7px;
	font-weight:bold;
	margin:7px;
}
*/