body { 
    background-image:url(images/bg.gif); 
}

div.mainBlock { 
    background-color:#ffffff; 
	background-position: bottom right; 
	background-repeat: no-repeat;
	color: #000000;
	font-family: "Trebuchet MS", verdana, sans-serif; 
	font-size:13px; 
	width: 950px; 
}

div.headerBlock { 
    padding-left:   40px; 
	padding-bottom: 10px; 
	padding-top:    15px; 
}

/**** NAVI BLOCKS ****/
div.naviBlock { 
    float: right; 
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	padding-top: 27px; 
	padding-right: 30px; 
	text-align: right; 
}


div.subnaviBlock {  
	font-size: 11px; 
	font-family: verdana, sans-serif; 
	margin-left:40px; 
    padding-bottom: 7px; 
	padding-top: 13px; 
}

span.subnaviBlock { 
    border-bottom:solid 1px #888888; 
	padding-bottom: 5px;
}

/**** CONTENT BLOCKS ****/
div.contentBlock { 
    padding-left: 40px;      
}

div.contentTxtBlock {
    width: 540px; 
}

div.contentImgBlock {
    float:right; 
	margin-right:15px; 
	padding:0px; 
}

div.apu {
    height:320px; 
	float:right;
	width:2px;
}


/**** FOOTER BLOCK ****/
div.footerBlock {
  	background-color: #272661; 
	clear: both; 
	color: white; 
	text-align: center; 
	padding-left: 30px; 
	padding-bottom: 4px; 
	padding-top: 4px; 
	margin-top: 10px;
	height: 20px; 
}

div.footerBlock span {
    margin-right:25px;
}


/****    LINKS    ****/

a:link    { color: black; }
a:visited { color: black; }
a:hover   { color: #808080; }

div.naviBlock a {
    margin-left:20px;
	text-decoration:none;	
}

div.subnaviBlock a {
    margin-right:20px;
	text-decoration:none; 
}

div.contentImgBlock a { 
    text-decoration:none; 
}


/**** TITLES ****/

h1 {
    font-size: 16px; 
	color: #272661; 
	padding-top: 10px; 
	letter-spacing: 0.05em;
}

h2 {
    font-size: 12px; 
	color: #272661; 
	margin-bottom: 0px;
}

/**** IMAGES ****/
div.naviBlock img {
    margin-right: 3px;
}

div.subnaviBlock img {
    padding-right: 3px;
}

.kartta {
    width: 287px; 
	height: 172px;  
	border: solid 0px black;
}


/**** PARAGRAPHS ****/
p.top { margin-top:0px; }


/**** LISTS ****/
ul { 
   list-style-image: url(images/list.gif); 
   list-style-type: circle;
}

/**** TABLES ****/

table.henkilot { 
    margin-left:40px;
	padding-left:60px;
    width:850px; 
}

td {
    font-size:13px; 
	font-family:"Trebuchet MS", verdana, sans-serif; 
	padding:2px;
}

