/* style for module titles */

.sc-container {         
	margin: 0;
	padding: 0 0 10px 0;
}

.sc-title {
	width: 208px;
	height: 29px;
	background: url(img/header-top.png) no-repeat top left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 8px;
}

*html .sc-title {
	width: 208px;
	height: 34px;
}

.sc-body {
	background: url(img/side-bk.png) repeat-y top left;
	width: 192px;
	margin: 0;
	padding: 5px 8px 0px 8px;
}

.sc-body p {
	margin:0;
	padding:0;
}

*html .sc-body {
	width: 208px;
}

.sc-bottom {
	width: 208px;
	height: 8px;
	background: url(img/side-bottom.png) no-repeat top left;
}
