/* Header
--------------------------------------------------------------------------------*/

#header .wrap .logo{
  float:left;
  height: 150px;
  background-image: url(/images/logo.jpg);
  background-position: top;
  background-repeat: no-repeat;
  width: 311px;
}
#header .wrap .logo a{
  position:relative;
  display:block;
  padding: 0;
  text-decoration:none;
}

/* Content
--------------------------------------------------------------------------------*/

#content .center span.page_name{
  color:#fff;
  padding:0 5px;
  display: block;
  border-bottom: 1px solid #45494d;
  position: relative;
  margin: 0 0 0 280px;
}
#content .center span.page_name span{
  padding:15px 0 15px 15px;
  display: block;
  font-size: 24px;
  color: #fff;
  position: relative
}
#content .center .in p{
  margin:20px 0;
}
#content .center .in .path{
  font:normal 11px Tahoma;
  line-height: 18px;
  padding:5px 0 11px 0;
  color: #919191;
  display:block;
}
#content .center .in .path a{
  color: #919191;
}
.in ul{
  margin: 10px 0 10px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.in ul li{
/*  list-style-type: disc*/;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  background:url(/images/list_style_type.gif) no-repeat left 5px;
  list-style: none
}
#content .sidebar_left img,
#content .center .in img{
  vertical-align: top;      /* Fix 3px bug IE */
  margin: 0 10px 0 0;
  padding: 3px;
  border: #45494d solid 1px;
}
#content .sidebar_left img{
  margin: 0 0 10px 0;
  text-align: center;

}
/* Link */
a {
  color:#fff;
  text-decoration: underline;
}
a:hover {
  color:#FFFF00;
  text-decoration: none;
}
/*#footer .wrap .right{
  display: inline;
  margin: 0 15px 0 0;
}
#footer .wrap .left{
  display: inline;
  margin: 0 0 0 15px;
}*/
#footer .wrap p{
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  margin: 11px 20px 0 20px;
}
fieldset.input {
  border: none;
  padding: 0 15px;
}
.inputbox {
  border: 1px solid #45494d;
  background: #000 url(/images/bg_footer.jpg) repeat-x bottom;
}
input.button,
.button{
  height:27px;
  margin: 5px 0 0 0;
  background: #ededed url(/images/bg_input.jpg) repeat-x bottom;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: bold
}
.dropcap {
  float: left;
  width: 64px;
  font-size: 64px;
  text-align: center;
  line-height: 60px;
  font-family: Georgia, "Times New Roman", serif;
}
/*Gallery Grayscale Image*/
#content .center img.GGI {
  position: absolute;
  z-index: 1;
  border-width: 0px;
}
/*Gallery Color Image*/
#content .center img.GCI {
  position: absolute;
  z-index: 2;
  display: none;
  border-width: 0px;
}
/*Gallery Big Image*/
#content .center img.GBI {
  position: absolute;
  z-index: 4;
  display: none;
  border: 5px solid #000;
  padding: 0;
}

#footer .right a {
  text-decoration: none;
}

.page404 {
  color: #FFF;
  background-color: #000;
  border-width: 0;
}

#hcard-Roman-Korzh {
  position: absolute;
  background-color: #000;
  width: 300px;
  height: 140px;
  border: 1px solid #FFF;
  display: none;
  margin-top: 150px;
  padding: 4px;
}

.underline {
  text-decoration: underline;
  margin-bottom: 7px;
}

#hcard-Roman-Korzh .photo {
  float:right; 
  margin-left:-10px;
}