/* ABOUT PAGE DEFINITIONS */

#about
{
  position            : relative;
  background          : #b8f8d4;
  width               : 895px;
  height              : 530px;
  border              : 1px solid #11a552;
  margin-top          : 10px;
  overflow            : hidden;
}

#about .top
{
  position            : absolute;
  top                 : 0;
  left                : 0;
  width               : 100%;
  height              : 115px;
}

#about .top .col1
{
  position            : absolute;
  left                : 15px;
  top                 : 0;
  width               : 435px;
}

#about .top .col2
{
  position            : absolute;
  left                : 450px;
  top                 : 0;
  width               : 450px;
}

#about .top .col1 p,
#about .top .col2 p
{
  font-family         : Georgia, serif;
  font-size           : 10pt;
  color               : #0a582c;
  text-align          : justify;
  padding             : 15px 20px 0 0;
  line-height         : 13pt;
}

#about .dropcap2
{
  float               : left;
  width               : 50px;
  font                : normal 60pt/0.8em Georgia, serif;
  color               : #0a582c;
  margin-right        : 3px;
  margin-top          : 2px;
}

#about .about-gallery
{
  position            : absolute;
  left                : 0;
  top                 : 120px;
  width               : 100%;
  height              : 450px;
}

#about .about-doors
{
  position            : absolute;
  left                : 0px;
  top                 : 0px;
  border              : 1px solid black;
}

#about .about-splitter
{
  position            : absolute;
  left                : 564px;
  top                 : 0px;
  border              : 1px solid black;
}

#about .about-woodholder
{
  position            : absolute;
  left                : 149px;
  top                 : 190px;
  border              : 1px solid black;
  z-index             : 100;
}

#about .about-plantstand
{
  position            : absolute;
  left                : 149px;
  top                 : 0px;
  border              : 1px solid black;
}

#about .about-geodome
{
  position            : absolute;
  left                : 343px;
  top                 : 272px;
  border              : 1px solid black;
}

#about .about-carriage
{
  position            : absolute;
  left                : 564px;
  top                 : 240px;
  border              : 1px solid black;
}

#about .about-minipress
{
  position            : absolute;
  left                : 351px;
  top                 : 0px;
  border              : 1px solid black;
}

#about .about-door
{
  position            : absolute;
  left                : 780px;
  top                 : 249px;
  border              : 1px solid black;
}

#about .about-target
{
  position            : absolute;
  left                : 750px;
  top                 : 0;
  border              : 1px solid black;
}

