/* @font-face {
    font-family: Frutiger;
    src: local(frutiger.ttf);
}
*/

/*html{position: relative; height: 860px;}*/

/*body{font-family: Frutiger, "Frutiger Linotype", Univers, "Gill Sans",Helvetica; 
font-size:16px; margin:5px; padding:5px 10px 5px 20px;width:90%;}*/

body{padding:5px 10px 5px 20px;width:90%;}


h1{
	font-size: 28px;
}

#side img{width: 95%;}

#navi {
	width:100%; 
	height:24px; 
	line-height:16px; 
	padding:0px 0px 0px 0px; 
	font-size:16px;
  text-align: center;
	position: static;
    left:0px;
    top: 0px;
}

#side {
    text-align: center;
    width: 100%;
    margin: 20px 0px 30px 0px;
    position: static;
    left: auto;
    top: auto;
    height: auto;
}

#banner{padding:0px 0px 0px 2px;font-size: 40px;}

footer { 
    width: 100%;
    color:#666666;
    margin: 10px 0px 20px 0px;
    position: static;
    left: auto;
    bottom: auto;
    height: auto;
}