﻿.leftColumn, .rightColumn
{
	float: left;
	position: relative;
	width: 50%;
	margin-bottom: 10px;
}
	
.leftContent, .rightContent
{
	border: thin solid #7B7730;
	height: 160px;
	position: relative;
	padding: 10px;
}

.leftContent
{
	margin-right: 5px;
}

.rightContent
{
	margin-left: 5px;
}

.staffPhoto
{
	padding-right: 10px;
	float: left;
}

/* The following classes are for Staff members */
.staffName
{
	font-size: 14px;
	font-weight: bold;
	color: #9A421A;
}

.category
{
	font-weight: bold;
}

.staffContainer
{
	clear: both;
	float: left;
	position: relative;
	width: 750px;
	border: solid thin #7B7730;
	margin-bottom: 10px;
}

.lightStaffContainer
{
	background-color: #FFFFFF;
}

.darkStaffContainer
{
	background-color: #DBD5A1;
}

.staffPhotoColumn
{
	float: left; 
	position: relative; 
	width: 140px; 
	height: 185px; 
	padding: 10px 5px 10px 10px;
}

.staffInfoColumn
{
	float: left;
	position: relative;
	width: 580px; 
	padding: 10px 10px 10px 5px;
}