/* This is just tested on Opera */
body {
	font-size: 100%;
}

/* Make it single column */
div#main, p#logo, div#tools, div#content, div#action {
	width: auto;
	height: auto;
	float: none;
	position: static;
}

/* Remove margin and padding */
p#ratephone,  div#footer, ul#pagetools {
	margin: 0;
	padding: 0;
}

/* Width of the site */
div#main, p#disclaimer {
	max-width: 350px;
}

/* This link would be more useful to PDA users */
p#wai {
	display: block;
	margin: 0 auto;
}
	#nav li {
		line-height: 2em;
	}
		#nav a, #nav em, #subnav a {
			white-space: nowrap;
		}

		#content h1 {
			margin: 5px 0 0 5px;
			font-size: 150%;
		}
		#content h2 {
			margin: 0 5px 0.2em 5px;
		}
		#content p, ul#pagetools, #footer map ul, #footer p, #content ul {
			margin: 0 5px 1em 5px;
		}
		ul#pagetools {
			margin-top: 5px;
		}

	div#footer {
		border: solid 1px #ffde00;
		background: #ffde00;
		padding: 5px 0 0 0;
	}

.candy img {
	width: 100%;
}