#holder {
	display: block;
	background-image: none;
}
#head {
	display: none;
}
#main {
	width: 100%;
}
#col1 {
	display: none;
}
#col2 {
	width: 100%;
	float: none;
}
#foot {
	display: block;
	height: 30px;
}
#anchorLinks {
	display: none;
}

.quote {
	font-size: large;
}
.quote strong {
	font-weight: normal;
	font-size: large;
}
#col2Foot {
	margin: 30px 0px 0px 0px;
	border-top: 1px solid #EEEEEE;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
}
#col2Foot em {
	font-size: xx-small;
	font-style: normal;
}