body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x repeat-y;
}

#container {
	position: relative;
	top: 0px;
	width: 810px;
}

#banner {
	position: relative;
	top: 5px;
	width: 810px;
	height: 119px;
	background-image: url(images/banner.png);
}

#content {
	position: relative;
	top: 5px;
	width: 810px;
	height: 539px;
	background-color: #d8cfc8;
}

#horizontalMenu {
	position: relative;
	top: 5px;
	width: 810px;
	height: 29px;
	background-color: #d8cfc8;
}

#leftColumn {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 140px;
	height: 544px;
	background-color: #9fa388;
}

#middleTop {
	position: absolute;
	top: 2px;
	left: 147px;
	width: 658px;
	height: 300px;
	background-image: url(images/middletop.jpg);
}

#middleBottomLeft {
	position: absolute;
	top: 304px;
	left: 147px;
	width: 216px;
	height: 235px;
	background-image: url(images/bottomleft.jpg);
}

#middleBottom {
	position: absolute;
	top: 304px;
	left: 365px;
	width: 216px;
	height: 235px;
}

#rightColumnBottom {
	position: absolute;
	top: 304px;
	left: 583px;
	width: 222px;
	height: 235px;
}

#indianaRight {
	position: absolute;
	top: 42px;
	left: 30px;
	width: 152px;
	height: 62px;
}

#nationalRight {
	position: absolute;
	top: 120px;
	left: 30px;
	width: 152px;
	height: 99px;
}

#bottomBanner {
	position: relative;
	top: 5px;
	width: 810px;
	height: 79px;
	background-image: url(images/bottombanner.gif);
}

#copyright {
	position: relative;
	top: 10px;
	left: 275px;
	width: 250px;
	height: 25px;
}

a {text-decoration: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline;}
a {text-decoration: none;}

p.boxContent {font-family: Trebuchet MS; font-size: 12; color: 661111; margin: 40 0 0 10;}
p.rightbottom {font-family: Trebuchet MS; font-size: 13; color: 661111; margin: 35 0 0 10;}
p.middleBottom {font-family: Trebuchet MS; margin: 35 0 0 10;}