/* Nav */
.nav {
	background-image :    url("../costumes/navbar.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 915px;
	height : 94px;
}
.navleft {
	background-image :    url("../costumes/navbarleft.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 30px;
	height : 94px;
}
.navright {
	background-image :    url("../costumes/navbarright.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 25px;
	height : 94px;
}

/* Body */
.bodyleft {
	background-image :    url("../costumes/bodyleft.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 440px;
	height : 465px;
}
.bodyright {
	background-image :    url("../costumes/bodyright.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 445px;
	height : 465px;
}

/* Frame */
.top {
	background-image :    url("../costumes/top.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 970px;
	height : 20px;
}
.middle {
	background-image :    url("../costumes/middle.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 970px;
	height : 36px;
}

.left {
	background-image :    url("../costumes/left.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 30px;
	height : 465px;
}

.centre {
	background-image :    url("../costumes/centre.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 30px;
	height : 465px;
}

.right {
	background-image :    url("../costumes/right.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 25px;
	height : 465px;
}

.bottom {
	background-image :    url("../costumes/bottom.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 970px;
	height : 26px;
}
