﻿#indexMainContainer
{
	position: relative;
	margin: 10px auto;
	width: 800px;
	height: 460px;
	background-color: White;
	text-align: center;
	/*border: solid 1px red;*/
}

#indexRoundedEdgesDiv, #indexImageDiv
{
	text-align: center;
	position: absolute;
	margin: 0 auto;
	padding: 0;	
	top: 0;
	left: 0;
	width: 800px;
	height: 370px;
}

#indexRoundedEdgesDiv, #indexImageDiv div
{
	margin: 0 auto;
}

#indexImageDiv
{
	background-color: #89BCE6;
	/*border: solid 2px black;*/
	z-index: 2;
}

#indexRoundedEdgesDiv
{
	background-image: url(../images/index/curvedBorders.gif);
	background-repeat: no-repeat;
	/*border: solid 2px black;*/
	z-index: 3;	
}

#indexImageDiv img
{
	border: 0;
}

#chewonkiTitleDivIndex
{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 327px;
	left: 60px;
	z-index: 4;
}

#chewonkiTitleDivIndex h1
{
	padding: 0;
	margin: 0;
	font-family: Garamond, Serif;
	font-size: 2.1em;
	font-weight: normal;
	color: #FFFFFF;
}

#indexPageTextDiv
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 4px;
	left: 50px;
	width: 700px;
	font-size: .8em;
	text-align: justify;
	color: #1C4F72;
	/*border: solid 1px black;*/
}

/*Note - this overwrites the setting in navBarStyel.css*/
.navBar
{
	top: 370px;
}#linksPageTextDiv {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 4px;
	left: 50px;
	width: 700px;
	font-size: .8em;
	text-align: justify;
	color: #1C4F72;
}
