body {
	font-size: 9pt;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	background: white url(/bg-gazebo.jpg) top left no-repeat fixed;
	text-align: center;
}
a {
	color: #811610;
	text-decoration: none;
}
input, form {
	color: #333;
	background: white;
}
a:hover {
	color: #811610;
	text-decoration: underline;
}
h1, h2 {
	text-align: center;
	font-family: serif;
	font-style: italic;
}
#wrap {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
	padding: 10px;
	background: #f9f9f9;
}
#body {
	width: 100%;
/*	display: table; */
}
#body>div {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666666;
	/*background-color: #f9f9f9;*/
	background-color: #eeeeee;
	padding: 10px;
	padding-bottom: 0px;
}
#no-js {
	background: red;
	border: 1px solid black;
	margin-bottom: 10px;
}
#no-js p {
	margin: 0px;
}
.instructions {
	font-weight: bold;
}
#expCalcTable {
	display: table;
}
.expCalcOuter {
	width: 100%;
	display: table-row;
}
.expCalcInner {
	width: 50%;
	display: table-cell;
	clear: none;
}
#expCalcExtraText {
	height: 10px;
}
#expCalcResult {
	width: 100%;
	display: inherit;
	margin-top: 10px;
}
.hidden-block {
	display: none;
}
#notes {
	text-align: left;
	font-size: 85%;
	display: table;
}
#notesl {
	display: table-cell;
}
#notesr {
	display: table-cell;
}
#footer {
	text-align: left;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#footer p {
	font-size: 85%;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #444444;
	font-style: italic;
}
