body
{
  font-family:arial;
  background-image:url('images/background/background.jpg');
  background-repeat:repeat-x;
  background-color:#303B41;
  margin:0px;
}

div.top
{
  width:800px;
  height:44px;
  color:white;
  font-size:11px;
  text-align:right;
  background-image:url('images/background/top.jpg');
  background-repeat:no-repeat;
  background-position:center;
}

div.header
{
  width:800px;
  background-image:url('images/background/header.jpg');
  background-repeat:no-repeat;
  background-position:center;
  text-align:center;
  height:149px;
}

div.bottom
{
  width:100%;
  height:35px;
  color:white;
  background-image:url('images/background/bottom.jpg');
  background-repeat:no-repeat;
  background-position:center;
}

div.body
{
  background-color:#303B41;
  text-align:center;
  background-image:url('images/background/body.jpg');
  background-repeat:repeat-y;
  background-position:center;
}

div.footer
{
  width:100%;
  background-image:url('images/background/footer.jpg');
  background-repeat:no-repeat;
  background-position:center;
  text-align:center;
  height:43px;
  color:white;
}

div.menu
{
  width:750px;
  text-align:left;
  padding-top:7px;
}

div.front
{
  font-weight:bold;
  color:#21577D;
  margin:25px 0px 0px 0px;
  width:500px;
  border:1px solid #21577D;
  background-color:#B7DFF8;
  padding:5px 0px 5px 0px;
  background-image:url('images/top5.jpg');
  background-repeat:no-repeat;
  background-position:center;
}

a.menu
{
  color:white;
  text-decoration:none;
}

a.menu:hover
{text-decoration:underline;color:#97C6E0;}

a.pictures
{color:#21577D;text-decoration:none;font-weight:bold;}

a.pictures:hover {text-decoration:underline;font-weight:bold;}

a.top5
{color:#21577D;text-decoration:none;}

a.top5:hover {text-decoration:underline;}

img {border:none;}
