
/* Leiska- tyyli */ 

body {
 margin:20px;
 background-image:url('kuvat/tausta.jpg');
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 background-color:#648aa8;
 }

#hdr {
 height:200px;
 color: #333333;
 border-style:none;
 align:center;
 }

#bar {
 height:25px;
 background-color:#2b638e;
 border:solid #000000;	
 border-width:0 0 1px 0;
 margin:0px;
 padding:0px;
 }

#bodyblock {
 position:relative;
 background-color:#648aa8;
 color: #333333;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 margin:0;
 padding:10px;
 background-color:#648aa8;
 color: #333333;
 width:110px;
 
 /* perusteksti sivupalkissa */
 text-align:left;
 font-family: Tahoma, Geneva, sans-serif;
 font-size:13px;
 font-weight: bold; 
 }

#cont {
 float:left;
 width:669px;
 min-height:600px;
 background-color:#ccd6d9;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 
 /* perusteksti sisällössä */
 text-align:left;
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 
 }

#ftr {
 background-color:#2b638e;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 height:30px;
 position: relative;/* this gives IE6 hasLayout to properly clear */ 
 clear: both;
 }

#timeDiv {
position: static;
width: 90px;
height: 17px;
font: bold 15px arial;
text-align: left;
}
            