html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
	font-size: 76%;
	font-family: serif; /* hide overflow:hidden from IE5/Mac */
	overflow: hidden; /* */
	font: Arial;
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

#content {
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 50px;
	bottom: 50px;
	left: 200px;
	right: 0;
	background: #ffe;
	
}

* html #content {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	z-index: 3;
	border-top: 55px solid #fff;
	border-bottom: 50px solid #fff;
	border-left: 200px solid #fff;
}


#head {
	position: absolute;
	text-align: center;
	padding-top: 2px;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	background: transparent url(ylakuva.jpg) repeat;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 2em;
	z-index: 5;
	overflow: hidden;
	color: orange;
	font-weight: bold;
}
#foot {
	position: absolute;
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 20px;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 2em;
	z-index: 5;
	overflow: hidden;
	background: url(natfl483.jpg);
	color: blue;
	font: 2em;
}

#left {
	position: absolute;
	left: 0;
	top: 50px;
	bottom: 50px;
	width: 200px;
	background: navy url(left.jpg);
	font-size: 1.2em;
	z-index: 4;
	overflow: auto;
	background-repeat: repeat-y;
}

* html #left {
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 50px solid #fff;
	border-bottom: 50px solid #fff;
	color: #fff;
}

#content p {
	padding: 10px;
}
.bold {
	font-size: 1.2em;
	font-weight: bold;
}

dd {
	display: none;
}
a.nav:link  {
	margin-left: 20px;
	display: block;
	width: 150px;
	height: 25px;
	background: yellow;
	color: fuchsia;
	border: 1px solid #000;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
}
a.nav:visited {
	margin-left: 20px;
	display: block;
	width: 150px;
	height: 25px;
	background: silver none;
	color: black;
	border: 1px solid #000;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
}
a.nav:hover {
	background: White;
	color: Black;
}
p, h1, h2, h3, h4 {
	text-indent: 10px;
	padding-left: 6px;
}
#asia
{
	font-size: 16px;
	margin-left: 7px;
	margin-right: 10%;
	padding-right: 3px;
}