/* ================================
   --------------------------------
   HANDHELD STYLESHEET FOR WEBSITE
   --------------------------------
   ================================
*/
* {
   	position: static !important;
   	float: none !important;
   	background: none !important;
	}
body {
	font-family: sans-serif;
	padding-bottom: 5px;
	background: #000;
	color: #fff;
	}
#logo h1 {
		width: 302px;
		height: 20px;
		display:block;
		text-indent: -9999em;
		background: transparent url("../images/logo.gif") top left no-repeat;
		}
ul li a  {
	line-height: 1.5em;
	margin: 1px 0;
	width: auto;
	height: 1.5em;
	border-bottom: 1px solid #ccc;
	}
#foo { display: none; }
img	{ max-width: 100%; }
h1, h4, h5, h6	{
	line-height: 1em;
	margin-top: 1.3em;
	}
h2  { font-size: 1em;}
h3 {
	font-size: 0.92em;
	margin: 0.5em 0;
	}
p { padding: 0.5em 0.7em 0.7em 0.7em; }

