body {
	font-family: arial, verdana, sans-serif;
	color: #655b5c;
	background-color: #909b7a;
	background-image: url(../images/nn_site_background.png);
	background-repeat: repeat-x;
	margin: 0;
	font-size: 100%;
	font-size: 0.9em;
}
	#frame {
		text-align: center;
	}

	#site {
		margin-left: auto;
		margin-right: auto;
		width: 941px;
		text-align: left;
		background-image: url(../images/nn_content_background.png);
		background-repeat: repeat-y;
		padding: 0 0 0 0;
	}

		#header {
			height: 268px;
			background-image: url(../images/nn_header_background.jpg);
			background-repeat: no-repeat;
		}

			#header ul, #header img {
				float: left;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				width: auto;
			}

				#header ul.top {
					float: right;
					position: relative;
					top: 20px;
					right: 28px;
					font-size: 0.75em;
					width: auto;
				}
					#header ul li {
						float: left;
						width: auto;
						list-style: none;
						padding: 0 0 0 0;
					}

					#header ul.top li a{
						color: #d4d4d4;
						padding: 0 8px 0 8px;
					}

						#header ul.top li a:hover {
							color: #eeeeee;
						}


			#header img {
				position: relative;
				top: 18px;
				left: 30px;
			}

		#content {

		}

		#footer {
			clear: both;
			height: 34px;
			background-image: url(../images/nn_footer_background.png);
			background-repeat: no-repeat;
		}
/* menu */
	#menu {
		float: left;
		padding: 0 0 20px 20px;
		width: auto;
	}
		#menu div {
			background-image: url(../images/nn_menu_footer.png);
			background-repeat: no-repeat;
			background-position: bottom left;
			padding: 0 0 28px 0;
		}

		#menu ul {
			width: 179px;
			background-image: url(../images/nn_menu_content_background.png);
			background-repeat: repeat-y;
			margin: 0 0 0 0;
			padding: 8px 0 3px 0;
		}

		#menu ul li {
			list-style: none;
		}

			#menu ul li a {
				color: #ffffff;
				font-weight: bold;
				font-size: 0.8em;
				padding: 4px 0 0 10px;
				margin: 0 0 4px 5px;
				height: 25px;
				width: 174px;
				background-image: url(../images/nn_menu_normal.png);
				background-repeat: no-repeat;
				display: block;
			}

			#menu ul li a:hover, #menu ul li.active a {
				background-image: url(../images/nn_menu_active.png);
			}

		#menu h3 {
			background-image: url(../images/nn_menu_header.png);
			background-repeat: no-repeat;
			background-position: bottom left;
			margin: 20px 0 0 0;
			padding: 0 0 25px 15px;
			color: #644a4d;
		}

/* content */
	#content {
		float: right;
		width: 660px;
		margin: 20px 25px 20px 0;
		font-size: 0.85em;
	}

	#content a {
		color: #8c4c00;
		background-image: url(../images/nn_link_internal.png);
		background-repeat: no-repeat;
		background-position: 0px 5px;
		padding: 0 0 0 12px;
	}

		#content a.external {
			background-image: url(../images/nn_link_external.png);
		}

		#content a:hover {
			color: #cd6f00;
		}


	#content ul {
			margin: 0 0 10px 12px;
			padding: 0 0 0 0;
		}

		#content ul li {
			list-style: none;
			background-image: url(../images/nn_list_icon.png);
			background-repeat: no-repeat;
			background-position: 2px 4px;
			padding: 0 0 3px 15px;
		}

	#content span.small {
		font-size: 0.9em;
		width: 160px;
		display: block;
		margin: 0 0 0 10px;
		text-align: justify;
	}

/* map */
div.map, div.map_small{
	width: 600px;
	height: 400px;
	border: 1px solid #7f8c66;
}

div.map_small{
	width: 306px;
	height: 306px;
}

div.right {
	float: right;
}

h1,h2,h3,h4,p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

	h1 {
		font-size: 1.15em;
		margin-bottom: 10px;
		color: #644a4d;
	}

		h1.important, h2.important {
			color: #6f8e33;
		}

			h1.important {
				font-size: 1.3em;
				margin: 0 0 0 0;
			}

			h2.important {
				font-weight: normal;
				margin: 0 0 15px 0;

			}

	h2 {
		font-size: 1.1em;
		margin-bottom: 4px;
	}

	h3 {
		font-size: 1em;
		margin-bottom: 0;
		margin-top: 10px;
		padding: 0 0 0 0;
	}
	
	h4 {
		font-size: 1em;
		margin-bottom: 0;
		margin-top: 2px;
		padding: 0 0 0 0;
	}

	#menu h3 {
		font-size: 0.9em;
	}

	p {
		padding-bottom: 1.2em;
	}

		p.list {
			line-height: 1.6em;
		}

			p span {
				float: left;
				display: block;
				padding: 0 0 3px 0;
				width: auto;
			}

			p span.tab {
				width: 3em;
				clear: both;
			}
			
			p span.tabl {
				width: 5em;
				clear: both;
			}
			
	em {
		font-style: normal;
		color: #6f8e33;
	}

img {
	border: none;
}

	img.right {
		float: right;
	}
a {
	text-decoration: none;
}