	html
	{
		height: 100%;
	}

	body
	{
	height: 100%;
	background-color: #333333;
	background-image: url(../images/1px-bg1.gif);
	}

	#nonFooter
	{
		position: relative;
		min-height: 100%;
		width: 100%;
	}

	* html #nonFooter
	{
		height: 100%;
	}


	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: -7.4em;
	}
/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
}
#header {
	height: 63px;
	width: 100%;
}


#page
{
	width: 100%;
	margin: 0;
	min-height: 100%;
	text-align: left;
}

* html #page
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


/* CONTENT */

#content
{
	padding-bottom: 50px;
}


/* FOOTER */

#footer
{
	width: 100%;
	margin-left: 25px;
	padding-bottom: 1.5em;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	margin: -7.5em auto 0 auto;
}

#footer p
{
	margin-top: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.clearboth
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
 body.marketingBody	{background:url(../images/1px-bg2.jpg);} 