#homeBox {
	width: 928px;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../img/dave.png);
	background-repeat: no-repeat;
	border-left: #000 dashed 6px;
	border-right: #000 dashed 6px;
	overflow: hidden;
}
#homeBox #introText {
	width: 410px;
	float: left;
	border: #888 dashed thin;
	margin-left: 10px;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#homeBox #introText p {
	font-size: 1.2em;
	color: #555555;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
#homeBox #introText a {
	color: #E60084;

}
.magLink {
	float: left;
	width: 420px;
	height: 400px;
	display: block;
	width: 400px;
	height: 300px;
	overflow: hidden;
	text-indent: -1000px;
}
