body {
	font: 10px verdana;
}

#header {
  width: 445px;
  height: 282px;
  background: url(images/header_2.jpg) no-repeat;
}

#logo_title {
   height: 122px;
  _height: 135px;/*IE 6.0 FIX*/
}

#thumb_ktiria{
    float:right;
	width: 166; 
	height: 280;
	_height: 281;
	background: #2A2A2A;
	text-align: center;
	vertical-align: middle;
	}
#nav {
 background:auto;
  }
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #2A2A2A;
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  background: 188px 10px url(images/arr_white.gif) no-repeat;
  padding: 4px 0 0 25px;
   _height:4px; /*IE FIX*/
}
#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
  border: none;
  background: 188px 10px url(images/arr_orange.gif) no-repeat;
}
#nav .important a {
  color: #E9C379;
}