body { 
  background-color:#e8ebef;
  margin:0;
  font-family: Verdana, Serif;
  font-size: 12px;
  color: #000000;
}

a { text-decoration:none; }
a:hover { text-decoration: underline; }
  
img { border:0px; }

#layout {
  width: 700px;
  margin:0 auto;
  padding:0 50px;
	background:#ffffff;
	position:relative;  
}

#head { 
  height: 90px; 
  position: relative;
}
#text { 
  width: 400px; 
  margin: 0 150px;
}

#image-block { 
  height: 200px;
  background-color: #dadfe5;
  margin: 25px 0;
}

#image-block img { border: 1px solid #dadfe5; }

#bottom-nav { 
  position:relative;
  width: 770px;
  margin: 0 auto;
  padding: 0 15px;
  height: 30px;
  background-color: #d0d6de;
  color: #24326c;
  font-size:12px;
  font-family: "Myriad Pro", Arial;
  font-weight:bolder;
  line-height:30px;
}

#under-nav { 
  position:relative;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  font-size:12px;
  font-family: "Myriad Pro", Arial;
  color: #969595;
  line-height:30px;
  text-align: right;
}
   
#text {
  margin: 0 0 0 20;
}

#text h1 {
  font-smooth: always;
  font-family: "Myriad Pro", Arial;
  color: #24326c;
  font-size:24px;
}

#text h2 a {
  font-smooth: always;
  font-family: "Myriad Pro", Arial;
  color: #9c9e0c;
  font-size:16px;
}

#text .flogo {
  position:absolute;
  top:0px;
  width:150px;
  margin-left:-150px;
  text-align:center;
}



.abstract {
  font-family: "Myriad Pro", Arial;
  color: #24326c;
  font-size:14px;
  border-top: 1px solid #24326c;
  border-bottom: 1px solid #24326c;
  padding:10px 0;
}


