body  	{
	background:#ffffff;
	background-image:url(../torchImages/bg_body.png);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	color: #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	text-align:center;
		}
.main #ylamarginaali {
	height:20px;
	width: 100%;
}
.main #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #035096;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333;
}
		
/* Alenpana main div sen fontit  */
.main a:link  {
		color: #0000cc;
		text-decoration:underline;
		}
.main a:visited	{
	 	color: #0000cc;
		text-decoration: underline;
		}
.main a:hover {
		color: #00CC00;
		text-decoration: underline;
		}
.main a:active {
		color: #ff0000;
		text-decoration: underline;
		}
.main h1   		{ 	
		color: #000080;
		font-size: 160%; 
		text-decoration: none; 
		font-weight: bold;
		}
.main h2   		{ 	
		color: #000080;
		font-size: 110%; 
		text-decoration: none; 
		font-weight: bold; 
		}
.main h3   		{ 	
		color: #000080;
		font-size: 105%; 
		text-decoration: none; 
		font-weight: bold; 
		}
.main h4   		{ 	
		color: #000080;
		font-size: 100%; 
		text-decoration: none; 
		font-weight: bold; 
		background-color: #f0f0f0;
		}
.main h5   		{ 	
		font-size: 90%; 
		text-decoration: none; 
		font-weight: bold; 
		}


/* Yläosan määritykset  */

.main #header {
	background-image: url(../torchImages/topTorch.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height:160px;
	}
.main #headerEng {
	background-image:url(../torchImages/topTorchEn.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height:160px;
	}

.main #headerFin {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	height:24px;
	background-color:#035096; 
}

.main #headerFin a:link  {
		font-weight: normal;
	    color: #fff;
		text-decoration:underline;
		}
.main #headerFin	a:visited	{
	 	font-weight: normal;
	    color: #fff;
		text-decoration: underline;
		}
.main #headerFin a:hover {
		font-weight: bold;
		color: #fff;
		text-decoration: underline;
		}

.main #headerFin a:active {
		font-weight: bold;
	    color: #fff;
		text-decoration: underline;
}


.main #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height:140%;
	}
.main #footer {
	padding: 0 3px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eeeeee;
	font-size:1.1em;
	font-weight: normal;
	border-top:solid #035096 1px;
}
.main #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: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.main #palsta33 {
	width:32%;
	float:left;
	padding:4px;
}
.clearfloat{
	clear:both;

}

	
	
}

