body  
{  
    background-color:#1e1504;  
    margin-top:-0px;  
    margin-left:-0px; 
	margin-right:-0px;
	margin-bottom:-0px; 
}  
  
#wrap  
{  
    overflow:auto;  
    width:320px;  
    height:480px; 
	 
  
}  


body > ul {
	
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	min-height: 160px;
	padding: 0;
	color: #dfd6cf;
	border-top: 1px solid #827263;
}
body > ul > li {

	border-bottom: 1px solid #827263;
	padding: 0;
	background: url(../_images/iPhoneArrow.png) no-repeat right center;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
	line-height: 40px;
	font-family: Helvetica;
	vertical-align: middle;	
}

body > ul > li > a {
	display: block;
	padding-left: 8px;
	text-decoration: none;
	color: inherit;
	vertical-align: middle;	
}
  
p  
{  
    margin:5px;  
    padding-left:10px; 
	padding-bottom:10px; 
    width:95%;  
    font-size:12px;  
    font-family: Helvetica;
	color: #dfd6cf;  
}  
  
  
.headline {
	font-size: 20px;
	font-weight: bold;
	padding-left: 0px;
	margin-top: 15px;
}  


a:link {
				font-family: Arial, Helvetica, sans-serif;
				color: #dfd6cf;
				text-decoration: none;
				border-top-style: none;
				border-right-style: none;
				border-bottom-style: none;
				border-left-style: none;
			}
			a:visited {
				font-family: Arial, Helvetica, sans-serif;
				color: #dfd6cf;
				text-decoration: none;
				border-top-style: none;
				border-right-style: none;
				border-bottom-style: none;
				border-left-style: none;
				border-top-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 0px;
				border-left-width: 0px;
			}
			a:hover {
				font-family: Arial, Helvetica, sans-serif;
				color: #a79b81;
				text-decoration: none;
				border-top-style: none;
				border-right-style: none;
				border-bottom-style: none;
				border-left-style: none;
			}
			a:active {
				font-family: Arial, Helvetica, sans-serif;
				color: #dfd6cf;
				text-decoration: none;
				border-top-style: none;
				border-right-style: none;
				border-bottom-style: none;
				border-left-style: none;
			}
