body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(images/page_back.jpg);
}
#holder {
	width: 794px;
	margin: 0 auto 0 auto;
	height: 100%;
	background-image: url(images/back_main.png);
}
#right_column {
	width: 580px;
	float: right;
	background-color: #ab9778;
	height: auto;
}
#article_column {
	width: 580px;
	float: right;
	background-color: #FFFFFF;
	height: 100%;
}
#left_column {
	width: 203px;
	float: left;
	height: 100%;
}
#footer {
	padding: 5px;
	font-size: 60%;
	color: #000000;
	background-color: #D9D9D9;
	border-top: 1px solid #AD9879;
}
.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;
}
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
	border-top: 1;
}
p {
	font-size: 100%;
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-align: left;
}
H1 {
	font-size: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #3C2702;
	line-height: 16px;
}
