/* Hillside.css - a style sheet for Hillside Gardens park */
body 
{ text-align: center;
  font-family: Times, Arial, Helvetica, sans-serif;
  font-size: 14;
}

h1
{ color: #ffffff;
  font-size: 32;
  margin: 2;
}

h2
{ color: #002200;
  font-size: 18;
}

h3
{ color: #002200;
  font-size: 16;
}


td
{ font-size: 14;
  font-family: Times, Arial, Helvetica, sans-serif;
}


a
{  text-decoration: none;
     color:  #5070b0;
}
a:hover
{	
       color: #000000;
}

/* styles for the main divisions */
/* style for the outermost divisions */
#container 
{  position: relative;
   width: 900px; 
   padding: 20px;
   padding-bottom: 160px;  /* needs to include the logo image at the bottom of the page; */
   margin-left: auto;
   margin-right: auto;
   border:ridge 8px rgb(100, 100, 100);
   background-color: #227722;
   text-align: left;
}


/* normal content division using one column */
#content
{   position: relative; 
    top: 20px; 
    padding: 10px;
    background-color: #ffffdd;
}



