body {
	background-color: #C0C09B;
}
/* Holds navBar and navBarBkg -- has to be absolute to avoid ~20 px gap at top of screen, has to have higher z-index than mainContentContainer to allow popup menus to show over main content */
#navBarContainer{
	position: absolute;
	height: 26px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
	border: 2px solid #998744;
}
/* Has to have 1px top position otherwise out of alignment with navBar, has to be seperate div rather than be  background image in navBar for same reason  */
#navBarBkg{
	position: absolute;
	height: 24px;
	width: 100%;
	left: 0px;
	top: 1px;
}

/* contains #FWTableContainer1991934761 which is container for navbar */ 
#navBar{ 
	position: absolute;
	height: 24px;
	width: 650px;
	left: 0px;
	top: 0px;	
}
/* holds main content (swf or image) and text for main content, has to have lower z-index than navBarContainer to allow popup menus to show over main content
*/
#mainContentContainer{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 26px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #B5A053;
	border-left-color: #B5A053;
	border-right-color: #B5A053;
	z-index: 10;
}
/* main content swf or image goes here */
#sunroom {
	position: relative;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
/* holds container for text which holds left and right floating divs which force text block to be centered and to expand and contract along with the centered main content
*/

#textContainer{
	position: relative;
	height: 100%;
	width: 100%;
}
/* Floats have to have height as set pixel value rather than 100% because IE6 doesn't display correctly with 100% */
#textFloatSpacerLt {
	float: left;
	background-color: #C0C09B;
	height: 400px;
	width: 15%;
	margin-right: 10px;
}
#textFloatSpacerRt {
	float: right;
	background-color: #C0C09B;
	height: 400px;
	width: 15%;
	margin-left: 10px;
}

p{
	margin-top: 0px;
	margin-bottom: 6px;
}
	
.firstLetter:first-letter{
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#text {
	border: 2px solid #CCCC99;
	background-color: #FDFDCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #887144;
	line-height: 16px;
	padding: 4px;
	margin-top: 4px;
}
#notice{
	border: 2px solid #CCCC99;
	background-color: #FDFDCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #887144;
	line-height: 16px;
	padding: 4px;
	margin-top: 10px;
}
.smallFont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #887144;
}
.tempFont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFF00;
}


