
      html, body {
	margin:0px; padding:0px; 
	background:white;
	position:relative; 
      }

      #all {
	text-align:left;
	width:1000px;
      }

      .head {
	display:block;

/*	height:218px;*/
	height:20px;

	background:white;
	padding:1px;
      }

      #container {
	position:relative; 
	display:block; 
        background:white;
	border-left:solid 200px white;
	border-right:solid 200px white;
      }

      #inner {
	display:block;
	position:relative;
	 
	margin-left:-200px;
	margin-right:-200px;
	padding:1px;
      }

      #left {
	float:left; 
	position:relative; 
	width:200px;
	left:0px;
      }


      #right {
	float:right; 
	position:relative; 

/*	width:200px;*/
/*	 width:10px;*/


	right:0px;
      }

      #center {
	margin-left:200px;
	margin-right:200px;
	position:relative; 
	display:block;
	height:1%;
      }

      .clear {
	clear:both;
      }


      .foot {
	display:block;
	height:120px;
	background:white;
	padding:1px;
      }


      #logo{
	position:absolute;
	width:200px;
	top: 8px;
	margin-left: 35px;
      }

      #log{
	position:absolute;
	width:200px;
	top: 32px;
	margin-left: 38px;
      }
