/* Left Column */

#left_col {
	position: absolute;
	left: 5px;
	width: 120px;
	top: 200px;
 /*       background-color: #e0ffff;  */
	padding-right: 5px;

}

/* Center Column */
#mid_col {
	margin-left: 145px;
	margin-right: 175px;
	margin-top: 130px;
}

/* Right Column */
#right_col{
	position: absolute;
	right: 5px;
	width: 150px;
	top: 130px;
 /*       background-color: #e0ffff; */
	padding-left: 5px;
}

/* Header */
#page_header{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	
	/* Uncommment the next line if you want to use an image for your background */
	/* background-image: url(/path/to/image.gif); */
}

/* Footer - comes at the bottom of the Middle column */
#page_footer{
	margin-top:30px; 
	padding:10px; 
	clear:both; 
	background-color: #F5f5f5;
	/* 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;
}
