html,body
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

body
{
  background-color: rgb(182, 29, 142);
  text-align: center;
}

div.page
{
  position: relative;
  width: 780px;
  height: 100%;
  margin: 0px auto;
  text-align: left;
}

div.pageLeft
{
  position: absolute;
  width: 100px;
  height: 100%;
  min-height: 100%;
  height: auto !important;
}

div.menu
{
  position: relative;
  top: 150px;
}

div.menuLink
{
  text-align: center;
  width: 100px;
  margin-bottom: 10px;
}

h1
{
  color: rgb(206, 155, 36);
  font-size: 24px;
}

div.menuLink A
{
  font-family: Times New Roman;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: rgb(206, 155, 36);
}

div.menuLink A:hover
{
  text-decoration: underline;
}

div.pageRight
{
  position: absolute;
  width: 650px;
  left: 100px;
  height: 100%;
  min-height: 100%;
  height: auto !important;
  background: white url('http://www.pawsandtails.com.au/index.php?site=17&file=imgs/l_contentBG.gif&layout=main') no-repeat 0px 150px;
}

div.header
{
  position: relative;
  width: 100%;
  height: 150px;
  background: rgb(182, 29, 142) url('http://www.pawsandtails.com.au/index.php?site=17&file=imgs/l_headerPets.jpg&layout=main') no-repeat right;
  text-align: left;
}

div.headerLogo
{
  position: relative;
  top: 30px;
}

div.content
{
  position: relative;
  text-align: left;
  padding: 10px;
}