/*****************************************************************************/
/* Stylesheet for the pacificstream website - development@pacificstream.info */
/*****************************************************************************/

/* General body styles */
body
{
  margin:0px;
  background-image:url('background.jpg');
  background-position:top left;
  background-repeat:no-repeat;
  padding:27px;
}

/* This is the table of which the whole site is based around! */
table.layoutTable
{
  border-collapse:collapse;
  width:100%;
  max-height:600px;
  height:100%;
  /* IE Hack */
  height:expression(document.body.clientHeight > 600? "600px": "100%" );
}
td.layoutLeft
{
  vertical-align:bottom;
  text-align:left;
  width:110px;
}
td.layoutMiddle
{
  vertical-align:bottom;
  text-align:right;
}
td.layoutRight
{
  vertical-align:bottom;
  text-align:right;
  width:510px;
}