html,body{
	padding:0;
	text-align:center;
	background-color: #FFFfff;
	margin:50px 0px;
	margin-top: 0px;
}

@font-face {
	font-family: Engravers MT;
	src: url(fonts/engr.ttf) format("truetype");
}




/* Divs for Navigation Bar */

#Content-2 {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	background-color:#eee;
}

#content
	{
	width:900px;
	height:593px;
	position:absolute;
	top:-1px;
	left:50%;
	text-align:left;
	margin-left: -500px;
	margin-top: 0px;
	background-image: url(media/Production-Images/SiteImages/background-image.jpg);
	}

#content3
	{
	width:900px;
	height:593px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:left;
	margin-left: -450px;
	margin-top: -300px;
	}

#DivForNavBar {
	position:absolute;
	width:663px;
	height:54px;
	z-index:1;
	left: 145px;
	top: 489px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

#DivForHomePagePhoto {
	position:absolute;
	width:581px;
	height:365px;
	z-index:1;
	left: 200px;
	top: 79px;
}

#DivForGallery {
	position:absolute;
	width:623px;
	height:440px;
	z-index:1;
	left: 183px;
	top: 43px;
	border: medium ridge #CCC;
	background-image: url(media/Production-Images/SiteImages/Background.jpg);
}

#DivForContacts {
	position:absolute;
	width:453px;
	height:334px;
	z-index:1;
	left: 273px;
	top: 77px;
	border: medium ridge #CCC;
	background-image: url(media/Production-Images/SiteImages/Background.jpg);
}

#DivForContactsSend {
	position:absolute;
	width:453px;
	height:153px;
	z-index:1;
	left: 273px;
	top: 167px;
	border: medium ridge #CCC;
	background-image: url(media/Production-Images/SiteImages/Background.jpg);
}

#DivForAbout {
	position:absolute;
	width:556px;
	height:339px;
	z-index:1;
	left: 216px;
	top: 89px;
	border: medium groove #CCCCCC;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	visibility: inherit;
	background-image: url(media/Production-Images/SiteImages/Background-About.jpg);
}

#DivForPackages {
	position:absolute;
	width:550px;
	height:330px;
	z-index:1;
	left: 217px;
	top: 104px;
	border: medium groove #CCCCCC;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	background-image: url(media/Production-Images/SiteImages/Background.jpg);
}

#DivForLinksPage {
	font-family: "Engravers MT", sans-serif;
	position:absolute;
	width:461px;
	height:250px;
	z-index:1;
	left: 268px;
	top: 148px;
	border: thin groove #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	visibility: inherit;
	text-align: center;
	background-image: url(media/Production-Images/SiteImages/Background.jpg);
}

#DivForThankYou {
	position:absolute;
	width:335px;
	height:115px;
	z-index:1;
	left: 61px;
	top: 21px;
	border: thin groove #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	visibility: inherit;
	text-align: center;
}


/* Form Stuff */

.form-labels {
	font-family: "Engravers MT", sans-serif;
	font-size: 11px;
	font-weight: 500;
}
.form-fields {
	font-family: "Engravers MT", sans-serif;
	font-size: 10px;
	background-color: #BBC5B4;
}

.RuleLineCentering  {
	text-align: center;
}

.thank-you  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: center;
}
