.Overview_Area {
	position: relative;
	margin-bottom: 10px;
	}
.Overview_Border_Top {
	background-image: url(Overview_Border_Top.png);
	background-repeat: repeat-x;
	height: 7px;
	z-index: 1;
	}
.Overview_Border_Bottom {
	background-image: url(Overview_Border_Bottom.png);
	background-repeat: repeat-x;
	height: 7px;
	z-index: 1;
	}
.Overview_Border_Left {
	background-image: url(Overview_Border_Left.png);
	background-repeat: repeat-y;
	width: 46px;
	z-index: 1;
	}
.Overview_Border_Center {
	background-image: url(Overview_Border_Center.png);
	background-repeat: repeat-y;
	width: 7px;
	z-index: 1;
	}
.Overview_Border_Right {
	background-image: url(Overview_Border_Right.png);
	background-repeat: repeat-y;
	width: 46px;
	z-index: 1;
	}
.Overview_Corner_TopLeft {
	background-image: url(Overview_Corner_TopLeft.png);
	width: 46px;
	height: 133px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
.Overview_Corner_TopCenter {
	background-image: url(Overview_Corner_TopCenter.png);
	width: 7px;
	height: 100px;
	position: absolute;
	top: 0px;
	z-index: 2;
	}
.Overview_Corner_TopRight {
	background-image: url(Overview_Corner_TopRight.png);
	width: 46px;
	height: 133px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	}
.Overview_Corner_BottomLeft {
	background-image: url(Overview_Corner_BottomLeft.png);
	width: 46px;
	height: 39px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	}
.Overview_Corner_BottomCenter {
	background-image: url(Overview_Corner_BottomCenter.png);
	width: 7px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	z-index: 4;
	}
.Overview_Corner_BottomRight {
	background-image: url(Overview_Corner_BottomRight.png);
	width: 46px;
	height: 39px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	}

.Overview_Column1 {
	width: 30%;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #000000;
	}
.Overview_Column2 {
	/* No width defined for this column, because at some widths 30%+30%+30%+borders isn't 100% */
	/* It has to be the center column too, otherwise things look ugly at low resolution */
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #000000;
	}
.Overview_Column3 {
	width: 30%;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #000000;
	}
.Overview_Column4 {
	position: relative; /* Needed for z-index to work */
	z-index: 3; /* Prevent the bottom center corners from covering up text */
	padding-bottom: 2px;
	background-color: #000000;
	}
