﻿body 
{
	background-image: url(./images/background.jpg); 
}

.mainMenuBar
{
	margin: 10px auto;
	height: 198px;
	width: 800px;	
	background-image: url(./images/mainMenuBg.png);
	background-repeat: no-repeat;
	 
}


.webSiteMenu
{
	font-size:14px;
	font-family: Georgia;
	color: White;
	text-align: right;
	position:relative;
	top: 130px;
	right:40px;
}
.mainBox
{
	margin: 0px auto; 
	height: 430px; 
	width: 800px; 
	xbackground-image: url(./images/mainBoxBg.png);
	xbackground-repeat: no-repeat; 
}
.WeddingBox
{
	margin: 0px auto; 
	height: 430px; 
	width: 800px; 
	background-image: url(./images/weddingBox.png);
	xbackground-repeat: no-repeat; 
}
.footer
{
	margin: 0pt auto; 
	height: 60px; 
	width: 800px; 
	
	font-family: Georgia; 
	font-weight: bold; 
	font-size: 0.75em; 
	line-height: 1.6em; 
	color: rgb(255, 255, 255); 
	text-align: center;
	background-image: url(./images/footer.png);
	background-repeat: no-repeat; 
}
p
{
	font-size:14px;
	font-family: Georgia;
	color: White;
	 text-align: justify;
}
a
{
	color: White;
	text-decoration:none;
}
a:hover
{
	text-decoration: underline;
}
h2
{
	color:White;
	margin: 40px 10px 10px 30px;
}
iframe
{
	display:none;
}