.pillar > p {
	border: 1px solid #ccc;
	min-height: 120px;
	padding: 8px;
}

.pillar table {
	margin-top: 1px;	
}

.pillar table tbody tr th {
	width: 50%;
}

.toolbar {
	background-color: #fff4f8;
	left: -30px;
	padding: 9px;
	position: relative;
	text-align: center;
	width: 822px;
}

.toolbar a {
	display: inline-block;
	line-height: 32px;
}

.toolbar a,
.toolbar input {
	background: transparent url(../images/toolbar_buttons.png) no-repeat;
	color: #898989;
	height: 32px;
	margin: 0 8px;
	padding-left: 32px;
}

.toolbar input {
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	vertical-align: baseline;
}

.toolbar.bottom {
	border-top: 1px dotted #ccc;
	bottom: -30px;
	z-index: 1;
}

.toolbar.top {
	border-bottom: 1px dotted #ccc;
	top: -30px;
}

h3 {
	color: #f8e0e9;
	font-size: 36px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	margin-top: -10px;
	text-transform: uppercase;	
}

#content {
	text-align: center;
}

#paper {
	display: inline-block;
	text-align: left;
	width: 900px;
}