 /*Frames*/
	body
		{
            margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
            padding: 0;
            /*\*/	overflow:auto; /* because Mac IE5 don't understand */
			background: #2F2934;
			font-family:"Tahoma", Verdana;
			font-size:14px;
		}
	#bodyheader
		{
			position: absolute;
			/* Exclude abs positioning for Mac IE5 */
			width: 100%;
			/*\*/
			top: 0px;
			bottom: 0;
			height:308px;
			margin: 0;
			/* Exclude all previous props for Mac IE5 */
			position:fixed;
		}
	#bodycontent
		{
			position: absolute;
			/* Exclude abs positioning for Mac IE5 */
			width: 100%;
			/*\*/
			top: 308px;
			bottom: 0;
			margin: 0;
			background: url(../images/bg_content.jpg);
			/* Exclude all previous props for Mac IE5 */
			position:fixed;
		}
	div
		{
            margin: 0;
            padding: 0;
		}
	#sidebarl
		{
            /*\*/
            position: absolute;
            /* Exclude abs positioning for Mac IE5 */
            margin: 100px auto 0 auto;
            width: 10px;
            /*\*/
            top: 0px;
            bottom: 0px;
            left: 50%;
            margin: 0;
            margin-left: -510px;
            height: 100%;
			background:url(../images/bg_sidebars.jpg);
			position:fixed;
		}
	#sidebarr
		{
			/*\*/
            position: absolute;
			/* Exclude abs positioning for Mac IE5 */
            margin: 100px auto 0 auto;
			width: 10px;
			/*\*/
            top: 0px;
			bottom: 0px;
			left: 50%;
			margin: 0;
			margin-left: 500px; /* no need for Mac IE5 to see this */
            height: 100%;
			background:url(../images/bg_sidebars.jpg);
			position:fixed;
		}
	#header
		{
			position: absolute;
			top: 0;
			width: 1000px;
			height: 280px;
			left: 50%;
			margin-left: -500px;
			background: #FFF;
			background:url(../images/bg_header.jpg) center no-repeat; 
		}
	img.header
		{
			top:0;
			margin-left:86px;
		}
	#title
		{
			/*\*/
			position: absolute;
			/* Exclude abs positioning for Mac IE5 */
			margin: 0px 0px 0px 0px;
			width: 1000px;
			height: 28px;
			/*\*/
			top: 280px;
			left: 50%;
			margin: 0;
			margin-left: -500px;
			background:url(../images/bg_tittle.jpg);
			padding: 0px;
			font-family:"Tahoma", Verdana;
			font-size:16px;
			color:#d9c1cc;
            /* Exclude all previous props for Mac IE5 */
			position:fixed;
		}
	#button
		{
            /*\*/
            position: absolute;
            /* Exclude abs positioning for Mac IE5 */
            margin: 100px 0 0 0;
            width: 1000px;
            /*\*/
            top: 308px;
            bottom: 17px;
            left: 50%;
            margin: 0;
            margin-left: -500px;
			background:url(../images/bg_buttons.jpg);
            /* Exclude all previous props for Mac IE5 */
			overflow: auto;
			font-family:"Tahoma", Verdana;
			font-size:11px;
			color:#d9c1cc;
			position:fixed;
		}
	#content 
		{
			position: absolute;
			width: 870px;
			top: 320px;
			left: 50%;
			margin: 0;
			margin-left: -404px; /* no need for Mac IE5 to see this */
			padding: 0px 15px 55px 15px;
		}
	#footer
		{
            /*\*/ position: absolute;  /* Exclude for Mac IE5 */
            height: 17px;
            width: 1000px;
            margin: 0 auto 0 auto;
            /*\*/
            bottom: 0;
            left: 50%;
            margin-left: -500px;
			background:url(../images/footer_image.jpg);
			text-align: center;
			font-family:"Tahoma", Verdana;
			font-size:10px;
			font-weight: lighter;
			margin-top:0px;
			color:#d9c1cc;
			position:fixed;

            /* exclude thes from Mac IE5 */
		}
			
/*[if lt IE 7]>*/
	#information
		{
			padding: 0px 15px 15px 0px;
			margin:20px 0px 0px 0px;
			float:left;
			width: 550px;
			height:auto;
		}


