#content {
	background-image: url(../img/IntroBack.jpg);
}

#intro {
	position: relative;
	top: 30px;
	left: 20px;
	height: 40px;
	width: 280px;
	background-color: white;
	-webkit-border-radius: 1.0em;
	-moz-border-radius: 1.0em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-family: Helvetica;
	font-size: 13pt;
	line-height: 40px;
	font-weight: bold;
	border: 1px #03F solid;
}
.contentBox {
	background-color: white;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	position: relative;
	top: 32px;
	margin-left: 20px;
	margin-right: 20px;
	height:450px;
	border: 1px #03F solid;
}

#verbage {
	max-width: 924Npx;
	height: 100%;
	text-align: left;
	text-indent: 20px;
	padding-left: 20px;
	padding-right: 10px;
	overflow:auto;
}
