@charset "utf-8";
/* this rule reduces the overall font-size to give us a bit more room */
body {
	font-size: 86%;
}
/* the size of the h1 and h2 tags has ben adjusted downward for better appearance (and wrapping) on small screens */
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.35em;
}
#wrapper-right {
	background: transparent url(../images/maineright240.png) no-repeat top right;
	width: auto;
	margin: 0;
	padding: 0;
}
#wrapper-left {
	background: transparent url(../images/maineleft240.png) no-repeat top left;
	width: auto;
	margin: 0;
	padding: 0;
}
