﻿/* Grey/dropshadow background from Gleneagles CC website */
body{
	background: url(images/sidebarCream.png) repeat-y scroll center top;
		background-color: #fdfce7;  /* Green: 39452a, Blue: b8d4e6 and Gray?: c6c5c1 */
	color: #e8e7e7;  /*was e8e7e7  */
}
