body  {
	background-color:#000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10pt;
	margin: 30px 0 0 0 ; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000033;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 0;
	height: 119px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 202px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/terry_lees-2b.jpg);
	background-repeat: no-repeat;
	padding: 15px 10px 15px 0px;
	min-height: 590px;
}
*html .twoColFixLtHdr #sidebar1 {
	height: 590px;
}

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 155px;
	margin-top:45px;
	margin-left:45px;
	padding-left: 6px; 
	line-height: 1.9;

}

#mainContentIndex { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 540px;
	background-image: url(images/terry_title.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.home {width: 450px;}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 470px;
	background-image: url(images/terry_leesR3C2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.twoColFixLtHdr #bar2 { 
	margin: 0px 0 0 195px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: right;
} 
.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style1 {
	font-size: 12pt;
	color: #C49C00;
	font-weight: bold;
}

.iframe {
	background-color: #000000;
	width: 145px;
	height: 58px;
	margin-left:auto;
	margin-right:auto;
}

#plantpot { 
	width: 400px;
/*	height: 175px;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
}

#ppl { 
	width: 200px;
/*	height: 175px; */
	float:left;
	border: 0px solid #000000;
	text-align: left;
}

#ppr { 
	width: 200px;
/*	height: 175px; */
	float:right;
	border: 0px solid #000000;
	text-align: left;
}


#poweredby {
          text-align:center;
}

a.jc9:link{color:#FFFFFF;font-size: 8pt;font-family: verdana;text-decoration:none;}
a.jc9:visited{color:#FFFFFF;font-size: 8pt;font-family: verdana;text-decoration:none;}
a.jc9:hover{color:#CC9933;font-size: 8pt;font-family: verdana;text-decoration:underline;}
a.jc9:active{color:#FFFFFF;font-size: 8pt;font-family: verdana;text-decoration:underline;}

a.jc92:link{color:#FFFFFF;font-size: 10pt;font-family: verdana;text-decoration:none;}
a.jc92:visited{color:#FFFFFF;font-size: 10pt;font-family: verdana;text-decoration:none;}
a.jc92:hover{color:#FFFFFF;font-size: 10pt;font-family: verdana;text-decoration:underline;}
a.jc92:active{color:#FFFFFF;font-size: 10pt;font-family: verdana;text-decoration:underline;}

a.jc99:link{color:#C49C00;font-size: 10pt;font-family: verdana;text-decoration:none; font-weight: bold;}
a.jc99:visited{color:#C49C00;font-size: 10pt;font-family: verdana;text-decoration:none; font-weight: bold;}
a.jc99:hover{color:#FFCC00;font-size: 10pt;font-family: verdana;text-decoration:underline; font-weight: bold;}
a.jc99:active{color:#C49C00;font-size: 10pt;font-family: verdana;text-decoration:underline; font-weight: bold;}

a.jc999:link{color:#C49C00;font-size: 8pt;font-family: verdana;text-decoration:none;}
a.jc999:visited{color:#C49C00;font-size: 8pt;font-family: verdana;text-decoration:none;}
a.jc999:hover{color:#C49C00;font-size: 8pt;font-family: verdana;text-decoration:underline;}
a.jc999:active{color:#C49C00;font-size: 8pt;font-family: verdana;text-decoration:underline;}

 a:link.jcc{color:#C49C00; font-size: 12pt; font-weight:bold; text-decoration:none;}
 a:visited.jcc{color:#C49C00; font-size: 12pt; font-weight:bold; text-decoration:none;}
 a:hover.jcc{color:#FFCC00; font-size: 12pt; font-weight:bold; text-decoration:underline;}
 a:active.jcc{color:#C49C00; font-size: 12pt; font-weight:bold; text-decoration:none;}
 
 a:link.jccw{color:#ffffff; font-size: 12pt; font-weight:bold; text-decoration:none;}
 a:visited.jccw{color:#ffffff; font-size: 12pt; font-weight:bold; text-decoration:none;}
 a:hover.jccw{color:#FFCC00; font-size: 12pt; font-weight:bold; text-decoration:underline;}
 a:active.jccw{color:#ffffff; font-size: 12pt; font-weight:bold; text-decoration:none;}
 
 a:link.jcc2{color:#C49C00; font-size: 12pt; font-weight:bold; text-decoration: underline;}
 a:visited.jcc2{color:#C49C00; font-size: 12pt; font-weight:bold; text-decoration: underline;}
 a:hover.jcc2{color:#FFCC00; font-size: 12pt; font-weight:bold; text-decoration: underline;}
 a:active.jcc2{color:#C49C00; font-size: 12pt; font-weight:bold; text-decoration: underline;}
 
 a:link.cc{color:#990000; text-decoration:none;}
 a:visited.cc{color:#990000; text-decoration:none;}
 a:hover.cc{color:#CC9933; text-decoration:none;}
 a:active.cc{color:#CC9933; text-decoration:none;}
 
 .style2 {
	color: #C49C00;
	font-weight: bold;
 }
  .style3 {
	color: #C49C00;
 }
 