 /*Frames*/
	body
		{
            margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
            padding: 0;
			background: #2F2934;
			font-family:"Tahoma", Verdana;
			font-size:11px;
		}
	#bodyheader
		{
			position: absolute;
			/* Exclude abs positioning for Mac IE5 */
			width: 100%;
			/*\*/
			top: 0px;
			bottom: 0;
			height:442px;
			margin: 0;
			background: url(../images/bg_header_body_home.jpg);
			/* Exclude all previous props for Mac IE5 */
		}
	#sidebarshome
		{
			/*\*/
			position: fixed;
			/* Exclude abs positioning for Mac IE5 */
			width: 1020px;
			/*\*/
			top: 0px;
			bottom: 0;
			height:100%px;
			left: 50%;
			margin: 0;
			margin-left: -510px;
			background: url(../images/bg_sidebars.jpg);
			/* Exclude all previous props for Mac IE5 */
		}
	#sidebarshomel
		{
			/*\*/
			position: fixed;
			/* Exclude abs positioning for Mac IE5 */
			width: 12px;
			/*\*/
			top: 0px;
			bottom: 0;
			height:100%;
			left: 50%;
			margin: 0;
			margin-left: -510px;
			background: url(../images/bg_sidebars.jpg);
			/* Exclude all previous props for Mac IE5 */
		}
	#sidebarshomer
		{
			/*\*/
			position: fixed;
			/* Exclude abs positioning for Mac IE5 */
			width: 12px;
			/*\*/
			top: 0px;
			bottom: 0;
			height:100%px;
			left: 50%;
			margin: 0;
			margin-left: 498px;
			background: url(../images/bg_sidebars.jpg);
			/* Exclude all previous props for Mac IE5 */
				}
			#contenthome
		{
			/*\*/
            position: absolute;
			/* Exclude abs positioning for Mac IE5 */
            hight:100%;
			width: 1000px;
			/*\*/
            top: 0px;
			bottom: 0px;
			left: 50%;
			margin: 0;
			margin-left: -500px; /* no need for Mac IE5 to see this */
			overflow: auto;
			background: #FFF;
			/*height: expression(document.body.clientHeight - ((parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 7.5) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 5)) + "px");*/
		}
