/*
tyylit.css
----------
Tyylitiedosto liittyen verhoomo Eskolan kotisivuun
	   
Versio: 1.0
Pvm:    07.12.2009
Tehnyt: Rauno Rike
        Tähtimökatu 14 B 7
        20540 TURKU

*/

body {
 font-family: Georgia,"Times New Roman",Serif;
 line-height: 1.3;
}

address{
 font-family: "Times New Roman",Georgia,Serif;
 font-style: italic;
 line-height: 1.3;
}

h3 {
 font-family: Arial, Verdana, SansSerif;
 color: blue;
}	

#kuvagalleria {
 text-align: center; 
}

.kuva {
 float: left; 
 padding-left: 2em;
 text-align: center; 
 font-size: 85%;
 height: 200px;
 width: 150px;
}

#ylatunniste { 
 clear: both; 
 text-align: center; 
} 

#esittely { 
 float: right; 
 width: 520px;
 text-align: left; 
 margin-bottom: 20px;
} 

.slogan {
 font-weight: bold;
}
  
.kuvalinkit { 
 float: left; 
 padding-left: 2em;
 text-align: center; 
 font-size: 85%;
 height: 120px;
 width: 150px;
} 
  
#alatunniste { 
 clear: both; 
} 

#napit { 
 float: left; 
 line-height: 2.0;
 width: 180px;
} 

#osoite { 
 float: right; 
 width: 250px; 
} 

#cright {
 font-size: 60%;
 text-align: right;
 color: #888888;
}
  



