@charset "utf-8";
/* CSS Document */

/* Showcase Icon Containter */
.showCaseIcon {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 16px;
	width: 150px;
	height: 50px;
}
	.showCaseIcon img {
		border:none;
		width: 154px;
		height: 55px;
	}
	

/* The Right Hand content container*/
#content3 {
	background-image:url(../images/index/content3.gif);
	background-repeat:no-repeat;
	width: 330px;
	height: 600px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:460px;
}

	#content3 p, #content3 h1, #content3 h2 {
		margin-left: 27px;
		margin-right: 10px;
	}
	
	#content3 p {
		font-family:Arial, Helvetica, sans-serif;
	}
	
	/* The dictionary definition */
	.definition {
		color:#FFFF00;	
	}
	
	.defined {
		color:#ffffff;
		font-size:small;
		font-style:italic;
	}
	
	#solution {
		color:#330000;
	}

/* The stacked info boxes */
#mainBox1 {
	left:50px;
	top:160px;
	position:absolute;
	background-image:url(../images/index/mainBox1.gif);
	background-repeat:no-repeat;
	height:125px;
	width:405px;
	padding:0;
}

#mainBox2 {
	left:50px;
	top:310px;
	position:absolute;
	background-image:url(../images/index/mainBox2.gif);
	background-repeat:no-repeat;
	height:125px;
	width:405px;
	padding:0;
}

#mainBox3 {
	left:50px;
	top:460px;
	position:absolute;
	background-image:url(../images/index/mainBox3.gif);
	background-repeat:no-repeat;
	height:125px;
	width:405px;
	padding:0;
}
#mainBox4 {
	left:50px;
	top:610px;
	position:absolute;
	background-image:url(../images/index/mainBox4.gif);
	background-repeat:no-repeat;
	height:125px;
	width:405px;
	padding:0;
}

	.mainBox {
	text-align:center;
	margin-left:173px;
	margin-right:6px;
	margin-top:0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-top:0;
	margin-bottom:0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

a {
		color:#330000;
	}
