@charset "UTF-8";
/* CSS Document */
.pictureFrame {
		position: relative;
		margin: 0 auto;
		font-size: 1px;
}
.pictureFrame .topLeft {
		background: url('../images/layout/picture-frame-top-left.gif') no-repeat top left;
}
.pictureFrame .topRight {
	height: 14px;
	width: 100%;
	background: url('../images/layout/picture-frame-top-right.gif') no-repeat top right;
}
.pictureFrame .contentLeft {
	padding-left: 14px;
	background: url('../images/layout/picture-frame-content-left.gif') repeat-y;
}
.pictureFrame .contentRight {
	width: 100%;
	background: url('../images/layout/picture-frame-content-right.gif') repeat-y right;
}
.pictureFrame .bottomLeft {
	background: url('../images/layout/picture-frame-bottom-left.gif') no-repeat bottom left;
}
.pictureFrame .bottomRight {
	height: 16px;
	width: 100%;
	background: url('../images/layout/picture-frame-bottom-right.gif') no-repeat bottom right;
}
