@font-face {
    font-family: 'EnglishRegular';
    src: url('fonts/wedding-webfont.eot');
    src: url('fonts/wedding-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/wedding-webfont.woff') format('woff'),
         url('fonts/wedding-webfont.html') format('truetype'),
         url('fonts/wedding-webfont.svg#EnglishRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Footlight MT Light, Times;
}

#package {
	min-width: 900px;
}

/*B74F98*/

#topleftbar {
	/*background: rgba(227,234,239, .8); */
	background: rgba(255,255,255, .9);
	margin-top: 3%;
	width: 50%;
	float: left;
	margin-left: 10px;
	min-width 450px;
}
#header {
	float: left;
}

#navigation {
	float: left;
}


#navigation a {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 5px;
}

#navigation a:hover {
	color: #B74F98;
}

#navigation ul {
	list-style: none;
}

#navigation  li {
	float: left;
	font-size: 24px;
	font-family: Footlight MT Light, Times;
	font-weight: Normal;
}

#content {
	margin-top: 20px;
	float: left;
	width: 50%;
	minimum-width 450px;
	background: rgba(255,255,255, .9);
	margin-left: 10px;

}

h1 {
	font-size: 36px;
	font-family: EnglishRegular, Edwardian Script ITC, Times;
	text-align: center;
	width: 300px;
	color: #335599;
	opacity: 1;
	font-weight: normal;
}

h1 span {
	font-size: 28px;
}

h2 {
	font-family: EnglishRegular, Edwardian Script ITC, Times;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #335599;
}


h3 {
	color: #335599;
	margin-bottom: 10px;
	font-weight: normal;
}

p {
	margin-bottom: 10px;
	line-height: 24px;
}

a {
	text-decoration: none;
	color: #698dA5;
}

#content_holder {
	padding: 10px;
}