/* Main Wrappers */

body {
	font-family: Georgia;
	font-size: 12px;
	margin: 0px;
	background: url('/images/top-bg.gif') #f9faeb repeat-x top center;
	color: #6e553c;
	line-height: 1.6em;
}
#container {
	width: 100%;
	height: 710px;
	float: left;

	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#eyebrow {
	text-align: right;
	height: 120px;
	background: url('/images/hdr-bg.gif') no-repeat center;
}
#mainbody {
	width: 960px;
	background: url('/images/body-bg.gif') repeat-y;
}
#footer {
	width: 960px;
	background: url('/images/footer-bg.gif') repeat-y;
	color: #fff;
	text-align: left;
	padding: 4px 0px 4px 20px;
}
#leftcolumn {
	float: left;
	width: 300px;
	margin-left: 20px;
	text-align: left;

}
#rightcolumn {
	float: left;
	margin-left: 24px;
	width: 596px;
	text-align: left;
}

/* Subnavigation 'left menu' */

#leftmenu {
	background: url('/images/left-box-fade.gif') repeat-x;
	border-top: 1px solid #6e553c;
	margin-bottom: 10px;
}
#leftmenu li {
	list-style-type:none;
	padding-left: 20px;
	margin-left: 6px;
	margin-bottom: 8px;
	margin-top: 4px;

}