.ContainerContent {
	padding:5px 10px 0;
}

.ContainerTitle {
	padding:0 15px;
	line-height:45px;
}

.ContainerActions {
	padding:0 15px;
}

.GrayWhite,
.WhiteGray {
	position:relative;
	width:100%;
	min-height:100px;
}
.GrayWhite {
	background:url(Images/Gray-White.jpg) repeat-x top;
}
.WhiteGray {
	background:url(Images/White-Gray.jpg) repeat-x bottom;
}

	.GrayWhite .LeftCorner {
		position:absolute;
		left:0;
		top:0;
		width:5px;
		height:100px;
		background:url(Images/Gray-White.jpg) no-repeat left top;
	}
	.GrayWhite .RightCorner {
		position:absolute;
		right:0;
		top:0;
		width:5px;
		height:100px;
		background:url(Images/Gray-White.jpg) no-repeat right top;
	}

	.WhiteGray .LeftCorner {
		position:absolute;
		left:0;
		bottom:0;
		width:5px;
		height:100px;
		background:url(Images/White-Gray.jpg) no-repeat left bottom;
	}
	.WhiteGray .RightCorner {
		position:absolute;
		right:0;
		bottom:0;
		width:5px;
		height:100px;
		background:url(Images/Gray-White.jpg) no-repeat right bottom;
	}
	
.GrayWhite img,
.WhiteGray img {
	position:relative;
	z-index:10;
}