*
{
	margin: 0px;
	padding: 0px;
}
#container
{
	width: 922px;
	margin: 0 auto;
	background-image: url(../graphics/backidx.jpg);
	background-repeat: no-repeat;
	border-bottom: 10px solid #69C;
}
#header
{
	height: 243px;
}
#leftcol
{
	width: 600px;
	float: left;
}
#ileftcol-wrapper
{
	margin: 28px 37px 0 41px;
}
#ileftcol-top
{
	background-image: url(../graphics/backidx-ileftcol-top.jpg);
	background-repeat: no-repeat;
	height: 17px;
}
#ileftcol
{
	overflow: hidden;
	background-image: url(../graphics/backidx-ileftcol.jpg);
}
#ileftcol-content
{
	margin: 0 15px;
	height: expression( this.scrollHeight < 264 ? "263px" : "auto" );
	min-height: 265px;
}
#ileftcol-bottom
{
	background-image: url(../graphics/backidx-ileftcol-bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
}
#idxcontent
{
	clear: both;
}
#rightcol
{
	width: 321px;
	float: right;
}
#irightcol
{
	margin: 45px 40px 0 0;
}
#idxfooter
{
	clear: both;
	height: 24px;
}
#copyright
{
	text-align: center;
	padding: 50px 0 25px;
}

