body { font: 10pt Verdana, serif; }
h1 { 
	text-transform: uppercase;
	font-size: 12pt;
	color: #6b0918;
}
h2 {
	font-size: 11pt;
	color: #6b0918;
}
h3 { 
	font-size: 10pt;
	color: #6b0918;
}
span.print {
	width: 150px;
	height: 22px;
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	_right: 270px;
	cursor: pointer;
}
#wrapper {
	background: url('../images/printableBrochure_02.jpg') no-repeat top center;
	width: 650px;
	display: block;
	margin: 0 auto; 
	border: thin solid #000;
}
#contentArea { 
	padding-top: 230px; 
	position: relative;
}
#left {
	width: 250px;
	float: left;
	text-align: center;
}
.type { font-weight: bold; }
.directions { 
	text-align: justify; 
	margin: 0 15px;
}
#right {
	width: 360px;
	float: left;
	border-left: thin solid #000;
	padding: 0 15px 15px 15px;
}
#right p { text-align: justify; }
.categoryDiv, .categoryDiv h3, .categoryDiv ul { 
	width: 350px; 
	margin: 0 0 5px 0;
}
.categoryDiv ul, .categoryDiv ul li {
	width: 350px; 
	list-style-type: disc;
}
.categoryDiv ul li { margin-left: -20px; }
.footer { width: 650px; }

