body {
	font-size: 12px;
	color: #444;
	margin-top: 0px;
}

td {
	font-size: 12px;
}

#main {
	width:960px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top: 10px;
}

#siteTitle {
	background-color: #745457;
	color: #745457;
	padding: 5px;
}

#siteTitle a {
	color: #d7f3fe;
}

#titleCell {
	width: 50%;
	text-align: center;
	padding: 10px;
}

#textCell {
	width: 50%;
	padding: 10px;
}

#results {
	width:960px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 20px;
	text-align: center;
}

#resultsTable {
	margin-bottom: 10px;
}

.keywordCols {
	background:#dad9cd;
	margin: 10px;
	padding: 10px;
}

