/*
      Created by Kari Kantola
	  
*/

* {
  padding: 0;
  margin: 0;
  }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #f0f4f7 url(../images/body_bg.jpg) repeat-x;
  }
  
#wrapper { 
  margin: 0 auto;
  width: 922px;
  }

#main {
  margin-bottom: 5px;
  overflow: auto;
  width: 100%
  }

#header {
  color: #333;
  width: 922px;
  padding: 0px;
  height: 305px;
  margin: 0px 0px 5px 0px;
  }

#inenglish {
  width: 920px;
  height: 15px;
  padding: 0px;
  margin: 40px 0px 5px 0px;
  text-align: right;
  }
  
#inenglish a {
  text-decoration: none;
  color: #3e3e3e;
  font-size: 13px;
  font-weight: normal;
  }

#inenglish a:hover {
  text-decoration: none;
  color: #456997;
  font-size: 13px;
  font-weight: normal;
  }  

#navigation {
  width: 920px;
  height: 22px;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  text-align: right;
  }
  
#navigation ul{
  margin-left: 0;
  padding-left: 0;
  display: inline;
  }
  
#navigation ul li {
  height: 20px;
  margin-left: 0;
  padding: 0px 10px;
  border-left: 1px solid #3e3e3e;
  list-style: none;
  display: inline;
  }
		
#navigation ul li.first {
  margin-left: 0;
  border-left: none;
  list-style: none;
  display: inline;
  }

#navigation ul li.last {
  padding-right: 0px;
  }

#navigation img {
  height: 20px;
  width: 190px;
  border: none;
  padding-right: 200px;
  }

#navigation a {
  text-decoration: none;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: normal;
  }

#navigation a:hover {
  text-decoration: none;
  color: #456997;
  font-size: 14px;
  font-weight: normal;
  }
  
#leftcolumn { 
  display: inline;
  color: #456997;
  margin: 15px 0px 0px 5px;
  padding: 0px;
  width: 180px;
  float: left;
  }
  
#leftcolumn p{ 
  margin-left: 20px;
  }	
  
#content { 
  float: left;
  color: #333;
  margin: 15px 13px;
  padding: 0px;
  width: 500px;
  display: inline;
  position: relative;
  }

#wide_content { 
  float: left;
  color: #333;
  margin: 15px 30px;
  padding: 0px;
  width: 600px;
  display: inline;
  position: relative;
  }
  
h1 {
  font-family: Times, "Times New Roman", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #383838;
  padding-bottom: 12px;
  }

h2 {
  font-family: Times, "Times New Roman", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 12px;
  color: #456997;
  }
  
h3 {
  font-family: Times, "Times New Roman", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  color: #383838;
  padding-bottom: 12px;
  }  

p {
  padding-bottom: 12px;
  line-height: 18px;
  }
  
p.solid {
  border: 1px solid #000000;
  padding: 5px;
  background: #EEEEEE;
} 

a {
  color: #456997;
  font-weight: bold;
  }

a:hover {
  color: #89bbde;
  }
  
.bold {
  font-weight: bold;
  }
  
.italic {
  font-style:italic	
  }
  
.warning {
  font-weight: bold;
  color: #c9111d;
  } 
  
.blue {
  color: #456997;
  } 

#wide_content img {
  border: 3px solid #cfcfcf;
  margin-right: 5px;
  margin-bottom: 5px;	
  }

ul {
  display: block;
  padding-bottom: 12px;
  }
	
ul li {
  list-style: none;	
  position: relative;
  margin: 0 auto;
  padding-bottom: 3px;
  }
  
label {
  width: 100px;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
  }

input {
  width: 200px;
  }

.submit input {
  margin-left: 200px;
  width: 75px;
  }  
  	
#rightcolumn { 
  display: inline;
  position: relative;
  color: #333;
  margin: 15px 10px 0px 0px;
  padding: 0px;
  width: 190px;
  height: 250px;
  float: right;
  background: #f0f4f7 url(../images/right_bg.jpg) no-repeat;
  }

#rightcolumn ul {
  margin-left: 25px;
  display: block;
  padding: 30px 0 0;
  }
	
#rightcolumn ul li {
  list-style: none;	
  height: 17px;
  position: relative;
  margin: 0 auto;
  }
  
#rightcolumn a {
  text-decoration: none;
  color: #3e3e3e;
  font-size: 12px;
  font-weight: normal;
  }

#rightcolumn a:hover {
  text-decoration: none;
  color: #456997;
  font-size: 12px;
  font-weight: normal;
  }
  
#rightcolumn img {  
  border: 0;
  margin-top: 10px;
  margin-left: 55px;
  }
  
#footer { 
  width: 922px;
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  }
  
.clear { clear: both; background: none; }