	*			{margin: 0; padding: 0;}
	html		{font-size: 62.5%;}
	
	body {
	text-align: center;
	height: 100%;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	min-width: 782px;
	}
	#wrapper {
	margin:0 auto;
	width:782px;
	text-align: left;
	}
    #header {
      background: #fff;
      width: 782px;
      height: 64px;
    }
    #leftcol {
      background: #fff;
      width: 150px;
	  float:left;
    }
    #rightcol {
      background: #fff;
	  border:0px solid #000;
      width: 118px;
	  float:right;
    }
    #content {
	  text-align: center;
	  min-width: 500px;
	  min-height:500px;
      width: 500px;
	  float:left;
	  font-family:verdana; font-size:10px; border:1px solid #000; background:#FDF5E6;  padding:5px;
    }
    #footer {
      background: #fff;
      width: 782px;
	  clear:both;
    }
	
