@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(#);
	background-position: 0px 315px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	color: #FFF;
	text-decoration: none;
}
.kehys {
	border: thin solid #000;
}
.oneColFixCtrHdr #header {
}
.valikko {
	height: 20px;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
	margin: 0px;
	padding-top: 20px;
	min-height: 500px;
	color: #FFF;
}
.oneColFixCtrHdr #footer {
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000;
	vertical-align: middle;
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
.leipateksti_valiotsikko {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #682B81;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.leipateksti {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 0px;
}
.leipateksti_vari {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #C96;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 0px;
}
.linkit {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-decoration: underline;
}
.linkit_vari {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #C96;
	text-decoration: underline;
}
.kuvat_oikealla {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
	position: relative;
}
.kuvat_vasemmalla {
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	position: relative;
}
.kuvat_keskella {
	margin: 0px;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 200px;
}
.kuvat_oikealla_alhaalla {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
	position: relative;
	vertical-align: bottom;
}
