html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0px; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -70px;
} 

.footer, .push { 
    height: 70px; 
}

.header {margin-left: auto; margin-right: auto; width: 900px; height: 180px; padding-top: 20px; text-align: left; } 
.navigation {margin-left: auto; margin-right: auto; width: 900px; height: 30px; text-align: left; background-image:url(../images/bgmenu.png); background-position: center top; background-repeat: no-repeat;}

.content{margin-left: auto; margin-right: auto; width: 900px; text-align: left; height: auto; min-height: 300px; padding: 30px 0 30px 0; }

#leftcolumn{float: left; width: 660px; height: auto; text-align: left; }
#rightcolumn{float: left; width: 240px; height: auto; text-align: left;}


div.clear {
	clear: both;
}

.footfill{width: 900px; height: 50px; padding-bottom: 20px; margin-left: auto; margin-right: auto; text-align: center; background-image:url(../images/footer.png); background-position: center top; background-repeat: no-repeat; }
