/* Website */

body
{
  margin: 0px;
  background-image:url('gfx/background.jpg');
  text-align:center;
}
#design
{
  height: 100%;
  width: 940px;
  border-spacing:0px;
  background-image:url('gfx/shadow.gif');
  
}
#shadow
{
  width:20px;
}
#header
{
  width:900px;
  height: 90px;
  background-image:url('gfx/header.jpg');
  background-repeat:no-repeat;
  vertical-align:top;
}
#advert_left
{
  float:left;
  margin:12.5px 0px 0px 47px;
}
#advert_right
{
  float:right;
  margin:12.5px 47px 0px 0px;
}
#bar
{
  height:26px;
  background-image:url('gfx/bar.jpg');
  padding:0px 5px;
}
#bar table
{
  font-family:Verdana;
  font-size:10pt;
  color:#402703;
  font-weight:bold;
}
#navi
{
  width:170px;
  background-image:url('gfx/background_navi.jpg');
  vertical-align:top;
}
#content
{
  width:700px;
  background-image:url('gfx/background_body.jpg');
  vertical-align:top;
  padding:15px;
}