﻿.Right_meny
{
	  float:left;
	  width:250px;
	  height:500px;
	  border:solid thin red;
	}
.Left_Content
{
	  float:left;
	  width:350px;
	  height:500px;
	  border:solid thin blue;
	
	}
	
	.Top_head
	{
		 clear:both;
		 width:680px;
		
		}