@import "menu.css";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('images/bg.gif') repeat-y center;
}
p {
	margin: 0em 0em 0.4em 0em;
	line-height: 20px;
}
div.clear {
	width: 100%;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div#container {
	background: url('images/left-background.jpg') no-repeat top left;
	width: 938px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	min-height: 599px;
	height: auto !important;
	height: 599px;
}
div#leftcolumn {
	margin: 170px 0px 0px 15px;
	width: 164px;
	float: left;
	display: inline;
}
div#maincolumn {
	width: 751px;
	float: right;
}
div#header {
	background: url('images/top-header.jpg') top no-repeat;
	width: 753px;
	height: 140px;
}
div#menu {
	width: 748px;
	background: #6c526f;
	height: 31px;
	overflow: hidden;
}
div#content {
	width: 545px;
	float: left;
	padding: 10px 0px 0px 10px;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}
div#rightcolumn {
	width: 190px;
	float: right;
}
div#footer {
	width: 528px;
	margin-left: 18px;
}
div#footertext {
	float: left;
	color: #857c7c;
	font-size: 9px;
}
div#footertext ul {
	list-style: none;
	margin: 0em -1.2em 0em 0em;
	padding: 0px;
}
div#footertext a {
	color: #857c7c;
	font-size: 9px;
	text-decoration: none;
}
div#footertext ul li {
	display: inline;
	padding: 0em 1.2em;
	border-right: 1px solid #857b7c;
}
div#footertext ul li.NIMLastItem {
	border-right: none;
}
ul#design {
	display: block;
	float: right;
	list-style: none;
	margin: 0em -1.2em 0em 0em;
	display: inline;
	padding: 0px;
	top: 11px;
}
ul#design li {
	display: inline;
	padding: 0em 0.2em;
	border-right: 1px solid #857b7c;
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
}
ul#design li.NIMLastItem {
	border-right: none;
}
ul#design li a {
	color: #857c7c;
	font-size: 9px;
	text-decoration: none;
}