* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFEEDA;
	margin: 10px auto 0px auto;
	max-width: 100%;
	width: 616px;
	border: 0px;
	font-family: georgia, times, "times new roman", serif;
	padding-bottom: 15px;
}
div {
	border: 0px solid black;
	width: 600px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: georgia, times, "times new roman", serif;
}

img {
	margin: 10px auto 15px auto;
}

/* Wrappers */
#wrapper1 {
	background: #FFD5A3;
	border: 1px solid black;
}
#wrapper2 {
	background: transparent url(kuvat/tausta-pallot.png) left top repeat-y;
}

/* Header */
#header {
	background: transparent url(kuvat/header-banner.png) left top no-repeat;
	height: 100px;
	width: 598px;
	border: 1px solid black;
	border-bottom: 2px solid black;
	clear: both;
}
#header h1 {
	text-align: right;
	font-size: 2.2em;
	line-height: 1.8em;
	margin: 0 50px 0 0;
	padding: 10px 0 0 0;
}

/* Navigation */
#navigation {
	padding: 2px 0px 3px 0px;
	color: white;
	clear: both;
}
#navigation ul {
	list-style-type: none;
	text-align: left;
	margin-left: 130px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	padding: 0px 5px 1px 5px;
	border: 1px solid Black;
	margin: 0 2px;
	background: #89210E;
	color: #FFEEDA;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	font-family: helvetica, arial;
}
#navigation ul li a:hover {
	color: white;
	background: #76240C;
}

/* Content */
#content {
	padding: 7px 7px 20px 7px;
	margin-top: 20px;
	margin-left: 125px;
	width: auto;
	min-height: 300px;
	clear: both;
}
#content h2 {
	font-size: 1.1em;
}
#content p+h2 {
	margin-top: 2em;
}
#content p {
	font-family: "times new roman", serif;
	margin: 1em 1.5em;
	font-size: 1em;
}
#content a {
	color: black;
}
#content table {
	font-family: "times new roman", serif;
	margin: 1em 1.5em;
	font-size: .9em;
	border-left: 1px solid black;
}
#content table td{
	padding: .05em 1em;
}
#content dl.yhteystiedot{
	margin: 1em 3em;
}
#content dl.yhteystiedot dt{
	width: 5em;
	clear: both;
	float: left;
	margin: 0 0 .6em 0;
}
#content dl.yhteystiedot dd{
	float: left;
}
* html #content dl.yhteystiedot{
	width: 17em;
}
* html #content dl.yhteystiedot dd{
	width: 10em;
	margin: 0 0 .6em 0;
}

/* Footer */
#footer {
	background: transparent url(kuvat/footer-siemenet-256i.png) left top no-repeat;
	padding-top: 70px;
	clear: both;
}
#footer p {
	background: black;
	color: White;
	padding: 2px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
}

/* Signature */
#signature {
	clear: both;
	background: transparent;
	color: #76240C;
	font-family: arial;
	font-size: 8pt;
	text-align: right;
}