@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fea100;
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 12px;
	color: #000;
}
p {
	margin-top: 0em;
	margin-bottom: 0.7em;
	line-height: 1.1em;
}
div#container {
	margin: 0px auto;
	text-align: left;
	width: 935px;
}
div#contentStretch {
	background: #fff;
}
div#contentTop {
	background: url('images/top.gif') no-repeat top;
}
div#contentBottom {
	background: url('images/bottom.gif') no-repeat bottom;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
div#content {
	padding: 17px 10px 10px 10px;
}
div#footer {
	height: 107px;
	background: url('images/footer.gif');
}
ul#footerNav {
	float: right;
}
ul#footerNav em {
	font-style: normal;
}
ul#design {
	float: left;
}
ul#footerNav,
ul#design {
	margin: 8px 0px 12px 0px;
	padding: 0px;
	list-style-type: 0px;
	font-size: 11px;
	color: #895c01;
}
ul#footerNav li,
ul#design li {
	display: inline;
	padding: 0em 0.4em;
}
ul#footerNav li a,
ul#design li a {
	color: #895c01;
	text-decoration: none;
}
ul#footerNav li a:hover,
ul#design li a:hover {
	text-decoration: underline;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}
