/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(kuvat/shade.gif);
background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 padding-top: 10px;
 width: 700px;
 height: 520px;
background-image: url(kuvat/taustakuva_etusivu1.gif);
background-repeat: no-repeat;
}
#header {
 color: #333;
 width: 670px;
 float: left;
padding: 10px;
 height: 10px;
 margin: 5px 0px 0px 0px;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 5px 10px;
 padding: 10px;
 height: 300px;
 width: 400px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0;
 padding: 10px;
 height: 300px;
 width: 240px;
 display: inline;
}
#footer { 
 width: 670px;
 height: 100px;
 clear: both;
 color: #C3C3C3;
 margin: 0;
 padding: 10px;
 text-align: right;
}
p {margin-top: 5px;}
h2 {margin-bottom: 5px;}

#footer a {
text-decoration:none;
color: #333;
}
#footer a:hover {
text-decoration:none;
color: #D21239;
}