/* CSS Document */
body{
	background: #E8F4FD url(/img/bodyBack_01.jpg) repeat;
}
	.global {
		background: url(/img/globalBack_01.jpg) no-repeat;
	}
		.leftMenu li.active{
			background: url(/img/leftMenu_01.gif) no-repeat left 12px;
		}

