﻿body
{
  background-color: #a7cbdf;
  margin: 0px;
  padding: 0px;
}

.Kitchen
{
  background-image: url('/images/kitchen.jpg');
  background-position: right top;
  background-repeat: no-repeat;
  
  min-height: 627px;
  _height: 627px;
}

.KitchenBg
{
  background-image: url('/images/kitchen-bg.jpg');
  background-position: right top;
  background-repeat: repeat-x;
  
  margin-right: 530px;
  height: 627px;
}

.Bedroom
{
  background-image: url('/images/bedroom.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 62px;
  left: 0px;
  width: 700px;
  min-height: 627px;
  _height: 627px;
  text-align: right;
}
.Bedroom img
{
  border-width: 0px;
}

.WomanMap
{
  position: absolute;
  top: 205px;
  left: 63px;
  width: 245px;
  height: 407px;
  border-width: 0px;
}
.GirlMap
{
  position: absolute;
  top: 234px;
  left: 331px;
  width: 165px;
  height: 365px;
  border-width: 0px;
}
.MotherMap
{
  position: absolute;
  top: 154px;
  right: 96px;
  width: 142px;
  height: 380px;
  border-width: 0px;
  _right: auto;
  _left: expression((document.body.clientWidth - 238) + "px");
}

.IndexTextPad
{
  position: absolute;
  top: 620px;
  left: 0px;
  margin-left: 25px;
}
.IndexText
{
  padding-left: 15px;
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
}
.IndexText table
{
  width: 95%;
}
.IndexText table td
{
  vertical-align: top;
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}

.IndexText h1, .IndexText h1 a
{
  font-size: 14pt;
  font-weight: normal;  
}
.IndexText h2, .IndexText h2 a
{
  font-size: 10pt;
  font-weight: normal;  
}

.IndexVote
{
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}
.IndexVote .SubmitButton
{
  font-family: Tahoma;
  font-size: 8pt;
  background-color: #dedede;
  color: black;
  border: solid 1px #c0c0c0;
}
.IndexFooter
{
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: solid 1px #7eb4d2;
}

.IndexLang
{
  position: absolute;
  top: 62px;
  right: 160px;
  border-width: 0px;
}

.NewsDate
{
  color: #606060;
  font-weight: normal;
  font-size: 8pt;
}