html, body { 
  height: 100%; 
  margin: 0px; 
  padding: 0px; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto; 
} 

.header{width: 880px; margin-left: auto; margin-right: auto; height: 110px; padding: 5px 0 30px 0; text-align: left; background-image: url(../images/bgtopp.png); background-position: center top; background-repeat:no-repeat; }

.content{ width: 880px; margin-left: auto; margin-right: auto; height: auto; min-height: 300px; text-align: left; padding-bottom: 30px; }

.footer{width: 880px; margin-left: auto; margin-right: auto; height: 25px; padding-top: 5px; text-align: left; background-image: url(../images/footer.png); background-position: center top; background-repeat:no-repeat; }

#leftcolumn{float: left; width: 190px; height: auto; text-align: left; }
#rightcolumn{float: left; width: 690px; height: auto; text-align: left;}

div.clear {
	clear: both;
}

.navigation{width: 170px; height: auto; text-align: left; }
