body {width: 800px; 
   background: #ffffff;
   font-family: Arial, san-serif;
   }
   
.top-decoration {width: 100%; height: 18px;
   background: white url(images/topbg.gif) repeat-x;
   }
   
.address {font-size:70%;
   padding-top: 10px ;
   }
   
#header {display: inline;
   height: 70px;
   }
   
.left {float:left;}
.right{float:right;}

#menu {background: white url(images/navbg.gif) repeat-x;
   height: 78px; width: 100%;
   display: block;
   }
   
#navlist ul {margin: 0px;
   padding:0;
   }
   
#navlist li {display: inline;
   list-style-type: none;
   }
   
#navlist a {border:0px solid #333;
   padding-top: 21px;
   padding-bottom:31px;
   text-decoration: none;
   /*background: white url(images/navbg.gif) repeat-x;*/
   position: relative;
   top: 21px;
   color: yellow;
   }
   
#navlist a:hover {color: black;}
  /*#navlist a:visited {color: yellow;}	*/
.line1 {font-size: 120%;
   line-height:120%;
   border-top: 20px;
   font-weight: bold;
   font-style: italic;
   }
   
.line2 {font-size: 100%;
   width: 75px;
   line-height:100%;
   font-weight: bold;
   font-style: italic;
   }
   
#footer {width: 100%; height: 35px;
   }
   
.fnavlist  {/*display: inline;*/
    width: 100%; height: 35px;
    padding-left: 0%; padding-top: 0px;
    background:white url(images/basebg.gif);
    }
	
.fnavlist a {/*display: inline;*/
    border: 0px solid #333;
	position: relative;
	top: 9px;
    list-style-type: none;
    }
	
li.tbutton {width:auto; height: auto;
   outline-style: none;
   text-decoration: none;
   font-size: 75%;
   font-weight: bold;
   font-style: italic;
   display: inline;
   }
   
li.tbutton a:visited {color: green; /*change this to what ever you want*/
    text-decoration: none;
    }
	
li.tbutton a:link {color: black;
    text-decoration: none;
    }
	
li.tbutton a:hover {background: red;
   color: white;
   text-decoration: none;
   }
   
#content {width: 100%; height: auto;}

 .special_center {
  width: 225px;
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  margin: 5px 0px 0px 0px;
  background: yellow;
  }