﻿/* Photo Border for All Pages Except the Albums Page */

.Front-frame .topxleft {
	background-image: url(Images/FrameTopLeft.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	vertical-align: top;
}
.Front-frame .topcenter {
	background-image: url(Images/FrameTopCenter.gif);
	background-repeat: repeat-x;
	width: auto;
}
.Front-frame .topright {
	background-image: url(Images/FrameTopRight.gif);
	background-repeat: no-repeat;
	width: auto;
	vertical-align: top;
}

.Front-frame .leftmid {
	background-image: url(Images/FrameLeftCenter.gif);
	background-repeat: repeat-y;
	height: auto;
}
.Front-frame .botleft {
	background-image: url(Images/FrameLeftBottom.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	height: auto;
}

.Front-frame .botcenter {
	background-image: url(Images/FrameBottomCenter.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
}
.Front-frame .botright {
	background-image: url(Images/FrameBottomRight.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	vertical-align: bottom;
}
.Front-frame .rightcenter {
	background-image: url(Images/FrameRightCenter.gif);
	background-repeat: repeat-y;
}
