html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0px; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto; 
} 

.header { width: 800px; margin-left: auto; margin-right: auto; height: 181px; padding: 15px 5px 0 5px; text-align: center; background-image: url(../images/bgtopp.png); background-position: center top; background-repeat: no-repeat;} 

.navigation{width: 800px; margin-left: auto; margin-right: auto; height: 180px; padding:0 5px 0 5px; text-align: left; height: 30px; background-image: url(../images/bgmenu.png); background-position: center top; background-repeat: no-repeat;}

.content{width: 760px; margin-left: auto; margin-right: auto; height: auto; min-height: 360px; padding:25px 25px 20px 25px; text-align: left; background-image: url(../images/bgmain.png); background-repeat: repeat-y; background-position: center top;} 

#leftcolumn{float: left; width: 240px; height: auto; text-align: left; }
#rightcolumn{float: left; width: 520px; height: auto; text-align: left; }

#leftcolumnfaq{float: left; width: 260px; height: auto; text-align: left; }
#rightcolumnfaq{float: left; width: 500px; height: auto; text-align: left; }

#leftcolumnsalg{float: left; width: 200px; height: auto; text-align: left; }
#rightcolumnsalg{float: left; width: 560px; height: auto; text-align: left; }

div.clear {
	clear: both;
}

.footer{width: 800px; margin-left: auto; margin-right: auto; height: 30px; padding: 0px 15px 0 15px; text-align: center; }