#BlueTopLeftCorner {
	width:37px;
	height:37px;
	background-image: url(images/BlueTopLeftCorner.gif);
	background-repeat: no-repeat;
}

#BlueTopLeft {
	width:248px;
	height:37px;
	background-image: url(images/BlueTop.gif);
	background-repeat: repeat-x;
}

#BlueTop {
	width:575px;
	height:37px;
	background-image: url(images/BlueTop.gif);
	background-repeat: repeat-x;
}

#BlueTopRight {
position: relative;
	width:63px;
	height:37px;
	background-image: url(images/BlueTop.gif);
	background-repeat: repeat-x;
}

#BlueTopRightCorner {
	width:37px;
	height:37px;
	background-image: url(images/BlueTopRightCorner.gif);
	background-repeat: no-repeat;
}
#BlueLeft {
	width:37px;
	background-image: url(images/BlueLeft.gif);
	background-repeat: repeat-y;
	z-index: 1;
}
#BlueLeft2 {
	width:37px;
	background-image: url(images/BlueTopLeftSide.gif);
	background-repeat: no-repeat;
	z-index: 2;
}

#BlueRight {
	width:37px;
	background-image: url(images/BlueRight.gif);
	background-repeat: repeat-y;
	z-index: 1;
}

#SideNavContainer{
	position: relative;
	width:248px;
	height: 100%;
	background-image: url(images/SideNavContent.jpg);
	background-repeat: repeat-y;
	background-color:#a3cf62;
	z-index: 1;
}

#ConcreteContainer{
	position: relative;
	width:63px;
	height: 100%;
	background-image: url(images/Concrete.jpg);
	background-repeat: repeat-y;
	z-index: 1;
}

#PageContainer{
	background-color:#ffffff; 
}