body {
	background-color: white;
	color: black;
	font-size: 12px;
	font-family: arial;
	}

h1 {	
	font-size: 13px;
	color: black;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	}

h2 {	
	font-size: 14px;
	color: black;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	}

h3 {	
	font-size: 12px;
	color: black;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	}
	
#container {
	width:1000px;
	margin: 5px;
	}

#header {
	width: 900px;
	height:140px;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 0px;
	font-weight: bold;
	}

#valikko {
	width: 900px;
	height: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 5px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px 1px 0px;
	background-image: url(images/valikko.jpg);
	background-repeat: repeat-x;
	font
	}
	
#content {
	width:980px;
	}

#footer {
	width: 900px;
	float: center;
	padding-top: 15px;
	height: 50px;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 0px;
	margin-top: 15px;
	}

#index_content {
	padding-top: 20px;
	font-size:11px;
	width:900px;
	text-align:left;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 0px;
	}

#index_left {
	float:left;
	width:360px;
	margin-left: 2px;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 0px;
	margin-top: 10px;
	padding-bottom: 15px;
	}

#index_center {
	float:left;
	width:2px;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 0px;
	margin-top: 10px;
	}

#index_right {
	float:left;
	width:530px;
	height: 40px;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 0px;
	margin-top: 10px;

		}

#index_right_text {
	float:left;
	width:480px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
	margin-top: 10px;
	font-family: tahoma, arial;
	font-size: 13px;
	color: black;
	padding-left: 25px;
	}	
	
	a:link {
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 13px;
	}

	a:visited {
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
	color: black;
	}	

	a:hover {
	text-decoration: underline;	
	color: black;
	font-family: arial;
	font-size: 13px;
	}
	
	.class2 A:link {text-decoration: none; color: white; font-family: arial; font-size: 14px; }
	.class2 A:visited {text-decoration: none; color: white;font-family: arial; font-size: 14px;}
	.class2 A:active {text-decoration: none; color: white;font-family: arial; font-size: 14px;}
	.class2 A:hover {text-decoration: underline; color: white;font-family: arial; font-size: 15px;}
