#legend{
	float:right;
}
.legend{
	float: left;
}
.legend li{
	list-style-type:none;
	font-family: sans-serif;
}
.legend span{
	font-family: sans-serif;
	font-size: 12px;
}
.legend ul{
/*	not sure if this is doing anything? will have to be edited eventually*/
  padding:0;
  margin-left:0px;
  padding-right: 20px;
  margin-top: 0px;
}
#legend_description{
	float: left;
	width: 175px;
	margin-left: 55px;
	height: 100%;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #f4f4f4;
/*	margin-top: 25px;*/
	padding: 15px;
}
#legend_link{
	cursor: pointer;
}
