body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 600px 
}
	

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF7700;
	text-decoration: none;
}
.linkki {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.smallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.subheadBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bodyNegaBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.bodyNega {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.smallNegaBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.smallOrangeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
.bodySerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}

#page{
	position:relative;
	float: none;
	top:20px;
	left:0px;
	width:800px;
	height:600px;
	margin:0 auto;
}

#topbar{
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:78px;
	margin:0 auto;
}

#navbar{
	position:absolute;
	top:79px;
	left:0px;
	width:174px;
	height:496px;
	margin:0 auto;
}

#content{
	position:absolute;
	top:79px;
	left:175px;
	width:626px;
	height:496px;
	margin:0 auto;
}

#footer{
	position:absolute;
	top:574px;
	left:0px;
	width:800px;
	height:26px;
	margin:0 auto;
}

#naviframe{
	width: 100%;
	height: 100%;
	border: 0px;
}

