/*********** Start Jello css **************/
body.wholepage {
	font-size: 100.01%;
	text-align: center;
	margin: 0px;
}

#sizer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
}

#expander {
	position: relative;
}

/* Holly hack for IE \*/
* html #expander {
	height: 0;
}
/* */

#wrapper1 {
	position: relative;
	width: 100%;
	font-size: 1em;
}

#wrapper2 {
	position: relative;
}
/**************** End Jello css ******************/

/**************** Start Main Page Structure ************/
.float-wrap {
	float: left;
	width: 100%;
}

.center {
	float: right;
	width: 100%;
	min-height: 300px;
}
* html .center {
	height: 300px;
}

.left {
	float: left;
	position: relative;
}

.right {
	float: right;
	position: relative;
}


/*************** Header and Footer elements *****************/

.pageheader {
	width: 100%;
}

.footer {
	width: 100%;
	clear: both;
	position: relative;
}

.textpadder {
	padding: 8px;
}
/******************** End Main Page Structure *****************/

/************** Start Special Fixes *************/

/* \*/
* html #wrapper1,
* html #wrapper2,
/*
* html .outer a,
*/
* html .container-left,
* html .container-right,
* html .outer,
/*
2008-08-12 Chris: disabled so IE(7) doesn't show selection markers around h2 elements in the editor
* html h2,
*/
* html .sidenav li a
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */

/************** End Special Fixes *************/