/****************************

Media Type: Handheld

*****************************/

	body {
		width:auto;
		background:#e5e5e5;
		font-family:Georgia, serif;
		color:#6b6b6b;
	}
	div.headerbar {
		height:0;
	}
	div.logo {
		width:200px;
		height:30px;
		float:left;
		background-image:url(/images/logo.png);
		background-repeat:no-repeat;
	}
	div.navcontainer {
		float:none;
		display:block;
	}
	/* Disables all layout images */
	div.headerimage, div.shadow {
		float:none;
		display:none;
	}
	/* Sets width of content to auto, no borders, no margins, no padding, no floats, normal text-align */
	div.maincontainer {
		width:auto;
		float:none;
		display:block;
		border:0;
		margin:0;
		padding:0;
	}
	div.leftcolumn {
		width:auto;
		float:none;
		margin:0;
		padding:0;
		text-align:left;
	}
	div.rightcolumn {
		width:auto;
		float:none;
		margin:0;
		padding:0;
		border:0;
	}
	div.footer, div.copyright {
		width:auto; 
		height:auto;
		text-align:left;
	}