	*			{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: 903px; /*782px;*/
	}
	#wrapper {
	margin:0 auto;
	width:903px;
	text-align: left;
	}
    #header {
      background: #fff;
      width: 903px;
      height: 125px;/*82px;*/
    }
    #leftcol {
      background: #fff;
      width: 255px;
	  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;
    }
	h1	{font-size:12px;}
	

