.PageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #8F2C27;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.ContentCell {
	border: solid 1px #B19776;
}

.Column {
	border: solid 1px #B19776;
	border-left: 0px;
	background: url('../images/column_background.gif');
}
.Content {
	color: #333;
}
.ContentBox {
	color: #000;
	font-size: 12px;
}
.ContentLinks, A.ContentLinks {
	color: #603B2C;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
A.ContentLinks:hover {
	color: #F2DDB6;
}

.ShadedBox {
	width: 100%;
	background: #F0ECDB;
}
.ShadedBoxContentBox {
	background-image: url('../images/box_top.gif');
	background-position: top;
	background-repeat: repeat-x;
}
.ShadedBoxContent {
	background-image: url('../images/box_bottom.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
.ShadedBoxContentPaddingTop {
	height: 9px;
}
.ShadedBoxContentPaddingBottom {
	height: 8px;
}
.ShadedBoxLeft {
	background: url('../images/box_left.gif');
}
.ShadedBoxRight {
	background: url('../images/box_right.gif');
}

.LinkBox {
	border-bottom: solid 1px #B19776;
}
.LastLinkBox .ShadedBoxContent {
	padding-bottom: 2px;
}
.HeadBox .ShadedBoxContent {
	height: 198px;
}
