@charset "utf-8";
/* Rounded corners */

/* Content */
.top {
	width: 100%;
	height: 20px;
	background: url(images/top.gif) no-repeat left top;
}

.top span {
	display: block;
	position: relative;
	height: 20px;
	background: url(images/top-right.gif) no-repeat right top;
}

.center-content {
	position: relative;
	background: url(images/rightside.gif) repeat-y right top;
	padding: 1px 20px 10px 25px;
	margin: -1px 0 -50px 0;
}
.bottom {
	height: 60px;
	background: url(images/bottom.gif) no-repeat left bottom;
}
.bottom span {
	display: block;
	position: relative; 
	height: 60px;
	background: url(images/bottom-right.gif) no-repeat right top;
}

/* Sidebar */

.side-top {
	width: 100%;
	height: 20px;
	background: url(images/side-top.gif) no-repeat left top;
}

.side-top span {
	display: block;
	position: relative;
	height: 20px;
	background: url(images/side-top-right.gif) no-repeat right top;
}

.center-sidebar {
	position: relative;
	background: url(images/side-rightside.gif) repeat-y right top;
	padding: 1px 10px 1px 20px;
	margin: -1px 0 -50px 0;
}
.side-bottom {
	height: 60px;
	background: url(images/side-bottom.gif) no-repeat left bottom;
}
.side-bottom span {
	display: block;
	position: relative; 
	height: 60px;
	background: url(images/side-bottom-right.gif) no-repeat right top;
}

