#pageBack {
	background: #d1ffbc url(images/pageBack.jpg) top right repeat-x;
}

#pageLeft {
	background: url(images/pageBack.jpg) top right repeat-x;
}

#pageRight {
	background: url(images/flowerBack.gif) bottom left no-repeat;
}

#pageMid	{
	background: url(images/backShade.gif) top left repeat-y;
}

#pageContent {
	background: url(images/topShade.gif) top left no-repeat;
}

/* ------ Content below toolbar and above page bottom ------ */
#main	{
	background: url(images/pageInnerBottomRight.gif) bottom right no-repeat;
}

#pageBottom	{
	background: url(images/pageBottom.gif) top left no-repeat;
}

#toolbarButtons		 {
	background: url(images/toolbarButtonsBack.gif) top left repeat-x;
}

.toolbarButton a, .toolbarButton a:visited {
	color: #89003e;
}

.toolbarButton a:hover, .toolbarButton a:active {
	color: #ffd44e;
	background: #89003e url(images/toolbarButtonOn.gif) top left repeat-x;
}

.toolbarButtonOn {
	background: #89003e url(images/toolbarButtonOn.gif) top left repeat-x;
}

.toolbarButtonOn a, .toolbarButtonOn a:visited {
	color: #ffd44e;
}

.toolbarButtonOn a:hover, .toolbarButtonOn a:active {
	color: #ffd44e;
}

#logo	{
	background: url(images/logo.jpg) no-repeat 50% 50%;
}