<style type="text/css">


       #header{
         width:1000px;
         }


       #main{
         position:absolute;
         width:940px;
         _width:1100px;
         background:#ffffff;
         z-index:0;
         }


       #menu{
         position:absolute;
         width:180px;
         top:0;
         left:0;
         background:#ffffff;
         z-index:10;
                  }


       #contents{
	position:absolute;
	margin-left:180px;
	margin-right:160px;
	background:#ffffff;
	z-index:10;
	left: 9px;
	top: 5px;
         }


       #rightmenu{
         position:absolute;
         width:160px;
         top:0;
         right:0;
         background:#ffffff;
         z-index:0;
         }

</style>        

