/*  Winter Weddings section */

/* colors
 
*/

body { background-color: #FFFFE7; }

p {
	color: #474747;
	}

li {
	color: #474747;
}


.coloredText {
	color: #928036; 
}

.coloredTextSpring {
	color: #f63a38; 
}


.EventDates {
	color: #928036; 
}


a:link {  color: #b05822; text-decoration: none; }
a:visited {  color: #b05822; text-decoration: none; }
a:hover {  color: #676F85; text-decoration: underline; }

#topNav {
	margin-left: -10px;
	z-index: 99;
}

.backgroundMain {
	margin-top: -15px;
	background-image: url(../winter_weddings/interface/ww_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffe7;
	height: 1099px;
}

#relative {
	position: relative;
}


#content {  /* not a layer */
	position: relative;
	margin: 750px 0 0 220px;
	padding-left: 0px;
	width: 520px;
	overflow: visible;
	height: auto;
}

#insetPhoto img { /* most css styling set inline on page */
	margin: 0px 0px 0px 40px;
}


.BackButton {
	position: absolute;
	z-index: 200;
	left: -320px; top: 50px;
	margin: 0;
}

#footer {
	width: 600px;
}
