body {
	margin: 0px auto;
	padding: 0px;
	background: #000000 url(../images/bkgrnd.jpg);
	text-align: center;
}
#page {
	margin: 20px auto;
	text-align: center;
	width: 944px;
	border: 2px solid #613314;
}
#maincntnt {
	background: #f2e9cb;
	padding: 10px 55px 20px 20px;
}
.divider {
	margin: 40px 0px 15px 0px;
	text-align: center;
}
.lborder {
	background: url(../images/bkgrnd_left.gif) repeat-y;
}
.rborder {
	background: url(../images/bkgrnd_right.gif) repeat-y;
}
#footer {
	padding-top: 18px; /* Need to account for bar below footer */
	text-align: center;
}
#footer table {
	margin: 0px auto;
	text-align: center;
}
.curllft {
	padding-right: 40px;
}
.curlrt {
	padding-left: 40px;
}
#columnleft {
	width: 547px;
	font: inherit;
	float: left;
}
#columnright {
	width: 282px;
	font: inherit;
	float: right;
	text-align: center;
}
.sidetext {
	text-align: center;
}
/******* Font/Color Styles *******/
#maincntnt,  #maincntnt table {
	font: 11px/16px georgia, times, serif;
	color: #000;
}
#maincntnt a, #maincntnt table a {
	color: #8f5c30;
}
#maincntnt a:hover, #maincntnt table a:hover {
	color: #000;
	text-decoration: none;
}
#footer, #footer table {
	background: #000;
	font: 11px/16px georgia, times, serif;
	color: #8f5c30;
	letter-spacing: .055em;
}
.sidetext {
	padding: 20px 10px 20px 10px;
	font: 11px/14px georgia, times, serif;
	color: #000000;
	background: #ffffff;
}
.comhead {
	font: bold 18px georgia, times, serif;
	color: #8f5c30;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blts {
	font: 11px georgia, times, serif;
	color: #8f5c30;
}
