html {
/*     background: url(/pix/flowers-bg66.jpg) fixed 0px 0px; */
     background: #030;
     font-family: times, serif;
     font-size: 16px 
     }
body {
     width: 770px;
     margin: 0 auto;
     background: url(/pix/flowers-bbg.jpg) fixed 0px 0px; 
     }
#head-txt {
     font-size: 115%;
     width: 350px;
     position: relative;
     float: right;
     margin: 10px; 
     }
#headslides {
     width: 390px;
     height: 275px;
     position: relative;
     float: left; 
     }
#head-txt h1 {
     font-size: 20px;
     margin: 0;
     padding: 0; 
     }
/* SIDEMENU */
#sidemenu {
     position: relative;
     float: left;
     width: 180px; 
     }
#sidemenu ul {
     padding: 0;
     margin: 0 0 15px -15px; 
     }
*html #sidemenu ul {
     margin: 0 0 15px 0px; 
     }
#sidemenu ul li a:link,
#sidemenu ul li a:visited {
     padding: 2px 5px;
     display: block;
     color: black;
     text-decoration: none; 
     }
#sidemenu ul li:hover {
     background: green;
     color: yellow; 
     }
#sidemenu ul li a:hover {
     text-decoration: underline;
     color: yellow; 
     }
*html #sidemenu ul li a:hover {
     color: green;
     font-weight: bold; 
     }
#sidemenu ul li {
     list-style-type: none;
     margin: 1px 15px 0 0;
     border: 1px solid;
     background: url(/pix/flowers-bbg.jpg) fixed 0px 0px; 
     }
/* CONTENT */
.content {
     padding: 0 20px 0 0;
     font-size: 14px;
     width: 560px;
     position: relative;
     float: right; 
     }
.content h1,
.content h2 {
     font-style: italic;
     font-size: 18px;
     margin: 0;
     padding: 3px 0; 
     }
.content h1 {
     font-size: 24px;
     padding:  0 0 9px;
     }
.content p {
     margin: 0;
     padding: 1px 0 5px; 
     }
.content ul {
     margin: 0; 
     }
.content ul li {
     list-style-type: circle; 
     }
/* FOOTMENU */
#footermenu {
     margin: 15px auto;
     padding: 11px;
     font-size: 85%;
     text-align: center;
     border-top: 3px #d1d1d1 double;
     border-bottom: 3px #d1d1d1 double;
     width: 500px; 
     }
#footermenu ul {
     margin: 0;
     padding: 0; 
     }
#footermenu ul li {
     display: inline;
     list-style-type: none;
     white-space: nowrap;
     line-height: 150%; 
     }
#footermenu a {
     margin: 1px;
     padding: 1px 9px 2px; 
     }
#footermenu a:hover {
     background-color: #e0ffea;
     border: 1px #009cff dotted;
     margin: 0px; 
     }
.copyright {
     width: 400px;
     margin: 15px auto;
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 9px;
     color: #909090;
     text-align: center; 
     }
.ed textarea {
     width: 600px;
     height: 250px; 
     }
.right {
     margin: 0 0 0 15px; 
     position: relative;
     float: right;
     }
.left {
     margin: 0 15px 0 0; 
     position: relative;
     float: left;
     }
.tel {
     font-size: 105%;
     color: #900;
     font-weight: bold; 
     }
.clear {
     clear: both; 
     }
.pagecaption {     
     text-align: center;
     }
.pagecaption h2 {     
     font-size: 16px;
     }
.footleft img {float: left;}         
     
     