* { padding: 0; margin: 0; }

body {
font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 744px;
margin-top: 10px;
}
#header {
 width: 744px;
 color: #333;
 height: 189px;
 background: url(img/header.jpg) no-repeat #FFFFFF;
}
#navigation {
 width: 744px;
 color: #fff;
 height: 25px;
 background: url(img/navi.jpg) no-repeat #FFFFFF;
 text-align: center;
 font-size: 12px;
 padding-top: 5px; 
}
#navigation a{
color:#FFFFFF;
text-decoration: none;
margin-left: 25px;
}
#navigation a:hover{
color:#FFFFFF;
text-decoration: underline;
}
#navigation .menu-current {
 font-weight: bold;
}
#content { 
 width: 744px;
 color: #333;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 min-height: 350px;
 padding-top: 30px;
}
#content a {
color: #006699;
text-decoration: none;
}
#content a:hover {
color: #006699;
text-decoration: underline;
}
#footer { 
 width: 744px;
 color: #333;
 margin: 0px 0px 10px 0px;
}
.linkki {
margin-top: 8px;
}
