#wrapper {
	position: relative;
}

#leftcol {
	width: 220px;
	margin-top: 200px;
	float: left;
}

#rightcol {
	width: 100%;
	float: right;
	margin: 130px 0px 0px -220px;
}

#copyright {
	bottom: 5px;
}

.copytext {
	text-align: center;
	font-family: Lucida Bold, Tahoma, Trebuchet MS, Helvetica, Sans;
	font-size: 80%;
  margin-top: 2px;
  margin-bottom: 2px;

}

#content {
	background-color: #C7B299;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	margin-left: 220px;
	margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 6px;
}

.subcontent {
	background-color: #D9C8A2;
	margin: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
}

.contentheader {
	background-color: #9A8676;
	background-image: url('/images/dotpattern.gif');
	text-align: center;
	margin: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	height: 16px;
	font-weight: bold;
	font-family: Lucida Bold, Tahoma, Trebuchet MS, Helvetica, Sans;
	color: #000000;
	font-variant: small-caps;
}

.quote { 
  width: 80%;
  background: url(/images/quote.png) no-repeat top left;
  padding: 10px;
}

.margin {
	margin: 5px;
}

.timage {
	position: absolute; 
	left: 10px; 
	top: 10px;
}

.formcellon {
        border-style: solid;
        border-width: 1px;
        border-color: 000000;
        background-color: #e9d9b8;
}

.formcelloff {
        border-style: solid;
        border-width: 1px;
        border-color: 000000;
        background-color: #9A8676;
	color: #e9d9b8;
}

.formleft, .formright {
	text-align: left;
	vertical-align: top;
}

#bedit___Frame 
{
  background-color: #e9d9b8;
}
