html {
    width: 100%;
    height: 100%;
}

body { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    margin: 10px; 
    color: #5d5d5f; 
    background: #d4d4d4 url(../img/ylapalkki.gif) repeat-x ; 
    height: 100%;
    margin-left: 10px;
}

a { 
    color: #135d96; 
    text-decoration: none; 
    border-bottom: 1px dotted #000; 
}
a:hover{ 
    text-decoration: none; 
    border-bottom: 1px solid #135d96; 
}

h1 { 
    font-size: 16px;
    line-height: 15px; 
    font-weight: bold; 
    color: #135d96;
}

  
#center{
    background: #fff;
    width: 965px;
    text-align: left; 
    margin: 0 0 0 10px; 
    margin-top: 18px;
	height: auto !important;
	display:block;
    border-left: #135d96 solid 1px;
    border-right: #135d96 solid 1px;
    border-bottom: #135d96 solid 1px;
}

#ylakuva{
    background: #fff url(../img/tausta1.jpg) no-repeat;
    margin: 0 7px 1px 7px;
    height: 338px;
}

#nimi{
    position: absolute;
    z-index:100;
    top: 30px; left: 45px;
    height: 61px;
    width: 380px;
}

#nimi {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/img/nimi.png');
    background-repeat: no-repeat;
    }
#nimi[id] {
    background-image: url(../img/nimi.png);
    background-repeat: no-repeat;
    }

#korva{
    position: absolute;
    z-index:101;
    top: 30px; left: 830px;
    height: 42px;
    width: 127px;
}
#korva {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/img/korva.png');
    background-repeat: no-repeat;
    }
#korva[id] {
    background-image: url(../img/korva.png);
    background-repeat: no-repeat;
    }


#allu{
    position: absolute;
    z-index:102;
    top: 2px; left: 680px;
    height: 426px;
    width: 239px;
}
#allu {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/img/allu.png');
    background-repeat: no-repeat;
    }
#allu[id] {
    background-image: url(../img/allu.png);
    background-repeat: no-repeat;
    }

#navi{
    background: #fff url(../img/valiviiva.gif) no-repeat;
    line-height: 14px;
    height: 50px;
    margin: 0 7px 1px 7px;
    padding: 10px 0 0 40px;
    font-weight: bold;
}

#navi a {
    border-bottom: none; 
    color: #000;
}

#navi a:hover{
    color: #135d96;
}

#navi .active{
    color: #135d96;
}

#valiosa{
    position: relative;
    left: 140px;
	height: 100%;
	width: 810px;
	background: #fff;
    border: solid 1px #fff;
    min-height: 850px;

}

#valiosa p {
    padding-right: 20px;
    text-align: justify;
}

#kuvapaikka{
    position: absolute;
    top: 430px; left: 22px;
    width: 124px;
    background: #fff;
    z-index:99;
}

#nostot {
    width: 326px;
    min-height: 300px;
    float: right;
}
#nostot2 {
    width: 90%;
    min-height: 90%;
	border: 1px solid #9b9b9c;
    margin-top: 8px;
    margin-left: 8px;
}
#nostot2 p {
    background: url(../img/nuoli.gif) no-repeat left top;
    padding-left: 15px;
    padding-right: 5px;
    width: 265px;
    text-align: left;
}

#alapalkki{
    background: url(../img/alapalkki.gif) no-repeat;
    height: 32px;
    width: 953px;
    margin: 0 0 10px 6px;
}

.smalltext { font-size: 9px; }
.blue { color: #135d96; }
.alaviiva { border-bottom: 1px solid #b8cedf; width: 50%; }

