/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

/*remove the elements we don't want to show to handheld devices*/
#content .printheader, #topbanner, #subheader, #screentitle, #nav img, #footer {
	display: none;
}

body, #wrapper {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
background-image: none;
width: 240px; /* change to max-width when publishing to the web*/
}

#content {
	padding: 2px;
	border: 1px solid #666;
	margin-top: 5px;
}

#content h2, #nav h3 {
	font-size: 90%;
	padding-top: 6px;
	margin-bottom: 7px;
	color: #0D1448;
}

/*less room so make the font sze a little smaller*/
#content p {
	font-size: 75%;
	margin: 6px;
}

/* resize the content area image and change the float direction*/
#machu {
	width: 120px;
	height: 80px;
	float: left;
	margin: 4px 5px 1px 0;
	border: 1px solid #000;
}

 #nav ul li {
border: 1px solid #000;
list-style-type: none;
margin: 2px 0;
}

#content ul li {
border: 0;
list-style-type: none;
margin: 2px 0;
}

a, a:visited {
	background-color: #ECE7E7;
	display: block;
	padding: 2px;
	color: #30454B;
	text-decoration: none;
	font-size: 75%;
}

/*set an active pseudo class - better indication than hover on handheld devices*/
a:active, a:hover	 {
	background-color: #332B2B;
	color: #fff;
}

/*reset the skip div to static for use on screen with handheld devices*/
#skip {
	border: 1px solid #000;
	position: static;
}


