#leftmenu {
	width: 180px;
}
#footer {
	width: 801px;
}
.box_topleft {
	background-image: url(../img/rcBox/top_left.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	width: 14px;
	height: 15px;
}
.box_topmid {
	background-image: url(../img/rcBox/top_mid.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}
.box_topright {
	background-image: url(../img/rcBox/top_right.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width: 24px;
}

.box_leftmid {
	background-image: url(../img/rcBox/left_mid.jpg);
	background-repeat: repeat-y;
	background-position:top right;
}
.box_content {
	font-family:"Century Gothic";
	font-size:10px;
	color: #000000;
	background-color: #F0F0F0;
}
.box_rightmid {
	background-image: url(../img/rcBox/right_mid.jpg);
	background-repeat: repeat-y;
	background-position:top left;
}

.box_botleft {
	background-image: url(../img/rcBox/bot_left.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height: 22px;
}
.box_botmid {
	background-image: url(../img/rcBox/bot_mid.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
.box_botright {
	background-image: url(../img/rcBox/bot_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}