body { 
	font-family: sans-serif;
	margin-left: 10%; 
	margin-right: 5%; 
	color: black;
	background-color: white;
	background-attachment: fixed;
	background-image: url(../images/ambler_vert.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-left: -4%;
	font-weight: normal;
	color: #003300;
}
p {
	font-size: 10px;
	line-height: 14px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
dl, dt {
	font-size: 11px;
}
ul {
	font-size: 10px;
	line-height: 14px;
}
.spacer{
	position: absolute;
	left: 100%
	height: 200px;
	border: 1px dotted #000000;
}
.box {
	position: relative;
	float: left;
	border: 1px dotted #003300;
	width: 30%;
	top: 85px;
}
