div#intro-top {
	background-image: url('../img/intro_top_bg.jpg');
	background-repeat: no-repeat;
	min-height: 40px;
}
div#content-right-inner-top {
	background-image: url('../img/intro_bottom_bg.jpg');
	background-repeat: no-repeat;
	min-height: 60px;
}

div#content-right-inner {
	background-image: url('../img/content_bg.jpg');
	background-repeat: no-repeat;
}
div#intro-section {
	background-image: url('../img/intro_bg.jpg');
	background-repeat: repeat-y;
}
div#side-nav div.col {
	background-image: url('../img/side_nav_bg.jpg');
	background-repeat: no-repeat;
	min-height: 230px;
}
div#page-bottom {
	background-image: url('../img/content_bottom_bg.gif');
	background-repeat: no-repeat;
	min-height: 35px;
}