html, body {
	padding: 0px;
	margin: 0px;
	background-color: rgb(220,220,220);
	text-align: center;
	height:100%;
}
#navigation-bar {
	background-color: rgb(80,80,80);
	height: 22px;
	width: 100%;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	background-image: url(images/navi_back.jpg);
	padding-top: 8px;
	padding-bottom: 0px;
	text-indent: 5px;
}

#container {
	position: relative;
	background-color: rgb(255,255,255);
	margin: auto;
	width: 800px;
	text-align: left;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: RGB(255, 255, 255);
}

#inner_container {
	position: relative;
	margin-left: auto;
	margin-right:auto;
	margin-top: 40px;
	width: 720px;
	text-align: left;
	border-style: none;
	min-height: 500px;
	height:auto !important;
	height: 500px;
}

#header_bar {
	position: relative;
	left:0px;
	top: 0px;
	width: 800px;
	height: 100px;
	padding: 0px;
	border-style: none;
	border-color: RGB(0, 0, 0);
	border-width : 2px;
}

#titleframe{
	position:relative;
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 16pt;
	color: RGB(70, 70, 70);
	width: 750px;
}

#textframe {
	position:relative;
	left: 15px;
	top: 0px;
	width: 400px;
	font-family: "Arial";
	font-size: 9pt;
	color: RGB(0, 0, 0);
	padding: 5px 5px 30px 5px;
	border-style: none;
	
}

#polku {
	position:relative;
	font-family: Arial;
	font-size: 10pt;
	color: RGB(0, 0, 0);
}

#pic{
	position:absolute;
	border-style: none;
	border-color: RGB(0, 0, 0);
	border-width : 0px;
	top: 60px;
	left: 450px;
	margin-bottom:20px;
}

#footer {
	position:absolute;
	bottom: 0px;
	width: 800px;
	height: 15px;
	background-color: rgb(160,160,160);
	font-family: "Arial";
	font-size: 8pt;
	text-align: left;
	color: RGB(255, 255, 255);
	padding-top: 5px;
	padding-bottom: 0px;
	border-style: none;
	text-indent: 10px;
}

.noframe{
	border-style: none;
}

.a_navigation{
	color: RGB(255,255,255);
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
}

.a_navigation:hover{
	background-color: RGB(190,190,190);
	text-decoration: none;
}

 a {
	color: RGB(30, 90, 160);
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h2 {
	font-family: Arial;
	font-size: 11pt;
	color: RGB(70, 70, 70);
	margin-top: 15px;
	margin-bottom: 8px;
}

ul {
	margin-top: 3px;
	margin-bottom:15px;
}

li {
	margin:3px;
	list-style-type:square;
}
