.about {	background-image:url(images/mainMenuButtonAboutOver.jpg) ; color: white;}

#middleContainer {

	background-color: #f8edd9;	
}

.conceptImageLeft {
	background-image: url(images/about/conceptImageLeft.jpg);
}

.conceptImageRight {
	background-image: url(images/about/conceptImageRight.jpg);
}

.titleTop {
	color: #baa788;
}

#contentContainer {
	background-color: #f8edd9;	
}


#leftContent {
	color: #C49E63;
}

#rightContent a { color: #A27E44; }
#rightContent a:visited { color: #795F33; }
#rightContent a:hover { color: #BE9D65; text-decoration: underline;}

h1 { color: #a07429; }

h2 { color: #b3925b; }

h3 { color: #baa788; }


#rightContent li {
	list-style-image: url(images/about/bullet.jpg);
}

#rightContent strong, #rightContent b  {
	color: black;
}

#leftContent strong, #leftContent b {
	color: #B99557;
}

#leftContent a {
	color: #AB8648;
}

#leftContent a:visited {
	color: #846737;
}

#leftContent a:hover {
	color: #C1A16B;
}
#leftContent hr {
	border: none;
	border-bottom: 1px solid #AB8648;

}

.navigation {
	padding-left: 20px;	
	margin-top: 5px;
	color: #C49E63;
}

.navigation a {
	color: #9E9E9E;
	text-decoration: none;

}

.navigation a:hover {
	color: #b3925b;
	text-decoration: underline;

}	