body {
	font: 16px Tahoma, Verdana, Arial;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	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: #000000;
}

.oneColFixCtr #container {
	position:relative;
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0;
	padding-top:30px;
	color:#CC33CC;
}
.oneColFixCtr #container h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding-top:20px;
	color:#009900;
}
.oneColFixCtr #container h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-top:20px;
	color:#000000;
}

.oneColFixCtr #header {
	width:952px;
	height:278px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
.oneColFixCtr .header_txt {
	width:400px;
	padding:80px 0 0 270px;
	color:#FFFFFF;
	font-size:22px;
	font-style:italic;
}
.oneColFixCtr .header_txt2 {
	width:400px;
	padding:80px 0 0 270px;
	color:#FFFFFF;
	font-size:48px;
	font-style:normal;
}

.oneColFixCtr #valikko {
	position:absolute;
	width:889px;
	top:250px; left:50px;
}
.oneColFixCtr .valikko {
	margin-right:25px;
	color:#CC9966;
}
.oneColFixCtr .valikko a {
	color:#CC9966;
	text-decoration:none;
}
.oneColFixCtr .valikko a:hover {
	color:#6699CC;
	text-decoration:none;
}

.oneColFixCtr #mainContent {
	width:902px;
	min-height:623px;
	/*height:623px;*/
	background-image:url(images/tausta.jpg);
	background-repeat:repeat-y;
	line-height:1.4em;
	margin:0;
	padding:0;
	padding-left:50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #footer {
	position:relative;
	width:952px;
	height:74px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtr .footer {
	position:absolute;
	top:34px; left:0; /* 935px */
	width:952px;
	height:20px;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#555555;
}
