body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(kuvat/tausta.jpg);
	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;
	background-repeat: repeat-x;
	background-color: #B35E27;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 925px;  /* 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 */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.thrColAbsHdr #ylapalkki {
	height: 170px;
	padding: 10px 0px 0px 240px;
	word-spacing:20px;
} 

.thrColAbsHdr #navigointi {
	position: absolute;
	top: 180px;
	left: 0;
	width: 150px; 
	background:#FFFFFF;
	padding: 15px 10px 15px 20px; 
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 180px;
	right: 1px;
	width: 163px;
	background:#FFFFFF;
	padding: 15px 10px 15px 20px;
}
.thrColAbsHdr #mainContent {
	margin: 0 100px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}









.ylapalkki a:link
{
	font-family: arial;
	font-size: 14 px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	word-spacing:20px;
}


.ylapalkki a:visited         {
	font-family: arial;
	font-size: 14 px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}


.ylapalkki a:hover        {
	font-family: arial;
	font-size: 14 px;
	color:#d65126;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}


.navigointi{
font-family: verdana; 
font-size: 12px; 
font-weight: bold; 
color:#993300;
word-spacing: normal; 
letter-spacing:normal; 
text-decoration:none;
}

.navigointi a:link {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color:#993300;
	word-spacing: normal;
	text-decoration:none;
	}

.navigointi a:visited {
font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color:#993300;
	word-spacing: normal;
	text-decoration:none;
	}

.navigointi a:hover        {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color:#E4AF23;
	word-spacing: normal;
	text-decoration:none;
}


.navigointi_linkit{
font-family: verdana; 
font-size: 12px; 
font-weight: bold; 
color:#D20202;
word-spacing: normal; 
letter-spacing:normal; 
text-decoration:none;
	}
	
.navigointi_linkit a:link {
font-family: verdana; 
font-size: 12px; 
font-weight: normal; 
color:#d65126;
word-spacing: normal; 
letter-spacing:normal; 
text-decoration:none;
	}

.navigointi_linkit a:visited {
font-family: verdana; 
font-size: 12px; 
font-weight: normal; 
color:#d65126;
word-spacing: normal; 
letter-spacing:normal; 
text-decoration:none;
	}

.navigointi_linkit a:hover        {
font-family: verdana; 
font-size: 12px; 
font-weight: normal; 
color:#993300;
word-spacing: normal; 
letter-spacing:normal; 
text-decoration:none;
}



.leipateksti
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


.leipateksti a:link {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color:#d65126;
	word-spacing: normal;
	text-decoration:none;
	}

.leipateksti a:visited {
font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color:#d65126;
	word-spacing: normal;
	text-decoration:none;
	}
.leipateksti a:hover {
font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color:#993300;
	word-spacing: normal;
	text-decoration:none;
	}
	
.otsikko
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.copy
{
	font-family:Times New Roman, Times, serif;
	font-size: 12pt;
}
