.roundingTop div {
	background-image: url(images/images/topLeft_main.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundingTop {
	background-image: url(images/images/topRight_main.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundingBottom div {
	background-image: url(images/images/bottomLeft_main.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.roundingBottom {
	background-image: url(images/images/bottomRight_main.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.roundingTop div, .roundingTop, 
.roundingBottom div, .roundBottom {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
.sb_roundingTop 
div 
  {
	background-image: url(images/images/topLeft_sideBar.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sb_roundingTop {
	background-image: url(images/images/topRight_sideBar.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.sb_roundingBot div {
	background-image: url(images/images/bottomLeft_sideBar.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sb_roundingBot {
	background-image: url(images/images/bottomRight_sideBar.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sb_roundingTop div, .sb_roundingTop, 
.sb_roundingBot div, .sb_roundBot {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
.foot_roundingTop 
div 
  {
	background-image: url(images/images/topLeft_foot.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.foot_roundingTop {
	background-image: url(images/images/topRight_foot.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.foot_roundingBot div {
	background-image: url(images/images/bottomLeft_foot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.foot_roundingBot {
	background-image: url(images/images/bottomRight_foot.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.foot_roundingTop div, .foot_roundingTop, 
.foot_roundingBot div, .foot_roundBot {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
#roundingTop2 {
	background-image: url(images/mainContentBot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#roundingBottom2 {
	background-image: url(images/mainContentTop.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

