@charset "utf-8";
/* CSS Document */

body
{
  background: #63d073 url(images/bkg.jpg) repeat-x;
}

#footer 
{
  background-image: url(images/footerok.jpg);
  width: 899px;
  height: 50px;
  margin-top: 509px;
  text-align: center;
	font-family: tahoma,verdana,arial,sans-serif;
  font-size: 0.70em;
  color: white;
}

#footer a
{
  color: white;
}

#leftcol 
{
  margin-top: -1px;
  margin-left: 1px;
  background-image: url(images/left5.jpg);
  float: left;
  width: 178px;
  height: 510px;
  font-weight: bold;
}

#content h1
{
  color: green;
}

#content h2
{
     color: green;
}

#content h3
{
     color: black;
}

#content a
{
  color: green;
}



#content 
{
  background: white;
  width: 720px;
  height: 508px;
  color: #000000;
  font-family:tahoma,verdana,arial,sans-serif;
  font-size:0.68em;
  overflow: auto;
  float: left;
}
