html, body { height: 100%; margin: 0; padding: 0; }
img { border: none; }
#wrapper
{
	width: 972px;
	margin: auto;
}
.topbar
{
	background: #D0C59E;
	height: 15px;
}
.masthead
{
	height: 59px;
	border-bottom: 5px solid #4C402E;
}
html > body .masthead
{
	height: 64px;
}
.gutter
{
	background: #2F4737;
	width: 100%;
}
.contentPane
{
	border-bottom: 17px solid #4C402E;
}
.contentPane table
{
	width: 100%;
}
.gutter
{
	padding: 14px;
}
.gutter ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.gutter li
{
	margin: 0;
	padding: 0;
}
.gutter *
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gutter a
{
	font-size: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	height: 100%;
}
.gutter b
{
	font-size: 11px;
	color: #A7BA89;
}