@import "menu.css";
body {
	background: #4f3602 url('images/bg_repeat.jpg') repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4f3602;
	font-size: 12px;
}
div#container {
	width: 1002px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}
div#header {
	background: url('images/header.jpg');
	width: 1000px;
	height: 209px;
}
div#navigation {
	height: 41px;
}
div#content {
	width: 1000px;
	background: #ffffff url('images/bg_bottom.jpg') no-repeat bottom;
}
div#contenttext {
	margin-left: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
}
div#footer {
	height: 32px;
}
ul#footertext,
ul#design {
	display: block;
	font-size: 9px;
	color: #5b4313;
	padding: 0px;
	font-weight: bold;
	list-style: none;
	margin: 10px 10px;
}
ul#footertext {
	float: left;
	width: 300px;
}
ul#design {
	float: right;
}
ul#footertext li,
ul#design li {
	display: inline;
	padding: 0em 1.2em;
}
ul#footertext a,
ul#design a {
	color: #5b4313;
	font-weight: bold;
	text-decoration: none;
}
ul#footertext li.NIMFirstItem {
	padding-left: 0px;
}
ul#footertext li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
	padding-right: 0px;
}