body {
  font-family:Verdana, Arial, 'Luciada Grande', sans-serif;
  color:#477aba;
  font-size:80%;
  background-image:url('img/bg.jpg');
  background-position:center;
  background-attachment:fixed;
  background-color:#fff;
}

h2 {
  font-weight:normal;
  margin:0;
}

#container {
  width:864px;
  margin:0 auto 0 auto;
  background-image:url('img/container-bg.gif');
  background-repeat:repeat-y;
  height:100%;
}

#top {
  width:864px;
  height:204px;
  margin:0 auto 0 auto;
  background-image:url('img/top.gif');
  background-repeat:no-repeat;
}

#pl-en{
  position:relative;
  top:60px;
  left:700px;
  color:#c2998f;
  font-size:15px;
  margin:0;
  text-decoration:none;
}

#pl-en:hover{
  font-weight:bold;
  margin-left:-4px;
  color:#f2bfb2;
}


#menu {
  width:208px;
  height:395px;
  float:left;
  background-image:url('img/menu.gif');
  background-repeat:no-repeat;
  background-position:top;
}

#menu-list {
  list-style:none;
  color:#e69e91;
  font-family:'Times New Roman';
  font-size:21px;
  margin-top:37px;
}

a.menu-link {
  color:#e69e91;
  text-decoration:none;
}

.menu-link:hover {
  font-weight:bold;
}

li.menu-link {
  margin-bottom:15px;
  margin-left:-22px;
}

#content {
  width:814px;
  min-height:470px;
  background-image:url('img/container-bg.gif');
  background-repeat:repeat-y;
}

.mss {
  padding-bottom:20px;
}

#content-text {
  width:606px;
  margin-left:208px;
  background-image:url('img/content-top.png');
  background-repeat:no-repeat;
  background-position:top;
}

#footer {
  width:864px;
  height:31px;
  background-image:url('img/footer.gif');
  background-repeat:no-repeat;
  margin:-13px auto 0 auto;
}

a {
  color:#679ada;
  text-decoration:none;
}

a:hover {
  color:#a7caff;
}

.show {
  cursor:pointer;
}

hr {
  height:0;
  border:0;
  border-bottom:1px dashed #477aba;
}

.italik {
  font-style:italic;
  font-family:'Times New Roman',serif;
  font-size:125%;
}