/* CSS Document */
div.content_back 
{
	width: 100%;
	float: left;
	background-color: rgb(239,239,233);
	overflow: hidden;
	position: relative;
}
div.menu_back 
{
	float: left;
	background-color: rgb(239,239,233);
	width: 100%;
	position: relative;
	right: 750px;    /* width of content area */
}
div.left_back 
{
	width: 100%;
	position: relative;
	right: 230px; /* width of the menu area */
	float: left;
	background-color: rgb(119,189,116);
}
div.left_sidebar 
{
	float: left;
	width: 20px;
	overflow: hidden;
	position: relative;
	left: 980px;
}
div.menu 
{
	float: left;
	width: 230px;
	overflow: hidden;
	position: relative;
	left: 980px;
  min-height: 140px;
  height: auto!important;
  height: 140px;
}
div.content_title
{
  float: left;
  overflow: hidden;
  position: relative;
  width: 750px;
  left: 980px;
  height: 120px;
}
div.content 
{
	float: left;
	overflow: hidden;
	width: 750px;
	position: relative;
	left: 980px;
  /*
  min-height: 600px;
  height: auto!important;
  height: 600px;
  */
}

