body {
	margin: 0px;
	padding: 0px;
	background-color: #646500;}
#container {
	height: 630px;
	width: 954px;
	margin: 0 auto 0 auto;
	background-image: url(../graphics/backidxcontent.jpg);
	background-repeat: no-repeat;}
#header {
	height:  100px;
	padding: 50px 0 0 750px;
}
#leftcol {
	width: 270px;
	height: 261px;
	float: left;
	}
#ileftcol {
	height: 261px;
	background-image: url(../graphics/backidxleftcol.jpg);
	background-repeat: no-repeat;
	margin: 170px 0 0 60px;
	padding: 25px 0 0 20px;
}
#centercol {
	width: 138px;
	height: 250px;
	float: left;
}
#icentercol {
	padding: 230px 0 0 10px;
	text-align: center;
	}
#rightcol {
	width: 485px;
	height: 423px;
	float: left;
	background-image: url(../graphics/backidxrightcol.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	}
table#idxicons {
	margin: 20px 0 0 35px;
}
#irightcol {
	padding: 10px 40px 20px 40px;
	height: expression( this.scrollHeight > 249? "250px" : "auto" ); /* sets max-height for IE */
   	max-height: 250px; /* sets max-height value for all standards-compliant browsers */
   	overflow: hidden;
	}
#footer {
	clear: both;
}
#copyright {
	margin: 25px auto 0px auto;
	text-align:  center;
}