/*  Kelcroft  solutions */
/*  ideas from a-list-apart, bluerobot and others*/
/*  for handhelds */


/*  image off */
img	{
	display: block;
	border: 0px none;
	}

/*  Establish general layout parameters */

body	{
	margin: 2px;
	font-family: arial, helvetica, sans-serif; 
	}
	
#header	{
	background: #fff;
	color: #333;
	}

#maincontent	{
	float: left;
	margin: 0px;
	padding: 0px;
	border-color: #cccccc;
	width: 99%;
	}
	
#footer {
	border-left:0px none; 
	border-right:0px none; 
	border-bottom:0px none;
	font-family: arial, helvetica, sans-serif; 
	border-top:1px solid #660099; 
	color: #036;
	background: #F0F8FF;
	text-align: center;
	font-size: 0.5em;
	clear: both;
	voice-family: "\"}\""; 
	voice-family:inherit; 
	padding-left:7px; 
	padding-right:7px; 
	padding-top:7px; 
	padding-bottom:7px;
	}

html>#footer	{
	font-size: 0.5em;
	} 

#footer p	{
	margin: 10px 0;
	padding: 0;
	}