html, body {
	height: 100%;
}

body {
	background-color: #fff;
}

body, table, td {
	font-family: Verdana;
	font-size: 12px;
	color: #607374;
	margin: 0;
	padding: 0;
}

a.navi:link,a.navi:visited,a.menu:link,a.menu:visited {
	color: #5f3507;
	text-decoration: underline;
}

a.navi:hover,a.menu:hover {
	color: #999;
	text-decoration: none;
}

ul#navi > li.active, ul#navi > li.active > a {
      color: #000;
}

#navi {
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi li {
	list-style-type: none;
	padding: 0;
	background-image: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 6px 3px 22px;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #5f3507;
	margin: 2px;
	vertical-align: top;
}

#wrapper {
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-y;
	position: relative;
	width: 100%;
	background-color: #fff;
	border: none;
	min-height: 100%;
}

#header {
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: right;
	height: 113px;
	color: #5f3507;
	font-size: 25px;
	text-align: left;
	padding-top: 45px;
	background-image:url('../img/header.jpg');
	background-repeat:no-repeat;
	border-bottom:1px solid #5f3507;
}

#headmenu {
	color: #5f3507;
	padding: 15px 15px 15px 31px;
	font-size: 13pt;
	font-family: Arial;
	font-weight: bold;
	margin: 2px;
}

#head {
	margin: 0 0 20px 0;
}

#leftside {
	float: left;
	width: 222px;
	text-align: left;
}

#logo {
	height: 40px;
	color: #000;
	padding: 16px 0 10px 31px;
	width: 700px;
	font-weight: bold;
}

#rightside {
	margin-left: 210px;
	padding-left: 30px;
	text-align: left;
	min-height: 500px;
	height: auto !important;
}

a {
	color: #5f3507;
	text-decoration:underline;
}

a:hover {
	color: #999;
}

.content {
	padding: 15px 10px 15px 0;
}

.submenu_item {
	margin-left: 11px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 11px !important;
	color: #5f3507 !important;
	font-size: 11pt !important;
	font-weight: bold;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
	margin-left: 21px !important;
}

.menu_separator {
	list-style-type: none;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
