body  {
      font-family: times new roman; serif;
      font-size: 13px;
      color: black;
      margin:0px;
      }
      
body.home
      {
      background: url('images/leaf-bg.gif');
      background-repeat: no-repeat;
      background-attachment: fixed;
      }
      
body.garden
      {
      background: url('images/garden-bg.gif');
      background-repeat: no-repeat;
      background-attachment: fixed;
      }

body.tree
      {
      background: url('images/tree-bg.gif');
      background-repeat: no-repeat;
      background-attachment: fixed;
      }
      
body.contact
      {
      background: url('images/contact-bg.gif');
      background-repeat: no-repeat;
      background-attachment: fixed;
      }

h3    {
      font-size:18px;
      }

hr    {
      width: 700px;margin-bottom:10px;margin-top:10px
      }
      
hr.small
      {
      width: 400px;
      }

div.body
      {
      width: 790px;
      }

div.content
      {
      width: 700px;
      text-align:left;
      }
      
div.address
      {
      color: #003300;
      font-weight:bold;
      font-size:14px;
      margin-top: -10px;
      margin-bottom: -10px;
      }

div.menubar
      {
      margin-top:10px;
      width:514px;
      height:28px;
      color: white;
      font-weight:bold;
      font-size:14px;
      background: url('images/menubar.gif');
      }
div.menutext
      {
      position: relative;
      top: 5px;
      }
      
div.rbiggreen
      {
      color:#339966;
      font-size:48px;
      }

div.biggreen
      {
      color:#339966;
      font-size:30px;
      }

div.brown
      {
      color:#996633;
      font-size:24px;
      }
div.smallbrown
      {
      color:#996633;
      font-size:20px;
      }
      
a.menu
      {
      text-decoration:none;
      color:white;
      }

a.menu:hover
      {
      text-decoration:underline;
      }
a.green
      {
      text-decoration:none;
      color:#339966;
      }

a.green:hover
      {
      text-decoration:underline;
      }
a.brown
      {
      text-decoration:none;
      color:#996633;
      }

a.brown:hover
      {
      text-decoration:underline;
      }

span.menubar
      {
      padding-top:5px
      }
