div.MainHeader
{
position: fixed;
width: 85%;
height: 120px;
text-align: center;
vertical-align: center;
left: 7.5%;
top: 15px;
}

span.MainHeader
{
position: relative;
top: 15px;
width: 70%;
height: 120px;
font-size: 315%;
font-family: sans-serif;
font-weight: 900;
text-align: center;
vertical-align: center;
}
	
div.NavBar
{
	position: fixed;
	top: 125px;
	height: 25px;
	text-align: center;
	background-color: #8565ff;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 85%;
	left: 7.5%;
	vertical-align: center;
	}
span.NavButton
{
	position: relative;
	top: 3px;
	background-color: #8565ff;
	padding: 2px 10px 2px 10px;
	font-weight: 600;
	font-family: sans-serif;
	height: 25px;
	vertical-align: center;
	}
span.NavButton:hover
{
	background-color:#ffffff;
}
	
span.NavButton:active
{
	background-color: #ffffff;
}
img.cofelogo
{
	position: fixed;
	left: 7.5%;
	}
img.cofelogoend
{
	position: fixed;
	right: 7.5%;
	}
a:visited
{
	color: #000000;
}
div.ContentArea
{
	position: fixed;
	left: 7.5%;
	top: 170px;
	width: 58%;
	bottom: 5%;
	overflow: auto;
	font-family: sans-serif;
		border-color: #8565ff;
	border-width: 2px;
	border-style: solid;
	padding: 10px 10px 10px 10px;
	}

div.QuoteArea
{
	position: fixed;
	right: 7.5%;
	width: 22%;
	
	top: 73%;
	padding: 5px 5px 5px 5px;
	text-align: left;
	/*background-color: #799cba;*/
	bottom: 5%;
	overflow: auto;
	font-family: sans-serif;
	border-color: #8565ff;
	border-width: 2px;
	border-style: solid;
}
span.quote
{
	font-style: italic;
	}
	
div.HeadlineBar
{
	/*background-color: #fca5a7;*/
	border-color: #8565ff;
	border-width: 2px;
	border-style: solid;
width: 22%;
position: fixed;
right: 7.5%;
top: 170px;
bottom: 30%;
padding: 10px 5px 5px 5px;
overflow: auto;
font-family: sans-serif;
	}
	
img.Wedding
{
    display: block;
    margin-left: auto;
    margin-right: auto }
	
h1.Wedding
{
 color: #1f497d;
 font-family: sans-serif;
}
	
h4.Wedding
{
 text-align:center;
 font-size: small;
 color: #4f81bd;
 font-family: sans-serif;
 
}

h3.Wedding
{
 color: #4f81bd;
 font-family: sans-serif;
}