body {
	background-color: rgb(244, 244, 245);
	font-family: "Verdana", sans-serif;
	text-height: 100%;
	color: rgb(100, 100, 100);

}

div.bckGnd {
	width: 760px;
	margin: auto;
	padding: 2em 0em;
	text-align: center;
}

div.nav {
	width: 720px;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 0;
}

.nav ul{
	list-style-type: none;
	text-align: center;
	padding: 0;
	padding-bottom: 1px;
	margin-bottom: 0;
	border: none;
	border-bottom-style: solid;
	border-bottom-color: #065535;
}

.nav li {
	display: inline-block;
	width: auto; /* width of the list items, not the <a> element tho */
	padding: 0em; /* padding between <a> elemnets, i.e. space between tabs */

}

.nav a {
	background-color: #065535;
	text-decoration: none;
	color: rgb(244, 244, 245);
	width: 200px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	font-size: 1.0em;
	padding: 0.5em 1.5em 0.25em;
	margin: 0;
	font-weight: bold;
}

.nav a:hover {
	text-decoration: underline;
}

#active {
	background-color: rgb(244, 244, 245);
	border-style: solid;
	border-color: #065535;
	border-bottom: none;
}

div.content {
	width: 720px;
	clear: both;
	margin: auto;
	padding-top: 4.0em;
	background-image: url("img/invRose.png");
	background-repeat: no-repeat;
	background-size: 180px;
	background-origin: padding;
	background-position: right top;
}

h1, h2, h3, h4, p {
	float: none;
	clear: both;
}

h1, h3, #active {
	color: #065535;
}


h3.venue {
	padding-top: 0.5em;
}

h3.accom {
	padding-top: 3em;
}

h3 a:link {
	color: rgb(100, 100, 100);
}

h3 a:visited {
	color: rgb(100, 100, 100);
}

h3 a:hover {
	color: #065535;
}

.map {
	padding: auto;
	margin: auto;
	padding-top: 50px;
	height: 400px;
	width: auto;
	opacity: 1.0;
}

iframe {
	padding: 0;
}

.img_holder {
	padding: 2.5em 0em;

}

#mr&mrs {
	padding-top: 1em;

}

.about {
	position: static;
	width: auto;
	left: 0px;
	width: 280px;
	padding: 0 30px 4em 30px;
	float: left;
	font-size: 0.90em;
}

.about h1 {
	padding-top: 0em;
}

#rose {
	position: relative;
	top: -2em;
	left: 325px;
	z-index: -1;
	float: none;

}
