#framed {
	background-image:  url("/layout/frames/wood.jpg");
	background-repeat: repeat;
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
#n {
	background-image:  url("/layout/frames/n.png");
	background-repeat: repeat-x;
}
#w {
	background-image:  url("/layout/frames/w.png");
	background-repeat: repeat-y;
}
#e {
	background-image:  url("/layout/frames/e.png");
	background-repeat: repeat-y;
}
#s {
	background-image:  url("/layout/frames/s.png");
	background-repeat: repeat-x;
}
#ne {
	background-image:  url("/layout/frames/ne.png");
}
#sw {
	background-image:  url("/layout/frames/sw.png");
}