* {
 padding: 0;
 margin: 0; 
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #535353;
 font-size: 14px;
 background-color: #938663;
}
#wrapper {
 background-color: #fff;
 width: 770px;
 min-height: 600px;
 margin-top: 0px;
 margin-right: auto; 
 margin-left: auto;
 }
* html #wrapper {height:600px} /* IE Min-Height Hack */ 
#header {
 margin: 5px 5px 5px 5px;
 height: 100px;
 padding: 10px;
 background-image: url(kuvat/ylaosa.jpg);
 background-position: right;
 background-repeat: no-repeat;
 background-color: #fff;
}
#navbar {
 border: 1px solid #ccc;
 margin: 0px 5px 5px 5px;
 padding: 4px;
 background-color: #A3A38F;
}
#centercolumn {
 border: 1px solid #ccc;
 margin: 0px 15px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 97.4%;
 float: left;
 min-height: 310px;
 background-image: url(kuvat/sivu_tausta.jpg);
 background-position: right;
 background-repeat: no-repeat;
 background-color: #fff;
}
* html #centercolumn {height:310px} /* IE Min-Height Hack */ 
h2 {color: #BF5C1E;}
h3 {color: #BF5C1E;}
h4 {color: #BF5C1E;}

#footer {
 background-color: #A3A38F;
 margin: 0px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
}
p {padding: 2px;}
#footer a:link{color: #666666; text-decoration: none; border-bottom: 1px dotted;}
#footer a:visited{color: #F27426; text-decoration: none; border-bottom: 1px dotted;}
#footer a:hover{color: #974B18; text-decoraton: none; border-bottom: 1px solid;}
#footer a:active{text-decoration: none; border-bottom: 1px solid;}

#centercolumn a:link{color: #666666; text-decoration: none; border-bottom: 1px dotted;}
#centercolumn a:visited{color: #F27426; text-decoration: none; border-bottom: 1px dotted;}
#centercolumn a:hover{color: #974B18; text-decoraton: none; border-bottom: 1px solid;}
#centercolumn a:active{text-decoration: none; border-bottom: 1px solid;}

.keskella {text-align: center;
padding: 2px;
margin: 1em; 
border: 1px solid #A3A38F;
}
.oikealla {float: right;
padding: 2px;
margin-right: 10em;
margin-left: 0.8em;
margin-bottom: 2.2em;
margin-top: 0.2em;
border: 1px solid #A3A38F;
}
.oikealla2 {float: right;
padding: 2px;
margin-right: 5em;
margin-left: 1em;
margin-bottom: 1em;
margin-top: 1em;
border: 1px solid #A3A38F;
}
.vasemmalla {float: left;
padding: 2px;
margin: 1em;
border: 1px solid #A3A38F;
} 

.clear {
  clear: both;
  height: 0;
}