body {
	background-color: #d5d5d4;
	margin: 0px;
	padding: 0px;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
}
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #000000;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
img {
	border: 0;
}
h1, h2 {
	color: #000000;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-top: 16px;
}
	h1 a {
		text-decoration: none;
	}
h2 {
	font-size: 9pt;
}
a {
	color: #71002f;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

ul {
	margin-top: 0;
	padding-top: 0;
	margin-left: 30px;
	padding-left: 0;
}

blockquote {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

#container {
	position: relative;
	width: 993px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#header {
	position: relative;
	background-color: #ffffff;
	height: 102px;
	background-image: url('images/header_background.gif');
	background-repeat: no-repeat;
}
	#logo {
		position: relative;
		top: 32px;
		width: 841px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	#header_info {
		position: relative;
		top: 37px;
		right: -60px;
		width: 841px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
		color: #ffffff;
		font-size: 8pt;
		display: none;
	}

#wrapper {
	background-image: url('images/wrapper_background.jpg');
	background-repeat: repeat-y;
	background-color: #ffffff;
	padding-bottom: 60px;
}

#navi {
	float: left;
	width: 183px;
}
		#navi ul {
			margin: 0;
			padding: 0;
			padding-top: 58px;
			padding-bottom: 5px;
		}
		#navi li {
			display: block;
			margin: 0;
			padding: 0;
			padding-right: 10px;
			list-style: none;
			text-align: right;
			padding-top: 2px;
			padding-bottom: 2px;
			margin-bottom: 5px;
		}
			#navi li.first {
			}
			#navi li a {
				text-decoration: none;
				text-transform: uppercase;
				color: #6b6b6b;
			}
				#navi li a:hover {
					color: #2b2b2b;
					text-decoration: underline;
				}
			#navi li.selected {
				background-color: #8e8e8e;
			}
				#navi li.selected a {
					color: #ffffff;
					font-weight: bold;
				}
					#navi li.selected a:hover {
						text-decoration: underline;
					}


	#content {
		margin-left: 230px;
		text-align: left;
		width: 730px;
		padding-top: 44px;
	}

		.col1 {
			float: left;
			width: 390px;
		}

		.col2 {
			float: left;
			width: 390px;
			margin-left: 60px;
		}

		.col1_front {
			float: left;
			width: 440px;
		}

		.col2_front {
			float: left;
			width: 320px;
			margin-left: 70px;
			border: 1px solid #7f7f7f;
		}
		
		#content hr {
			background-color: #7f7f7f;
			color: #7f7f7f;
			border: 0;
			height: 1px;
			margin: 0;
			padding: 0;
			margin-top: 20px;
			margin-bottom: 8px;
			display: block;
		}
	
		#content table {
			border-collapse: collapse;
		}
			#content td {
				padding: 4px;
				vertical-align: top;
				padding-left: 0;
			}
			#content table img.title {
				margin-bottom: 14px;
			}
			
		.tyyppi {
			position: relative;
			width: 351px;
			height: 122px;
			float: left;
			overflow: hidden;
			margin-right: 10px;
			margin-bottom: 20px;
		}
			.tyyppi .kuva {
				position: absolute;
				top: 0;
				left: 0;
				width: 115px;
				height: 122px;
			}
			
			.tyyppi .tiedot {
				position: absolute;
				top: 0;
				right: 0;
				width: 232px;
				height: 122px;
				background-color: #d4d4d4;
				background-image: url('images/ihmiset_tyyppi_background.gif');
				background-repeat: no-repeat;
				text-align: center;
			}
				.tyyppi .tiedot h1 {
					color: #ffffff;
					padding-top: 28px;
					margin-bottom: 0;
					text-align: center;
				}
				.tyyppi .tiedot p {
					font-size: 8pt;
					line-height: 10pt;
				}

#footer {
	position: relative;
	clear: both;
	text-align: center;
	background-color: #e70000;
}
	#footer h1 {
		font-size: 9pt;
		font-weight: normal;
		color: #ffffff;
		margin: 0;
		padding: 0;
		padding-top: 22px;
		padding-bottom: 22px;
		text-align: center;
	}
