BODY
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #EFEFEF;
  font-family: verdana;
  font-size: 8pt;
}

h2
{
  text-align: left;
  background-color: #EFEFEF;
  border-bottom: 1px solid #828282;
  border-top: 1px solid #828282;
  padding: 5px 5px 5px 10px;
  font-size: 10pt;
}

div
{
  position: relative;
}

a
{
  color: #9BC73E;
  text-decoration: none;
}

a:hover
{
  color: #000000;
  text-decoration: underline;
}

#container
{
  width: 740px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#logo_top
{
  width: 740px;
  height: 128px;
  background: url(../images/banner.png) top left no-repeat;
}

#homelink
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 740px;
  height: 128px;
}

#topnav
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  height: 25px;
  line-height: 25px;
  background-color: #9BC73E;
  font-size: 10pt;
}

#topnav a
{
  display: inline;
  padding: 5px;
  text-decoration: none;
  color: #000000;
}

#topnav a:hover
{
  display: inline;
  padding: 5px;
  text-decoration: none;
  color: #FFFFFF;
}

#content
{
  width: 740px;
  min-height: 300px;
  background: url(../images/body_bg.png) top left repeat-y;
}

#main
{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  padding-top: 0px !important;
  padding-top: 10px;
}

#propertymain
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 680px;
  padding-top: 0px !important;
  padding-top: 10px;
}

#main p
{
  padding: 0 10px 0 10px;
}
  
#main img
{
  border: 1px solid #9BC73E;
}

#main img:hover
{
  border: 1px solid #FF0000;
}

#footer
{
  padding-top: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 740px;
  height: 110px;
  background: url(../images/footer.png) top left no-repeat;
}

#footer p
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  border-top: 1px solid #9BC73E;
  padding-top: 20px;
}

#footer a
{
  color: #000000;
  text-decoration: none;
}

#footer a:hover
{
  color: #9BC73E;
  text-decoration: underline;
}