html, body { 
  height: 100%; 
  margin: 0px; 
  padding: 0px; 
} 
.indexbody {
	text-align: center;
	background-color: #ECECEC;
	background-image: url(../images/bgstart.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.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: 860px; padding: 15px 10px 0 10px; height: 50px;} 
.banner {margin-left: auto; margin-right: auto; text-align: center; width: 860px; height: 150px;} 

.nav1 {margin-left: auto; margin-right: auto; text-align: left; width: 860px; height: 40px; }
.nav2 {margin-left: auto; margin-right: auto; text-align: left; width: 860px; padding: 0 10px 20px 10px; height: 40px; }  

.content{margin-left: auto; margin-right: auto; text-align: left; width: 840px; padding: 0px 20px 20px 20px; height: auto; min-height: 380px; background-image: url(../images/bgmain.png); background-position: center top; background-repeat: repeat-y;} 

.footer{margin-left: auto; margin-right: auto; text-align: right; width: 880px; height: 100px; padding-top: 5px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}

.wrapper2 { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/indeximg.gif);
	background-position: center top;
	background-repeat: no-repeat; 
} 
.indexinfo{ height: auto;} 
.indexflash{ height: 150px;; padding-top: 170px; padding-bottom: 30px;} 

#leftcolumn1{float: left; width: 670px; height: auto; text-align: left; background-image: url(../images/bgmain1.png); background-position: left top; background-repeat: repeat-y;}
#rightcolumn1{float: left; width: 170px; height: auto; text-align: left;}

#leftcolumn2{float: left; width: 200px; height: auto; text-align: left; background-image: url(../images/bgmain2.png); background-position: left top; background-repeat: repeat-y;}
#rightcolumn2{float: left; width: 640px; height: auto; text-align: left;}

#leftcolumn3{float: left; width: 200px; height: auto; min-height: 400px; text-align: left; background-image: url(../images/bgmain2.png); background-position: left top; background-repeat: repeat-y;}
#rightcolumn3{float: left; width: 640px; height: auto; text-align: left;background-image: url(../images/bgmain4.png); background-position: left top; background-repeat: repeat-y;}

#inlineleft{float: left; width: 440px; height: auto; text-align: left; }
#inlineright{float: left; width: 200px; height: auto; text-align: left;}

div.clear {	clear: both;}