#container #left_side {
  float:right;
  width: 272px;
  padding: 0;
  margin-left:25px;
  border: 1px solid   #CDC4AC; 
  /*		border-bottom: 1px solid #CDC4AC;  */
  background: papayawhip;  /* #E5E0D4 ; */
  z-index: 1;}
#container #left_side #supportingPicture {
	top: 0;
  right: 0;
  background:transparent;
	padding: 5px;
/*	margin: 0 0 0 42px; */
}
#container #left_side #linkList {
  position:relative;
/*  height:454px;  */
  padding-bottom:20px;
}
#linkList2, #more {
		margin: 0 15px 15px 15px;
	}
#linkList3 {
  position: absolute;
  right: 300px;
  top: 0px;
}

#linkList h3 a
	{
		color: #635F57;
		font-family: verdana arial trebuchet ms;
		font-size: 100%;
		margin: 0 0 6px 0;
		padding: 0;
	}

#linkList ul
	{
		margin: 0px;
		padding: 0px;
	}
#linkList li , div.explanation li
	{
		display: block;
		margin-bottom: 2px;
		padding-left: 14px;
		background: url(images/arrow2.gif) no-repeat 0 5px;
		list-style-type: none;
	}
li.select {
		display: block;
		margin-bottom: 2px;
		padding-left: 15px;
		background: url(images/arrow2.gif) no-repeat 0 5px;
		list-style-type: none;
	}


#linkList li a:link
	{ 
		color: #c96;
		border-bottom: none;
	}
	
#linkList li a:visited
	{
		color: #c96;
		border-bottom: none;
	}
	
#linkList li a:hover
	{
		color: #963;
	}

