/* wallpaper.css  */

	html { background: #aaa; }
	
	.wallpaper { background: url(../images/pageBg02.jpg); }
	
	#body { 
	/*
		background: url(../images/pageBg02.jpg);
		*/
		background: #fff;
		padding: 0 0 2em;
		margin: 0;
		}

	#foot {
		border-top: 1px solid #888; 
		color: #444;
		font-size: .9em;
		font-family: Cambria, Georgia, "Times New Roman", Times, serif;
		line-height: 1.5em; 
		padding-top: 1em; 
		}
	#foot .content 	{ margin: 2em auto; width: 900px; }
	#foot .tagline 	{ margin: 0 0 3em; text-align: left; }
	#foot h4 		{ margin: 0; }
	#foot ul 		{ list-style: none; margin: 0; padding: 0; }
	#foot li 		{ margin: 0; }
	#foot a 		{ text-decoration: none; color: #000; }
	#foot a:hover 	{ text-decoration: underline; }
	#foot .content > ul 		{ text-align: left; }
	#foot .content > ul > li 	{
		display: inline-block;
		margin: 0 10px 2em;
		text-align: left;
		vertical-align: top;
		width: 270px;
		}
	#foot ul ul ul 		{ margin-left: 1.5em; }
	#foot .finePrint 	{ text-align: left; margin: 2em 0; }
	
	/** IE Rules */
	.ie #body { position: relative; margin: 0; zoom: 1; }
	.ie #foot { position: relative;  margin: 0; zoom: 1; }
	.ie #foot .content > ul > li { display: inline; zoom: 1; }