
img:not(.freeImage):not(.overview_img):not(.campaignimage):not(.storyimage) {
	max-width: 700px;
}

.overview_img {
	max-width: 700px;
	height:auto;
	margin:8px;
}

.campaignimage {
	max-width: 100%;
  height:auto;
}

.storyimage {
	max-width: 100%;
  height:auto;
}

.floatimage {
	margin:6px;
}