.mainText {
	max-width: 600px;
	text-align: left;
	margin: 20px;
}
.mainTextWide {
	font-size: 20px;
	max-width: 975px;
	text-align: left;
	margin: 20px;
}
.mainTextTitle {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}
.mainText p{
	font-size: 20px;
}
.mainImage {
	margin: 20px;
}
.textBox {
	font-size: 20px;
	max-width: 775px;
	text-align: left;
	margin: 10px;
}
.imageBox {
	width: 200px;
}
.imageBoxImage {
	width: 200px;
}
.line {
	width: 100%; 
	height: auto
	max-width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	//overflow: hidden;
}
.lineTextit {
	width: 100%; 
	height: auto
	max-width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	//overflow: hidden;
}
.periwinkle {
	background-image: url("images/background_GPD_periwinkle.gif");
	background-repeat: repeat;
}
.centerBlock {
    display: inline-block;
    vertical-align: middle;
}
.centerBlockContents {
	position: relative;
}
.leftBlock {
	float: left;
    display: inline-block;
    vertical-align: middle;
}
.imageBlockText {
	font-size: 20px;
	color: black;
	text-align: left;
}
.imgArea {
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin: 15px;
	text-align: top;
}
@media only screen and (max-width: 750px) {
	.imgArea {
		margin: 10px;
	}
}
.themeArea {
	width: 300px;
	height: 350px;
	overflow: hidden;
	margin: 15px;
	text-align: top;
}
@media only screen and (max-width: 750px) {
	.themeArea {
		margin: 10px;
	}
}
.spacer10 {
	width: 10px;
	height: 10px;
}
.spacer20 {
	height: 20px;
	width: 20px;
}
.spacer30 {
	width: 30px;
	height: 30px;
}
.spacer40 {
	width: 40px;
	height: 40px;
}
.spacer50 {
	width: 50px;
	height: 50px;
}
.spacer60 {
	width: 60px;
	height: 60px;
}
.spacer70 {
	width: 70px;
	height: 70px;
}
.spacer80 {
	width: 80px;
	height: 80px;
}
.spacer90 {
	width: 90px;
	height: 90px;
}
.spacer100 {
	width: 100px;
	height: 100px;
}
/* New Vertical Card */
.bottomMenuBlock {
    display: inline-block;
    vertical-align: top;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.bottomMenuTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4682B4;
}
.bottomMenuItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
}
.centerOfScreen {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#PictureArea {
	max-width: 300px;
}
#CardDescriptionArea {
	max-width: 675px;
}