	body {
		text-align: center;
		font-family: "trebuchet ms", arial, helvetica, sans-serif;
		font-size: small;
	}
	
	#stage {
		width: 739px;
		background: #fff;
	}
	
	#header {
		text-align: left;
		font-size: xx-large;
		height: 130px;
	}
	
	#header img {
		margin-bottom: -8px;
	}

	#content {
		text-align: left;
		width: 490px;
		float: left;
		margin-top: 50px;
		line-height: 1.7;
	}
	
	#content p {
		margin-bottom: 18px;
	}
	
	#navRight {
		text-align: left;
		width: 200px;
		float: right;
		margin-top: 50px;
	}
	
	#footer {
		clear: both;
	}
	
	h1 {
		font-size: x-large;
		color: #936;
	}
	
	h2 {
		font-size: large;
		color: #936;
		margin-top: 45px;
		border-bottom: 1px solid #936;
	}
	
	h3 {
		margin-top: 25px;
	}
	
	h4 {
		text-align: left;
		border-bottom:1px solid #936;
	}

	p {
		margin: 0;
		padding: 2px;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: #936;
		text-decoration: none;
	}
	
	#nav {
		float: left;
		width: 739px;
		margin: 0;
		margin-top: 2px;
		padding: 0;
		list-style: none;
		background: #AA4477;
	}
		
	#nav ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	
	#nav li {
		float: left;
		margin: 0;
		padding: 0 2px 0 0;
		display: inline;
		list-style: none;
		margin-bottom: 8px;
	}
	
	#nav a {
		float: left;
		line-height: 14px;
		color: #fff;
		font-weight: bold;
	}
	
	#nav a:link, #nav a:visited, #nav a:active {
		background: #936;
		text-decoration: none;
		font-size: 12px;
		padding: 6px 19px 6px 19px;
		vertical-align: center;
	}
	
	#nav a:hover {
		background: #AA4477;
		text-decoration: none;
		font-size: 12px;
		padding: 6px 19px 6px 19px;
		vertical-align: center;
	}

	.links {
		text-align: center;
		font-weight: bold;
		background: #fed;
		padding: 2px;
		margin-bottom: 10px;
		border-bottom: 1px solid #936;
		color: #936;
	}
	
	#bride {
		margin-bottom: 20px;
	}
	
	#navRight p {
		margin-bottom: 10px;
	}
	
	#navRight p a:hover {
		text-decoration: underline;
	}

