.cat-left {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	position: relative;
	width: 512px;
}

.cat-right {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	position: relative;
	width: 512px;
	left: 64px;
}

.link-left {
	position: relative;
	width: 256px;
	padding: 4px 4px 4px 4px;
}

.link-right {
	position: relative;
	width: 256px;
	padding: 4px 4px 4px 4px;
}

.link-row {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.img-left {
	position: relative;
}

.img-right {
	position: relative;
}

.img-box-left {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: bottom;
	flex-direction: row-reverse;
	width: 512px;
}

.img-box-right {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: bottom;
	flex-direction: row;
	width: 512px;
}

.cap-left {
	position: relative;
	padding: 8px 8px 8px 8px;
}

.cap-right {
	position: relative;
	padding: 8px 8px 8px 8px;
}

a {
	font-size: 20px;
	color: #c25440ff;
}
