body {
	background-image: url('images/side.jpg');
	border:0;
	background-position: left;
	background-repeat: repeat-y;
        font-family: Times New Roman;
}

td {
        padding: 0px 0px;
        font-size: 14px;
        font-family: Perpetua, Times New Roman;
}
tdbutton {
        padding: 0px 0px;
        font-size: 11px;
        height: 40px;
        font-family: Times New Roman;
}

#header_box {
	margin: 0;
	position: absolute;
  top:    0px;
  left:   0px;
  width:  800px;
  height: 150px;
  border:0;
  overflow: hidden;
}

#side_box {
	margin: 0;
	position: absolute;
 top:    150px;
 left:   0px;
 width:  155px;
 height: 620px;
 overflow: hidden;
 border:0;
}

#bottom_box {
	margin: 0;
	position: absolute;
 top:    655px;
 left:   0px;
 width:  800px;
 height: 200px;
 overflow: hidden;
 border:0;
}

#text_box {
	margin: 0;
	position: absolute;
  top:    150px;
  left:   155px;
  width:  645px;
  height: 505px;
	background: #FFF799;
	font-family: Times New Roman, sans-serif;

}

/*
       A:link {text-decoration: none}
       A:visited {text-decoration: none}
       A:active {text-decoration: none}
*/
       A:hover {text-decoration: none; color: red;}

A.button {
   display: block;
   width: 155px;
   height: 101px;
   background: url('/images/button.jpg');
   overflow: hidden;
   text-decoration: none;
}
A.button1 {
   display: block;
   width: 155px;
   height: 101px;
   background: url('/images/leaf-maple.jpg');
   overflow: hidden;
   text-decoration: none;
}
A.button2 {
   display: block;
   width: 155px;
   height: 101px;
   background: url('/images/leaf-birch.jpg');
   overflow: hidden;
   text-decoration: none;
}
A.button3 {
   display: block;
   width: 155px;
   height: 101px;
   background: url('/images/leaf-bass.jpg');
   overflow: hidden;
   text-decoration: none;
}
A.button4 {
   display: block;
   width: 155px;
   height: 101px;
   background: url('/images/leaf-box.jpg');
   overflow: hidden;
   text-decoration: none;
}

A.button SPAN {
   display: block;
   width: 155px;
   height: 40px;
   text-align: center;
   overflow: hidden;
   font-size: 24px;
   font-family: Perpetua, Helvetica, sans-serif;
   color: #1F1F1F;
   margin-top: 30px;
   margin-left: 0px;
} 
A.button2 SPAN {
   display: block;
   width: 155px;
   height: 40px;
   text-align: center;
   overflow: hidden;
   font-size: 24px;
   font-family: Perpetua, Helvetica, sans-serif;
   color: #1F1F1F;
   margin-top: 30px;
   margin-left: 0px;
} 
A.button3 SPAN {
   display: block;
   width: 155px;
   height: 40px;
   text-align: center;
   overflow: hidden;
   font-size: 24px;
   font-family: Perpetua, Helvetica, sans-serif;
   color: #1F1F1F;
   margin-top: 30px;
   margin-left: 0px;
} 
A.button4 SPAN {
   display: block;
   width: 155px;
   height: 40px;
   text-align: center;
   overflow: hidden;
   font-size: 24px;
   font-family: Perpetua, Helvetica, sans-serif;
   color: #1F1F1F;
   margin-top: 30px;
   margin-left: 0px;
} 
A.button1 SPAN {
   display: block;
   width: 155px;
   height: 40px;
   text-align: center;
   overflow: hidden;
   font-size: 24px;
   font-family: Perpetua, Helvetica, sans-serif;
   color: #1F1F1F;
   margin-top: 30px;
   margin-left: 0px;
} 
A.button:hover SPAN {
  color: #0000FF;
  font-size: 30px;
  text-decoration: underline;
}
A.button1:hover SPAN {
  color: #0000FF;
  font-size: 30px;
  text-decoration: underline;
}
A.button2:hover SPAN {
  color: #0000FF;
  font-size: 30px;
  text-decoration: underline;
}
A.button3:hover SPAN {
  color: #0000FF;
  font-size: 30px;
  text-decoration: underline;
}
A.button4:hover SPAN {
  color: #0000FF;
  font-size: 30px;
  text-decoration: underline;
}
