@charset "utf-8";
/* here we adjust the width of the container div to accomodate tablet devices, remove the background image and replace it with a dark blue background-color. */


/* 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;
}
/* this rule insures that images floated with the .fltrt and .fltlft styles are resized to allow room for text to float around them */
img.fltrt, img.fltlft {
	max-width: 50%;
	height: auto;
}
#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;
}
