#framed {
	background-image: url("/layout/frame/framed.jpg");
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
#n {
	background-image: url("/layout/frame/n.jpg");
	background-repeat: repeat-x;
}
#w {
	background-image: url("/layout/frame/w.jpg");
	background-repeat: repeat-y;
}
#e {
	background-image: url("/layout/frame/e.jpg");
	background-repeat: repeat-y;
}
#s {
	background-image: url("/layout/frame/s.jpg");
	background-repeat: repeat-x;
}
#ne {
	background-image: url("/layout/frame/ne.jpg");
}
#sw {
	background-image: url("/layout/frame/sw.jpg");
}
