/* CSS Document */
#exp-top-right, #exp-right, #exp-bottom-right, #exp-bottom-left, #exp-bottom {
	width: 708px;
}
#exp-right {
	
	background-image: url(../images/main-ds-side.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#exp-bottom {
	
	background-image: url(../images/main-ds-bot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#exp-top-right {
	background-image: url(../images/main-ds-corner-top.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#exp-bottom-right {
	background-image: url(../images/main-ds-corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#exp-bottom-left {
	background-image: url(../images/main-ds-corner-bot-left.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}
