.label { 	/* For text used as a label or caption */
	color: #303018;
	font-weight: bold;
}

.mainContentBackground {
	background-color: #fefee0;
}

.navBackground {
	background-color: #c6cb9a;
}

.normalPhotoBorder {
	border: 1px solid black;
}

.rightPhoto { 	/* Floated right, into the right sidebar */
	/* Border */
	border: 0;
	/* Float right */
	clear: right;
	display: inline;
	float: right;
	margin: 16px 0px 16px 0px;
	/* Shift it further right. */
	position: relative;
	left: 50px;
}

.rightPhotoBorder { 	/* Floated right, into the right sidebar; ADD border */
	/* Border */
	border: 1px solid black;
	/* Float right */
	clear: right;
	display: inline;
	float: right;
	margin: 16px 0px 16px 0px;
	/* Shift it further right. */
	position: relative;
	left: 50px;
}
