
body {
   background:#f9f9f9;

   font-family:Arial, Tahoma, Verdana, 'Trebuchet MS', Sans-Serif;
   font-size:85%;
   color:#444;
}

#kokosivu {
   border:1px solid #090; 
   background:#eee;
   width:800px;
   margin-left:auto;
   margin-right:auto;
}

#otsikkokuva {
   background:url(kuvat/panoraama.jpg) no-repeat #ccc;
   border:1px solid #000;
   height:193px;
   margin-bottom:5px;
}

#itseteksti {
   background:#ddd;
   border:1px solid #000;
   margin-right:150px;
   text-align:left;
}

#menu {
   background:#ddd;
   border:1px solid #000;
   float:right;
   width:140px;
   line-height:2;
}

#kokosivu2 {
   padding:5px;
}

#menu2 {
   padding:0 10px;
}

#itseteksti2 {
   padding:0px 20px;
}

