html, body { 
  height: 100%; 
  margin: 0px; 
  padding: 0px; 
} 
.wrapper { 
   	min-height: 100%; 
    height: auto; 
} 

/* header */
.header { width: 900px; margin-left: auto; margin-right: auto; height: 143px; padding: 0; text-align: center; background-image: url(../images/bgtopp.jpg); background-position: center top; background-repeat: no-repeat; }

.navigation{ width: 900px; margin-left: auto; margin-right: auto; height: 47px; padding: 0;  text-align: left; background-image:url(../images/bgmenu.png); background-position: center top; background-repeat: no-repeat; }

/* content */
.content{ width: 860px; margin-left: auto; margin-right: auto; height: auto; min-height: 450px; padding: 20px; text-align: left; background-image: url(../images/bgmain.png); background-position: center top; background-repeat: no-repeat; background-color: #FFF; }
.content2{ width: 860px; margin-left: auto; margin-right: auto; height: auto; min-height: 450px; padding: 20px; text-align: left; background-image: url(../images/bg_main_stamp.png); background-position: center top; background-repeat: no-repeat; background-color: #FFF; }

#content_left{float: left; width: 620px; height: auto; text-align: left; }
#content_right{float: left; width: 240px; height: auto; text-align: left;}

div.clear {
	clear: both;
}

/* footer */
.footer{width: 900px; margin-left: auto; margin-right: auto; height: 40px; padding: 20px 0 20px 0; text-align: left; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat; }
#footer_left{float: left; width: 450px; height: auto; text-align: left; }
#footer_right{float: left; width: 450px; height: auto; text-align: right; line-height: 15px;}

/* radio */
.bg_radio{background-color:#000; background-image: none; text-align: center;}
.radio{width: 900px; margin-left: auto; margin-right: auto; height: 20px; padding: 5px 0 5px 0; text-align: left; background-color:#000;}
#radio_left{float: left; width: 450px; height: auto; text-align: left; }
#radio_right{float: left; width: 450px; height: auto; text-align: right;}
