.descr {
	display: block;
	margin: 5px;
	white-space: pre-wrap;
	word-wrap: break-word; 
	font-size: 14px;
	font: 100.01% Arial, "Times New Roman";
	font-weight: none;
	line-height: 22px;
}

select { 
	font: 100.01% Arial, "Times New Roman";
	font-size: 18px;
	width: 500px;
	background: #101a1a;
	color: white;
	border: 1px solid #e5ffff;
	font-weight: normal;
	margin-bottom: 5px;
	} 

h2 {
	font-size: 20px;
	text-decoration: underline;
	font-weight: normal;
}

h3 {
	font-size: 18px; 
	color:#b7aa7e;
	text-decoration: underline;
	font-weight: normal;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

ul.pub, ul.art {
	list-style: none;
}

li.pub, li.nomargin {
	background:url(images/map_silwan/book.png)  no-repeat left top; 
	padding-left: 50px; 
	margin: 3px 0;
	margin-top:15px;
	margin-left:-30px;
	line-height: 22px;
}

li.art {
	background:url(images/map_silwan/article.png) no-repeat left top; 
	padding-left: 50px; 
	margin: 3px 0;
	margin-top:15px;
	margin-left:-30px;
	line-height: 22px;
}

li.nomargin {
	margin-left: 0;
}

div.maindiv {
	display: block;
	margin:15px;
	width:450px;
	_margin-left: 5px;
	float:left;
}

div.seconddiv {
	display:block;
	margin:10px 10px 0px 490px;
	_margin: 10px 10px 0px 480px;
	direction:ltr;
}

