	*			{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: 82px;
    }
    #leftcol {
      background: #fff;
      width: 150px;
	  float:left;
    }
    #rightcol {
      background: #fff;
      width: 132px;
	  float:right;
    }
    #content {
      background: #fff;
	  text-align: center;
	  min-width: 500px;
      width: 500px;
	  float:left;
    }
    #footer {
      background: #fff;
      width: 782px;
	  clear:both;
    }
	
