/* about */

#currentArrow {
	position: absolute;
	z-index: 2;
	top: 220px;
	left: 450px;
	width: 98px;
	height: 50px;
	background: url('../img/current-arrow.png') bottom left no-repeat;
}

#genericContainer {
	margin-top: 50px;
}

.slantTop {
	font-size: 0px;
	line-height: 0px;
	width: 300px;
	height: 4px;
	background: url('../img/slant-tan-300px-top.png') top left no-repeat;
}

.slantBottom {
	font-size: 0px;
	line-height: 0px;
	width: 300px;
	height: 3px;
	margin: 0px;
	border-style: none;
	background: url('../img/slant-tan-300px-bottom.png') top left no-repeat;
}

.dummyImage {
	padding: 5px;
	margin: 0px;
	background-color: #F7F085;
}

#aboutPictureOne {
	width: 300px;
	height: 300px;
	float: right;
	margin-top: -40px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#aboutPictureTwo {
	width: 300px;
	height: 300px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#genericContainer p {
	font-size: 15px;
	line-height: 1.3em;
}