@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000 url('images/bg.gif') repeat-y center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
}
a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #88004E;
	text-decoration: underline;
}
p {
	margin: 0em 0em 0.6em 0em;
}
img {
	border: 0px;
}
div#container {
	width: 900px;
	margin: 40px auto 0px auto;
	text-align: left;
}
div#content {
	margin: 20px 0px 10px 0px;
	background: url('images/birdie-bg.gif') no-repeat bottom left;
	border-bottom: 1px solid #dedede;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}
div#footer {
	text-align: center;
}
div#footer a {
	color: #808a7c;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav,
ul#design {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	list-style-type: 0px;
}
ul#design {
	font-size: 10px;
}
ul#footerNav {
	font-size: 11px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #808a7c;
	padding: 0px 3px;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}
