html {overflow-y: scroll; font-family:"Arial","Georgia","Times New Roman"}
body {background-image:url('Graphics/Blend2.jpg'); background-repeat:repeat-x;background-attachment:fixed} 

table,tr,td {border-width: 0px 0px 0px 0px; border-collapse: collapse; margin: 0; padding: 0;}
table.padless {padding:0px;}

td.main {padding:20px; border-width: 0px 0px 0px 0px;}
td.menu {
  background-image:url('Graphics/MenuCenter.png');
  background-repeat:repeat-x;
  text-align:center;
  border-width: 0px 1px 0px 1px;
  border-left-color:#ffffff;
  border-right-color:#663300;
  width:150px;}

img {border:0px}

.wt {background-color:#ffffff;}

a.home {display: block; width: 113px; height: 40px; background: url("Graphics/ButtonHome.png");}
a.home:hover {background-position: -115px 0;}

a.products {display: block; width: 113px; height: 40px; background: url("Graphics/ButtonProducts.png");}
a.products:hover { background-position: -115px 0;}

a.house {display: block; width: 113px; height: 40px; background: url("Graphics/ButtonHouse.png");}
a.house:hover {background-position: -115px 0;}

a.photos {display: block; width: 113px; height: 40px; background: url("Graphics/ButtonPhotos.png");}
a.photos:hover {background-position: -115px 0;}

a.links {display: block; width: 113px; height: 40px; background: url("Graphics/ButtonLinks.png");}
a.links:hover {background-position: -115px 0;}

a.about {display: block; width: 113px; height: 40px; background: url("Graphics/ButtonAbout.png");}
a.about:hover {background-position: -115px 0;}

a.contact {display: block; width: 113px; height: 40px; background: url("Graphics/ButtonContact.png");}
a.contact:hover {background-position: -115px 0;}

a:link    {color:#000000; text-decoration:underline;}
a:visited {color:#000000; text-decoration:underline;}
a:hover   {color:#000000; text-decoration:underline;}
a:active  {color:#000000; text-decoration:underline;}

a.otherLink:link    {color:#000000; text-decoration:underline;}
a.otherLink:visited {color:#000000; text-decoration:underline;}
a.otherLink:hover   {color:#000000; text-decoration:underline;}
a.otherLink:active  {color:#000000; text-decoration:underline;}

.displace {position: absolute; left: -5000px;}
