.page{
	border-right: solid 16px #f9f49b;
}

.sideBar{
	background: url("../siteImages/sideBars/about.jpg") no-repeat;
	width: 236px;
	height: 600px;
}
	.sideBar h1{
		color: #f5ee36;
	}
	
.content h1, .content h2, .content h3{
	color: #f5ee36;
}



	
.menu li.selected.about a{
	color: #f9f49b;
}
	
