@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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #111;
	background-image: url(../img/back_08.jpg);
	background-color: #DDD;
	background-repeat: no-repeat;
}
a:link {
	color: #005C97;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005C97;
}
a:hover {
	text-decoration: none;
	color: #9CF;
}
a:active {
	text-decoration: none;
	color: #A8D6FF;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/back_09.jpg);
	height: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 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-top: 20px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #111;
}
.oneColFixCtrHdr #footer {
	color: #EEE;
	background-color: #005C97;
	padding-top: 5px;
	padding-bottom: 0;
	position: fixed;
	top: 610px;
	width: 780px;
}
.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: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #EEE;
	text-align: center;
}
.top_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DDD;
}
.etusivu_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #4C8CB0;
	line-height: 20px;
}
.info {
	color: #FFF;
	text-align: center;
	background-color: #333;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
.teksti {
	margin-right: 5px;
}
.tekstilaatikko {
	padding-right: 10px;
}
.blurb {
	color: #005C97;
	font-weight: bold;
	font-size: 10pt;
}
.uutisia_laatikko {
	background-color: #FFF;
	width: 385px;
}
.uutisia_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #005C97;
	line-height: 20px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #333;
	line-height: 20px;
}

