div#content
	{
	background-image: url(../images/bck_content.png);
	}

div#content_left
	{
	width: 605px;
	float: left;
	overflow: auto;
	height: 614px;
	scrollbar-base-color: #005578;
	scrollbar-arrow-color: white;
	position: relative; /* IE POSITION:RELATIVE AND OVERFLOW BUG FIXED! */
	}

div#content_left.unframed
	{
	overflow: visible;
	height: auto;
	}

div#content_right
	{
	display: inline; /* IE DOUBLED-MARGIN BUG FIXED! */
	float: right;
	width: 330px;
	margin-right: 1px;
	}

div#content_close
	{
	clear: both;
	}


