html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0; 
}
.wrapper { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgtopp.png); background-position: center top; background-repeat: no-repeat;}   

.header {margin-left: auto; margin-right: auto; text-align:left; width: 840px; height: 75px;} 
.navigation {margin-left: auto; margin-right: auto; text-align:right; width: 840px; height: 35px; padding-bottom: 30px;} 
.content{ margin-left: auto; margin-right: auto; text-align:left; width: 840px; height: auto; min-height: 315px; padding-bottom: 30px; }
.footer {margin-left: auto; margin-right: auto; text-align:center; width: 840px; height: 17px; padding-top: 8px; padding-bottom: 5px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}
.subnav { height: auto; width: 160px; padding-left: 50px;}
.subnavtop { height: auto; width: 170px; padding-left: 40px; background-image:url(../images/subtop.png); background-position: right bottom; background-repeat: no-repeat; font-size: 1.4em; color: #3A3C44; padding-bottom: 15px;}
.subnavbody { height: auto; width: 160px; padding-left: 50px; background-image:url(../images/submain.png); background-position: right bottom; background-repeat: repeat-y;}
.subnavbott { height: 30px; width: 160px; padding-left: 50px; background-image:url(../images/subbott.png); background-position: right top; background-repeat: no-repeat;}
