div.submenu {
	width:200px;
	margin:0px auto;
	background:#fff url(../images/borders/left/leftside.jpg) repeat-y left top;
	margin-bottom: 10px;
	*padding-bottom: 0px;
}
div.submenu .top {
	width:100%;
	height:36px;
	background:url(../images/borders/left/top.jpg) no-repeat left top;
}
div.submenu .top span {
	display:block;
	position:relative;
	height:36px;
	background:url(../images/borders/left/top-right.jpg) no-repeat right top;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 12px;
}
div.submenu .center-content {
	position:relative;
	background:url(../images/borders/left/rightside.jpg) repeat-y right top;
	padding:1px 5px 1px 5px;
	margin:-1px 0 -15px 0;
	*top: -12px;
	*padding-top: 15px;
	*margin-bottom: -33px;
}
div.submenu .center-content form{
	margin-top: 10px;
	margin-bottom: 15px;
}
div.submenu .bottom {
	*position: relative;
	width:100%;
	height:15px;
	background: url(../images/borders/left/bottom.jpg) no-repeat left bottom;
}
div.submenu .bottom span {
	display:block;
	position:relative;
	height:15px;
	background: url(../images/borders/left/bottom-right.jpg) no-repeat right bottom;
}
div.submenu.level_2 {
	background: none;
	width: auto;
	padding-right: 5px;
}


div#rightcolumn {
	background:#fff url(../images/borders/main/leftside.jpg) repeat-y left top;
	margin-left: 10px;
	*margin-bottom: 0px;
	*padding-bottom: 0px;
}
div#rightcolumn .top {
	width:100%;
	height:36px;
	background:url(../images/borders/main/top.jpg) no-repeat left top;
}
div#rightcolumn .top span.top-right {
	display:block;
	position:relative;
	height:36px;
	padding-left: 20px;
	padding-top: 12px;
	background:url(../images/borders/main/top-right.jpg) no-repeat right top;
}
div#rightcolumn .center-content {
	position:relative;
	background:url(../images/borders/main/rightside.jpg) repeat-y right top;
	padding:15px 20px 15px 20px;
	margin:-1px 0 -15px 0;
	*top: -16px;
	*padding-top: 15px;
	*margin-bottom: -15px;
}
div#rightcolumn .bottom {
	*position: relative;
	width:100%;
	height:15px;
	background:url(../images/borders/main/bottom.jpg) no-repeat left bottom;
}
div#rightcolumn .bottom span {
	display:block;
	position:relative;
	height:15px;
	background:url(../images/borders/main/bottom-right.jpg) no-repeat right bottom;
}