/* mobile styles */
@media handheld {

	html, 		
body {
	margin: 0; padding: 0;
	color: #333333; 
	background: #FFF url('bg.gif') repeat-x;	
	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; font-size:90%; font-family: Verdana, Tahoma,
}

	#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	#content img { 
		max-width: 250px;
		}
	.center {
		width: 100% !important;
		text-align: center;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}

}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}