/* Start of CMSMS style sheet 'footer' */
	#leftcontent {
		position: absolute;
		left:1%;
		width:20%;
		}

	#centerleftcontent {
		position: absolute;
		left:22%;
		width:28%;
		}

	#centerrightcontent {
		position: absolute;
		left:51%;
		width:28%;
		}

	#rightcontent {
		position: absolute;
		left:80%;
		width:19%;
		}
/* End of 'footer' */

