body
{
  background-color : #9ec4f2;
  margin : 0px auto;
}

#main
{
  position : absolute;
  width : 934px;
  left : 50%;
  margin-left : -467px;
}

#header
{
  height : 163px;
  width : 934px;
  background-image : url(../gfx/header.jpg);
  background-repeat : no-repeat;
}

#menu
{
  position : absolute;
  height : 27px;
  margin-left : 94px;
  margin-top : 127px;
}

#sets
{
  height : 85px;
  width : 934px;
  background-image : url(../gfx/sets.jpg);
  background-repeat : no-repeat;
}

#sets .set
{
  margin-left : 76px;
  font-family : verdana;
  font-size : 11px;
  color : #39748d;
  padding-top : 17px;
}

#sets .set img
{
  padding-bottom : 6px;
}

#content
{
  margin-left : 17px;
}

#content #content_top
{
  height : 30px;
  width : 900px;
  background-image : url(../gfx/content_top.jpg);
  background-repeat : no-repeat;
}

#content #content_container
{
  background-color : #FFFFFF;
  width : 850px;
  padding-left : 25px;
  padding-right : 25px;
}

#content #content_container .thumb
{
  width : 113px;
  height : 113px;
  border : 1px solid #d5d5d5;
  float : left;
  margin : 10px;
  margin-right : 16px;
  background-repeat : no-repeat;
  background-color : #FFFFFF;
}

#content #content_container .thumb img
{
  border : 0;
  width : 113px;
  height : 113px;
}

#content #content_footer
{
  height : 40px;
  width : 900px;
  background-image : url(../gfx/content_footer.jpg);
  background-repeat : no-repeat;
  background-position : top;
}

#contact
{
  font-family : verdana;
  font-size : 10px;
  color : #FFFFFF;
  text-align : center;
  margin-bottom : 10px;
}