html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font: 13px/1.5 verdana, arial, helvetica, sans-serif;
    background-attachment: fixed;
    background-color: white;
    background-position: 100% 100%; 
    background-repeat: no-repeat;
}

#top-nav {
    position: relative;
    text-align: right;
    vertical-align: bottom;
    font-size: 11px;
    text-decoration: none;
    margin-top: 15px;
    margin-right: 15px;
}


#header {
    position: relative;
    height: 80px;
    background-color: #87aeeb; 
    background-attachment: scroll;
    background-image: url(http://www.cs.hut.fi/u/petri/test/logo.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    border: thin solid Navy;
    border-style: solid none;
}

#header h1 {
    text-align: center;
    text-decoration: none;
    font-variant: small-caps;
    color: Navy;
}

#school {
    position: absolute;
    text-align: left;
    text-decoration: none;
    font-variant: small-caps;
    left: 65px;
    top: 20px;
    font-size: 11px;
    color: Navy;
}
		   
#laboratory {
    position: absolute;
    text-align: left;
    text-decoration: none;
    font-variant: normal;
    left: 65px;
    top: 35px;
    font-size: 11px;
    color: Navy;
}


			
#container {
   position: relative;
   min-height: 100%;
   height: 100%;
   voice-family: "\"}\"";	
   voice-family: inherit;				
   height: auto;
}
			
html>body #container {
   height: auto;
}
			
#content {
padding: 10px;
padding-right: 280px;
padding-bottom: 40px;
background-attachment: scroll;
background-image: url(http://www.cs.hut.fi/u/petri/test/grey-white.gif);
background-position: top right;
background-repeat: repeat-x;
min-width: 250px;
}
			
#footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding-bottom: 0;
  width: 100%; 
}

#footer h1 {
  color: #fff;
  padding-bottom: 0;
}

#footer.signature {
  color: #fff;
  padding-bottom: 0;
}

#sidebar {
    float:right;
    width:250px;
    margin: 20px;
    border: thin solid Navy;
    border-style: solid none;
}



.wrap {
    width:auto;
}

.float-left {
    float:left;
    width:auto;
    margin-right: 20px;
    border: none;
}

.float-right {
    float:left;
    width:auto;
    border: none;
}

.clear-lines {
    clear: both;
}

.TKK {
    text-decoration: none;
    font-variant: small-caps;
}

#navigation ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#navigation li{
    display:inline;
    margin:0;
    padding:0;
    }

ul {
  list-style: none;
}

h2 {
  border: thin solid Navy;
  border-style: solid none;
  background-color: #F0FFFF;
  color: Navy;
  padding-left: 30px
}

a:link {text-decoration: none; color: Blue;}
a:visited {text-decoration: none; color: Navy;}
a:hover {text-decoration: underline;}

#navigation a:visited{color: Blue;}
#navigation a:after {content: " | ";}


#publications li {margin-bottom: 20 px; padding-bottom: 8px;}