#pageWrapper
{
	background: url(/images/efca-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
#container {
	width: 390px; /* 840-170-240 */
	margin: 0px 230px 0px 230px;
}
#container .column {
	position: relative;
	float: left;
}
#center {
	width: 100%;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 20px;
}
#left {
	width: 190px;          /* LC width */
	right: 250px;          /* LC width */
	margin-left: -380px;
	margin-top: 20px;
	padding: 10px;
	border: 1px dotted tan;
}
#right {
	width: 190px;          /* RC width */
	margin-right: -220px;  /* RC width */
	margin-top: 20px;
	padding: 10px;
	border: 1px dotted tan;
}
#footer {
	clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 190px;           /* RC width */
}
/* this layout was copied from zeldman.com.  css sucks */
#left, #right, #left p, #right p
{
	font-size: 10pt;
}
#left h1, #right h1
{
	font-size: 12pt;
	font-weight: bold;
	color: black;
}
#left h2, #right h2
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
#center h2, #center h1 
{
	margin-top: 0px;
}
