/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/

body{ 
background-color:#dc8;
font-family: 'Georgia', 'Arial', sans-serif, 'Times New Roman';
font-size:16px;
color: #000099;
margin:0; 
padding:0; 
background-image: url(kuvat/cnvbkgnd.jpg);
background-position: right top;
}

#header{ 
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
height:150px;
border: solid #000099;
border-width: 0 0 2px 0;

}

#left{ 
float:left;
width:200px;
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
background:url(kuvat/menutausta.gif); background-repeat:no-repeat;background-position: 0% 8%;
}

#center { 
margin-top: 10px;
margin-left:200px;
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
}
h1 {font-size: 24px; }
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4  {font-size: 14px;}

p {max-width: 600px;}

#footer { 
clear:both;
margin-top: 5px;
margin-left: 10px;
margin-right: 10px;
height:50px;
border: solid #000099;
border-width: 1px 0 0 0;
padding: 2px;
}