@media (max-width: 650px) {
body {
	background-color:#fff;
}
hr {	display:none; }
div#wrap,div#footer {
	width:100%;
}
a#accessibility {
	margin:0 20px 0 0;
}
div#wrap {
	background-image: none;
}
div#border{
	margin-left:20px;
	background-image:none;
}
div#masthead img {
	float:none;
}
div#topmenu  {
	padding-top:0;}
div#topmenu ol {
	font-size:1.1em;
	float:none;
	margin-right:20px;
	}
div#topmenu ol li {
	padding-top:5px;}

div#topmenu ol li a{
	height:25px;
}
	
div#footer {
	background-image:none;
}
div#footer ul {
	float:none;
	text-indent:20px;
	background-image:none;
}
div#footer p {
	text-align: center;
	float:none;
	width:100%;
	height:100%; 
	min-height:0;
	background-image:none;
}
div#main {
	margin:15px 0 0 0;
	border: none;
}

div#main h1 {
	margin-bottom:0.5em;
}
div.layout {
	margin:0 20px 0 0;

}
div.content {
	float:none;

}

div.wide div.content {
		width:100%;
	}
div.wide2 div.content {
		width:100%;
}
div.support {
	float:none;
	width:100%;
}

div.about-list {margin-left:0;}
	div.wide div.support {
		width:100%;
}
	div.wide2 div.support {
		width:100%;	
}
	div.illustration {	/* if 'support' is just holding an image for illustration, add this class to right-align the image. */
		text-align:center;
		padding-bottom:10px;
	}
	
ul.list2
{padding:0 0 10px 30px;}


}