#subsid_block
{
	float: right;
	height: 40px;
	width: 300px;
	padding: 0px;
	margin-top: -10px;
}


#quote_block
{
	float: right;
	height: 40px;
	padding-right: 20px;
	padding-top: 5px;
	margin-top: 0px;
	width: 100px;
	font-weight: bold;
}

#content
{
	width: 100%;
	min-height: 480px;
}

#background
{
	width: 100%;
	height: 505px;
	position: absolute;
	top: 80px;
}

#content_panel
{
	z-index: 1;
	/*
	position: absolute;
	*/
	float: left;
	position: relative;
	margin-left: 15px;
	margin-top: 0px;
	width: 50%;
	padding: 15px;
	overflow: auto;
	max-height: 415px;
}

.right_content_panel
{
	z-index: 1;
	position: relative;
	float: right;
	margin-right: 15px;
	margin-top: 0px;
	padding: 15px;
}

