body {
	direction: rtl;
	font-family: simple_clm;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	background-color: #EFF1E8;
	height: 100%;
}

h1 {
	margin: 0px;
	padding-bottom:5px;
	font-size: 50px;
}

h2 {
	border-top: solid 1px white;
	display: inline;
	padding-top: 5px;
	font-size: 35px;
}
h4 {
	border-bottom: 4px solid #fae596;
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 24px;
}

.wrapper {
	min-height: 100%;
	width: 100%;
	position: relative;
}

.header {
	padding: 20px;
	background-color: #007777;
	color:white;
}

.menu {
	background-color: #005555;
	direction: ltr;
	box-shadow: 0px 5px 5px -2px gray;
	padding-top: 7px;
	padding-bottom: 7px;
}

.menu div {
	display: inline-block;
	border-right: 1px solid white;
	padding-right: 20px;
	padding-left: 20px;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu div a {
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.menu div:hover {
	background-color: rgb(128, 204, 204);
}

.content {
	padding-right: 60px;
	padding-left: 300px;
	padding-bottom: 40px;
}
.english {
	direction: ltr;
	margin-top: 100px;
}
img.profile {
  width: 300px;
  float: left;
  margin: 30px;
  border: 0px solid transparent;
  border-radius: 13px;
  box-shadow: 0px 0px 6px #888888;
}
img.low-pic {
  margin: 30px;
}

img.publications {
	width: 350px;
  clear: left;
}

iframe.contact-map {
	float: left;
	margin-left: 40px;
	margin-top: 30px;
}
.footer {
  clear: both;
  background-color: #005555;
  position: fixed;
  bottom: 0px;
  display: block;
  width: 100%;
  color: white;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px -5px 6px -2px gray;
}

.footer p {
  margin: 0;
  font-size: 10px;
  margin-left: 10px;
}

.best {
    background-color: #d3d2de;
    padding: 1px 15px 1px 15px;
	border: 1px solid #b8b8b8;
    border-radius: 15px;
    box-shadow: 0px 0px 10px -5px;
	text-align: center;
	margin: 30px;
	width: 80%;
}

.best img {
	padding: 15px;
}

p.about-subt {
    font-weight: bold;
    font-size: 135%;
    color: #565656;
}

.about-sect {
	margin-right: 15px;
}
