/* CSS Document */

body {
padding:0px; 
margin:0px; 
background-color:#f9f9f9;
}	

.top {
height:122px;
width:100%;
background-image:url(gfx/tausta.jpg);
background-repeat:repeat-x;
margin:0px;
		}	
				
.sivukuva{
height:229px;
width:114px;
float:left;
background-image:url(gfx/side.jpg);
background-repeat:no-repeat;
position:relative;
top:-3px;
		}
body>.sivukuva{
position:relative;
top:0;
}
.teksti{
height:auto;
width:80%;
font-size:14px;
color:#686868;
font-family:"Comic Sans MS";
		}
		
.teksti a{
color:#554d4d;
		}
		
 h2{
height:38px;
width:235px;
position:relative;
left:150px;
top:20px;
color:#9ab39c;
font-size:15px;
background-image:url(gfx/otsikko.jpg);
background-repeat:no-repeat;
background-position:bottom right;
text-align:center;

		}
form {
	margin-left:114px;
}
li {
list-style-type:none;
}

