#photoleft 	{
	background-color: white;
	background-image: none;
	float: left;
	overflow: auto;
	height: 150px;  
	width: 150px;
	}
	
#photoright	{
	background-color: white;
	background-image: none;
	float: right;
	overflow: hidden;
	width: 795px;
	}
