/* THREE COLUMN PAGE LAYOUT BEGINS */
div.left {
	float: left;
	width: 150px;
}
div.right {
	float: right; 
	width: 195px;
	padding-right: 0px;
	background-color: transparent;
}
div.center {
	padding: 0px 20px 5px 20px;
	margin-left: 0px;
	margin-right: 0px;
	width: 700px;
}
* html div.center {
	margin-left: auto;
	margin-right: auto;
	float: left;
}
/* THREE COLUMN PAGE LAYOUT ENDS */
