#indexContent {
	position:relative;
	left:200px;
	top:31px;
	width:550px;
	height:700px;
	z-index:5;
	background-color: #E8E4D9;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
}


#flashDiv {
	position:relative;
	left:auto;
	top:11px;
	width:500px;
	height:92px;
	z-index:1;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}


#textDiv {
	position:absolute;
	left:15px;
	top:371px;
	width:500px;
	height:auto;
	z-index:2;
	background-color: #DCDBD3;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #8A3700;
	border-bottom-color: #8A3700;
	padding: 10px;
	margin-bottom: 20px;
}
