div#background{
	height: 750px;
	width: 100%;
	border: 1px solid #2E2E2E;
	position: absolute;
	visibility: visible;
	background: #990000;
	left: 0px;
	top: 0px;
	Z-index: 0; /*bottom of stack */
}



div#mainwindow{
	position: relative;
	height: 500px;
	width: 875px;
	left: 15%;
	top: 225px;
	background: #000000;
	border: thin solid #000000;
	z-index:5;
}

div#banner{
	left: 15%;
	top: 25px;
	position: absolute;
	border: 1px solid #000000;

}

.text1{
	font-size: 18px;
	color: #FF9900;
	position: absolute;
	height: auto;
	width: 200px;
	left: 200px;
	top: 25px;
	font-style: italic;
	padding: 10px 10px 20px;
	margin: 5px;
	z-index:6;
}
.text2{
	font-size: 18px;
	color: #FF9900;
	position: absolute;
	height: 259px;
	width: 252px;
	left: 374px;
	top: 22px;
	font-style: italic;
	padding: 10px 10px 20px;
	margin: 5px;
	z-index:6;
	background-position: center;
	text-align: center;
}
.text3{
	top:2px;
	font-size: 18px;
	color: #FF9900;
	position:absolute;
	width: 550px;
	left: 200px;
	font-style: italic;
	z-index:6;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}
.textname{top:330px;left:0px; font-size:12px;color: #FF9900;	font-style: italic;}
.notes{
	position:relative;
	font-size: 12px;
	color: #FF9900;
	font-style: italic;
	z-index:6;
	text-align: justified;
}
.notes2{
	position:relative;
	font-size: 14px;
	color: #FF9900;
	font-style: italic;
	z-index:6;
	text-align: justified;
}
.menutitles{
	font-size: 24px;
	color: #FF9900;
	font-style: italic;
	z-index:6;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
	padding-bottom: 5px;
}
div#flashwindow{
	position:absolute;
	height: 400px;
	width: 400px;
	left: 450px;
	top: 45px;
	border: 1px solid #000000;
	background: #000000;
	color: #000000;
}
div#leftpic{
	position:absolute;
	left: 164px;
	top: 27px;
	border: 1px solid #000000;

}
div#rightpic{
	position:absolute;
	left: 665px;
	top: 27px;
	border: 1px solid #000000;

}
