body {
	background-color: #abc6ab;
	margin: 0;
	padding: 0;
}

#main-container {
	width: 700px;
	margin: 10px auto 0 auto;
	background-color: #ebf2eb;
	color: black;
	padding-left: 5px; /* offset IE's weird spacing issue */
}

#main-content {
	width: 679px;
	margin: 0 auto;
}

#buttons {
	clear: both;
}

div.content-column div.text-content {
	height: 264px;
	overflow: auto;
	text-align: left;
	font-size: .8em;
	padding: 0 5px;
}

div.spacer {
	font-size: .2em;
}

div.content-column, img.content-column, a.content-button {
	float: left;
	width: 164px; /* total 166px, +8 space */
	text-align: center;
	margin: 0;
	border: 2px solid #95af95;
	border-top: 4px solid #95af95;
	border-bottom: 4px solid #95af95;
}

div.content-column.first, img.content-column.first, a.content-button.first {
	border-left: 4px solid #95af95;
}

div.content-column.last, img.content-column.last, a.content-button.last {
	border-right: 4px solid #95af95;
}

* html img.content-column.first {
	margin-left: 2px;
}

a.content-button {
	display: block;
	height: 20px;
	border-top: none;
	text-align: center;
	background: #4d664d;
	color: #ebf2eb;
	text-decoration: none;
	margin-bottom: 0;
}

a.content-button:hover {
	background-color: #b1d4b3;
}

div.double {
	width: 332px;
}

div.double.spacer {
	width: 336px;
}

div.quadruple {
	width: 668px;
}

.no-border.all {
	border: none;
}

.no-border.bottom {
	border-bottom: none;
}

