#navtop {
	width: 100%;
}
#logotop {
	text-align: center;
	background-color: #C1B9AA;
	padding: 7px 0px 5px 0px;
	position: relative;
	border-top: solid #666666 20px;
}
#mainContent {
	padding: 0 auto;
	height: 350px;
	width: 100%;
	background-color: #FBFAEC;
	border-bottom: solid #CCCCCC 1px;
	border-top: solid
# 2px;
	border-top: solid #999999 1px;
	z-index: 100;
}
#roomContent {
	background-color: #780802;
	width: 100%;
	height: 350px;
	background-image: url(../images/bg_rooms_band.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	z-index: 10;
}
#contentLogo {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
#contentBox {
	position: relative;
	width: 80%;
	margin: 0 auto;
	height: 350px;
}
#contentStory {
	width: 80%;
	height: 500px;
	position: relative;
	margin: 0 auto;
}
#container/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 100%;
	position: relative;
}
#storyContent  {
	padding: 0 auto;
	height: 500px;
	width: 100%;
	background-color: #FBFAEC;
	border-bottom: solid #CCCCCC 1px;
	border-top: solid
# 2px;
	border-top: solid #999999 1px;
	z-index: 10;
}
#container2 {
	padding: 0 auto;
	height: 350px;
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 22%;
}
#header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 240px;
	width: 720px;
	margin: 0 auto;
} 
#picBand {
}
#head {
	height: 36px;
	width: 340px;
	left: 2%;
	top: 20px;
	position: absolute;
}
#navtop {
	width: 100%;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border: 5;
}
#bandContent {
	position: relative;
	width: 740px;
	margin: 0 auto;
	height: 490px;
}
#contentflash {
	width: 80%;
	margin: 0 auto;
	background-color: #000000;
}
#picture {
	height: 350px;
	width: 48%;
	left: 50%;
	top: 5%;
	position: absolute;
	text-align: center;
}
#text {
	height: 280px;
	width: 45%;
	left: 2%;
	top: 60px;
	position: absolute;
	overflow: auto;
}
#storyHead {
	height: 36px;
	width: 390px;
	left: 350px;
	top: 0px;
	position: absolute;
	z-index: 200;
	background-color: #FBFAEC;
	padding: 20px 0px 10px 16px;
}
#storyText {
	height: 438px;
	width: 50%;
	left: 350px;
	top: 60px;
	position: absolute;
	overflow: auto;
	padding: 0 17px 0 20px;
	z-index: 200;
	background-color: #FBFAEC;
}
#storyPicture {
	height: 490px;
	left: 18px;
	top: 8px;
	position: absolute;
	text-align: center;
	float: left;
	width: 318px;
}
#storyContent2 {
	padding: 0 auto;
	height: 500px;
	width: 100%;
	background-color: #FBFAEC;
	border-bottom: solid #CCCCCC 1px;
	border-top: solid
# 2px;
	border-top: solid #999999 1px;
	z-index: 10;
}
.storytable {
	margin: 0 auto;
}
#galleryContent {
	padding: 0 auto;
	height: 420px;
	width: 100%;
	background-color: #FBFAEC;
	border-bottom: solid #CCCCCC 1px;
	border-top: solid #999999 1px;
	z-index: 10;
}

