 @font-face {
font-family: GF Zemen, Arial Narrow;
font-style: normal;
font-weight: normal;
src: url(http://ethiopianreview.com/common/ETHIOPI0.eot);
}
/*
#title {
  display: block;
  background: url("/common/logo2.png");
  height: 100px;
  width: 100px;
  position: absolute;
  margin:50px;
}

#top {
  height: 200px;
  width: 200px;
  position: fixed;
}
*/

#main {
  width: 350px;
  margin: 50px auto 0 auto;
  text-align: justify;
  margin-left: 25px;
  margin-right: 210px;
  position:relative;
}

dd {
   margin-bottom: 1em;
}

dt {
   font-weight: normal;
}
#txt{
 font-size: 20px;
}
#sidebar {
  width: 425px;
  position: absolute;
  top: 50px;
  right: 10px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;

}

.sidebarbox {
  padding: 10px;
  border: solid 1px #CCC

}
#firefox {
  text-align: center;
}

#latinica {
  position : relative;


}
  
#latinica h3 {
  margin: 0px;
  font-size : 10px;
  margin-bottom : 0.5em;
}
	
#latinica div {
  float : left;
  width : 60px;
  height : 30px;
  font-size : 12px;
  text-align : left;
}


#latinica div span {
   font-size : 1.5em;
  font-weight : normal;
  float : left;
  margin-right : 2px;
}
    
code {
  display: block;
  text-align: left;
  border: dotted 1px black;
  padding: 1em;
  white-space: pre;
  padding-top: 0;
  overflow: auto;
  color: #008;
  background-color: #FFE;
  max-height  : 300px;
}
		
kbd, var {
  color: #060
}
		
textarea {
  background: transparent;
}
#menu-bar{
    background-color: #DFDFDF;
    background-image: url("/images/menu-background.png");
    background-repeat: repeat-x;
    text-align: center;
    font-family:GF Zemen, Arial, sans-serif, serif;
}

#menu-bar table {
    height: 25px;
    border-left: 1px solid #B6B6B6;
}


#menu-bar td {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #B6B6B6;
    cursor: pointer;
}

#menu-bar td:hover {
    background-image: url("/images/menu-background-highlight.png");
    background-repeat: repeat-x;
    background-color: transparent;
}

