  #container {
    display: table;
    }

  #row  {
    display: table-row;
    }

  #left, #right, #middle {
    display: table-cell;
    }


/* Left Column */
#left_col {
	margin-left: 0px;
	width: 120px;
	margin-top: 150px;
	background: #B1A388;
}


/* Center Column */
#mid_col {
	margin-left: 120px;

	margin-top: 151px;
	background: #FFFFE8;
}


/* Header */
#page_header{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 158px;	 	
/*	background-image: url(http://rs309.securehostserver.com/~glsaincc/img/headfill.gif);
        background-repeat: repeat-x
	
	 Uncommment the next line if you want to use an image for your background */
	/* background-image: url(/path/to/image.gif); */
}

/* Footer */
#page_footer{

	left: 10px;
	right: 0px;
	bottom: 0px;
	height: 20px;
	width: 100%;

	background-color: #800000;
	/* Uncommment the next line if you want to use an image for your background */
	/* background-image: url(/path/to/image.gif); */
}

/* Body Tag Redefined */
body{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFE8;
}
