body
{
background-color: rgb(255, 247, 192); 
font-family: Arial, sans-serif;
}

#container
{
width: 760px;
margin: 10px auto;
background-color: #fff;
border: 1px solid gray;
line-height: 130%;
}

#top
{
border-bottom: 1px solid gray;
height: 50px;
background-color: #98FB98;

}
#nav
{
border-bottom: 1px solid gray;
height: 100px;
background-image: url('images/Banner.jpg');
}

#leftnav
{
float: left;
width: 149px;
margin: 0;
padding: 1em;
text-align: center;
}

#leftnav A:link{color:#009900; font-size: 3}
         A:visited{color:#009900;}
#content
{
margin-left: 180px;
padding: 1em;

}

#footer
{
clear: both;
margin: 0;
padding: .5em;
background-color: #009900;
border-top: 1px solid gray;
}
#footer A:link{color:white}
#footer A:visited{color:yellow}
#footer p {color: white; }


#top h1
{
color: rgb(0, 153, 0);
margin: 0;
padding: .5em 0 0 0;
text-shadow: .1em .1em .1em;
}
#content h2 
{
text-align: center;
margin: 0 0 .5em 0;
color: rgb(0, 153, 0);
text-shadow: .1em .1em .1em;
}
#content p
{
text-align: justify;
}

div.img
  {
  margin:4px;
  border:1px solid #000000;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid gray;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }