.style3 {
font-size:large;
color:#333333;
}

.style4 {
font-size: medium;
color: #333333;
}
.style5 {
font-size: x-large
}
body {
background-color: #FFCC66;
background-image: url('../texas.gif');
}
.style8 {
font-size: large;
color: #000000;
}
.style9 {
color: #000000
}
img {
  border-width : 0px;
  border-style : solid;
}

a {
  color: #4a4a4a;
}

#navigation {
  position : absolute;
  right : 360px;
  top : 8px;
  width : 650px;
}

#navigation td {
  padding-right : 20px;
  padding-left : 20px;
}

#sidebar {
  position : absolute;
  right : 1050px;
}

#sidebar img {
width:100px;
}

#body {
  position : absolute;
  right : 360px;
  top : 80px;
  width : 650px;
  
}

#logo {
  position : absolute;
  right : 0px;
}

#footer {
  position : absolute;
  text-align : left;
  top:650px;
  right:400px;
}

a#Image1 img {
  width : 120px;
  height : 50px;
  background : no-repeat top left;
  background-image : url('../1toilet.png');
}

a#Image1:hover img {
  background-image : url('../toilet.png');
}

a#Image2 img {
  width : 120px;
  height : 50px;
  background : no-repeat left;
  background-image : url('../1tub.png');
}

a#Image2:hover img {
  background-image : url('../tub.png');
}

a#Image3 img {
width : 140px;
height : 50px;
background : no-repeat top left;
background-image : url('../1sink.png');
}

a#Image3:hover img {
  background-image : url('../sink.png');
}

#photo {
  position:absolute;
  top:200px;
  right:310px;
  height:500px;
  width:500px;
}

#photo img {
width:450px;
}
