.heading, .subsection {
	background-image:url(heading-bg.jpg);
	background-repeat: no-repeat;
	color: #ddddc8;
	width: 187px;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 3px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-size: 8px;
	font-weight: bold;
}

.heading a, .subsection a {
	color: #ddddc8;	
}

.subsection {
	padding-top: 5px;
	padding-left: 4px;
}

.subsection a {
	background-image: url("/styles/custom-bullet.gif");
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 4px;
	padding-top: 4px;
	display: block;
}
	
.photoframe {
	margin-bottom: 5px;
}

.photoframe-right {
	margin-top: 13px;
	color: #000000;
	margin-bottom: 20px;
	min-height: 120px;
}

.photoframe-right img {
	margin-left: 13px;
	margin-right: 5px;
	float: left;
}

.photoframe-right a {
	width: 78px;
	height: 21px;
	margin-top: 10px;
	padding-top: 3px;
	background-image: url(right-link-bg.jpg);
	background-repeat: no-repeat;
	color:#000000;
	text-align: center;
	text-transform: uppercase;
	float: right;
	margin-right: 30px;
	margin-bottom: 20px;

}

.content-photo {
	padding: 1px;
	background-color: #ffffff;
	border: 5px solid #c2c4aa;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content {
	background-image: url(left_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	border: 1px solid #999999;
	min-height: 232px;
	margin-bottom: 5px;
	padding-top: 7px;
	text-align: center;
	
}

.content a {
	color: #000000;
	text-transform: uppercase;
	float: right;
	margin-right: 10px;
	background-image: url(content-link-bg.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 84px;
	height: 19px;
	padding-top: 3px;
}

.content h3 {
	color: #e8c96b;
	font-size: 11px;
	text-transform: uppercase;
}

.content p {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.content ul {
	text-align: left;
	margin-left: 20px;
}

.content li {
	list-style-image: url('list-bullet.png');
	padding-left: 6px;
	margin-bottom: 5px;
}