
		body {
			min-width: 550px;         /* 2 x LC width + RC width */
		}

		#container {
			padding-left: 200px;      /* LC width */
			padding-right: 150px;     /* RC width */
		}
		
		#container .column {
			position: absolute;
			float: none;
			
		}
		
		#pin {
			width: 200px;
                        left: 1px;
		}
		
		#status {
			width: 200px;             /* LC width */
			left: 200px;             /* LC width */
			
		}
		
		#tax_due {
			width: 200px; 
			left: 400px;            /* RC width */
			
		}
                #detail {
			width: 200px;             /* RC width */
			left: 600px;
		}
                #link {
			width: 200px;             /* RC width */
			left: 800px;
			
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE6 Fix ***/
		* html #left {
			left: 150px;              /* RC width */
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			background: #FFF;
		}

		#header, #footer {
			font-size: large;
			text-align: center;
			padding: 0.3em 0;
			background: #999;
		}

		#pin {
			background: #66F;
		}

		#status {
			background: #DDD;
		}

		#tax_due {
			background: #F66;
		}
                #detail {
			background: #F33;
		}
                #link {
			background: #F11;
		}

		#container .column {
			padding-top: 1em;
			text-align: justify;
		}
