@charset "utf-8";
/* CSS Document */

#boxcontainer {
	text-align:center;
}
.boxrow {
	width:700px;
	margin:0 auto;
	text-align:justify;
}
.boxrowmid {
	width:700px;
	margin:0 auto;
	text-align:justify;
}
.boxrowbase {
	width:700px;
	margin:0 auto;
	text-align:left;
	border-top:1px dashed #555;
}
.boxleft {
	float:left;
	width:350px;
	margin-bottom:20px;
	background:url(/images/greyshader.gif) repeat-x;
}

.boxright {
	float:left;
	width:350px;
	margin-bottom:20px;
	background:url(/images/greyshader.gif) repeat-x;
}

.boxwide {
	background:url(/images/greyshader.gif) repeat-x;
}
.wboxleft {
	float:left;
	width:50%;
}
.wboxleft div {
	margin-right:10px;
}
.wboxright {
	float:left;
	width:50%;
}
.wboxright div {
	padding-top:40px;
	margin-left:10px;
}
.boximages {
	text-align:center;
}
.data td {
	color:#901E78;
	font-weight:bold;
}


div#image_is_everything {
	font-size: 2em;
	font-weight:bold;
	float:left;
	color: #901E78;
	margin-left: 30px;
	margin-top: 10px;
}

div#image_is_everything p{
	margin-top: 0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom:0px;
}

div#image_is_everything strong{
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	color: #000;
}
