/*  Holiday Events section */

/* colors
sienna brown color: #b05822
greybrown: #9c9682
*/

body { background-color: #FFFFE7; }

p {
	color: #323232;
	}

li {
	color: #323232;
}

.PageTitles {
	color: #933130; /* red, overriding the site styles by virtue of the cascade */
}

.PageSubHeads {
	color: #933130; /* brown, overriding the site styles by virtue of the cascade */
}

.EventDates {
	color: #933130; /* brown, overriding the site styles by virtue of the cascade */
}


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

.backgroundMain {
	background-image: url(../holiday_events/interface/holiday_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffe7;
	height: 994px;
}

#relative {
	position: relative;
}


#content {  /* not a layer */
	position: relative;
	margin: 429px 95px 0px 205px;
	padding-left: 0px;
	overflow: visible;
	height: auto;
}

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

/* menus */

#contentMenu {  /* not a layer */
	position: relative;
	margin: 0 55px 0px 60px;
	padding-left: 0px;
	overflow: visible;
	height: auto;
	text-align: center;
}

.backgroundMenu {
	background-image: url(../holiday_events/interface/menu_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffe7;
	height: 638px;
}

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