#LeftTitle {
	background-image: url(images/LeftTitle.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 11px;
}
#RightTitle {
	background-image: url(images/RightTitle.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 11px;
}
#SpacerTitle{
	background-image: url(images/SpacerTitle.png);
	background-repeat: repeat-x;
	height: 52px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #eeeeee;
}
#ContainTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #eeeeee;
}
#LeftContain{
	background-image: url(images/LeftContainer.png);
	background-repeat: repeat-y;
	width: 11px;
}
#RightContain{
	background-image: url(images/RightContainer.png);
	background-repeat: repeat-y;
	width: 11px;
}
.spacercontain{
	background-image: url(images/spacer.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: ffffff;
	padding: 10px;
}
#LeftBottom{
	background-image: url(images/BottomLeftContainer.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
}
#SpacerBottom{
	background-image: url(images/BottomContainer.png);
	background-repeat:repeat-x;
	height: 11px;
}
#RightBottom{
	background-image: url(images/BottomRightContainer.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
}

