/* CSS Document */
div.content_right_back 
{
	width: 100%;
	float: left;
	background-color: rgb(239,239,233);
	overflow: hidden;
	position: relative;
}
div.content_left_back 
{
	width: 100%;
	position: relative;
	right: 250px; /* width of the content_right area */
	float: left;
	background-color: rgb(239,239,233);
}
div.content_left 
{
	float: left;
	width: 480px;
	overflow: hidden;
	position: relative;
	left: 250px;
}
div.content_right
{
	float: left;
	overflow: hidden;
	width: 250px;
	position: relative;
	left: 250px;
	padding-top: 34px;
}

