/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #008284;
}

p{
 text-align: justify;
 text-indent: 38px;
 font-family: Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}


.menu{
  font-family: "Times New Roman", Times, serif;
  font-size:12px;
  font-weight: bold;
  font-style: italic;
}

.button {
  position: absolute;
  left: 20px;
  height: 57px;
  width: 168px;
  color: #DAE122;
  text-align:center;
  vertical-align: bottom;
  background-image:url(../conf/button_n.png);
  cursor:pointer;
}

#toolbar img, a{
  border: 0;
  text-decoration: none;  
}

#content{
	width: 255px;
	height: 542px;
	overflow: scroll;
	display: none;
	position: absolute;
	z-index: 1;
	top: 36px;
	left: 0px;
	background-color: #DACC98;
	text-align: left;
	font-size: 10px;
	
}
#content ul{
  padding: 0;
  margin: 10px;
  list-style-type: none;
}
#content ul li{
  padding: 0;
  margin: 5px;
  cursor: pointer;
}
#content a{
  text-decoration: none;
  color: #000000;
  width: 100%;
}
#content a:hover{
  text-decoration: none;
  color: #000000;
  width: 100%;
  background-color: #FFE1AC;
}

#workspace{
  background-image: url(../other/hist_ukr.jpg);
  background-repeat: no-repeat;
}

#text{
  width: 400px;
  height: 500px;
  font-size: 12px;
  background-color: #D7C88C;
  position: absolute;
  left: 50px;
  top: 50px;
  display: none;
  z-index: 1;
}

a{
  text-decoration: none;
  color:#000000;
}