/* CSS Document Baptist 11/19/08 */
body {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#f8f8f8;
	border:2px;
	height:auto;
	padding:20px 0;
}
/**** Page containers ****/
.outerShell {
	display:block;
	margin:0 auto;
	border:1px solid #c0c0c0;
}
.outerWidth {
	width:949px; /* Set this attribute in pixels for the default outer width */
}
.innerWidth {
	width:915px; /* Set this attribute in pixels for the page item widths (usually 32px less than outerShell) */
}
.half {
	width:49%;
}
.text {
	font-size: 110%;
}
.text h1 {
	font-size: 115%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 19px;
}
.text img {
	margin-bottom:14px;
	display-block;
	overflow:hidden;
}
