/* Flowerpot Stylesheet */


body {
  min-width: 600px;      /* 2x LC width + RC width */
  font-family: Trebuchet, Geneva, sans-serif;
}
#header {
	position: relative;
	height: 178px;
}
#header a img {
   border: none;
   background: white;
 }
#listings {
  position: relative;
  margin: 0 250px 0 250px;
}
#listings p {
  color: black;
  line-height: 1em;
  font-size: .9em;
  padding: 0 100px 0 100px;
}
#greenbox {
  position: relative;
  width: 80%;
  margin: 16% auto 0 auto;
  background-color: #B0C9B0;
  border-style: solid;
  border-color: #798C73;
  border-width: 2px;
}
#nav {
  float: left;
  width: 98%;
  margin: 0 0 10px 0;
  overflow: hidden;
  position: relative;
 }
#nav ul {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
}
#nav ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 10px 0 0 20px;
   padding: 0;
   position: relative;
   right: 50%;
}
#nav ul li a img {
   border: none;
   background: white;
}
#nav ul li a:hover img {
	background: #C0AA7D;
}
#greenbox h1 {
  font-weight: bolder;
  font-size: 2.5em;  
}
#greenbox table {
	margin: 2% 0 0 0;
	padding: 0 0 0 3%;
	width: 96%;
	border-spacing: 30px 0;
	font-size: .75em;
}

#logo {
  position: absolute;
  padding: 50% 0 0 0;
  bottom: 0;
  width: 275px;
  text-align: center;
  color: white;
}
#logo a {
  color: white;
}
p.small {line-height: 40%}
p.big   {line-height: 160%}
#left {
  position: fixed;
  width: 250px;          /* LC width */
  right: 250px;          /* LC width */
  padding: 0 0 5px 0;
  left: 0;
  top: 0;
  height: 100%;
  border-style: solid;
  border-color: #C0AA7D;
  border-width: 0px 20px 0px 0px;
  margin-left: 0px;
  background-color: #798C73;
}
#right {
  position: fixed;
  right: 0;
  top: 0;
  width: 250px;          /* RC width */
  padding: 0 0 5px 0;
  height: 100%;
  border-style: solid;
  border-color: #C0AA7D;
  border-width: 0px 0px 0px 20px;
  background-color: #798C73;
}
#SignUp .signupframe {
  border: 1px solid #798b71;
  background: #798b71;
  color: #000000;
  font-family: tahoma;
  margin: 0 0 0 2px;
}
#SignUp .signupframewhite {
  border: 1px solid white;
  background: #white;
  color: #000000;
  font-family: tahoma;
}
/*** IE6 Fix ***/
* html #left {
  left: 250px;           /* RC width */
}