.nav {
	background-image: url(imgs/navbar.gif);
	background-repeat: repeat-x;
}
.topFrame {
	background-image: url(imgs/topFrame.gif);
	background-repeat: repeat-x;
}
.leftFrame {
	background-image: url(imgs/leftFrame.gif);
	background-repeat: repeat-y;
}
.rightFrame {
	background-image: url(imgs/rightFrame.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bottomFrame {
	background-image: url(imgs/bottomFrame.gif);
	background-repeat: repeat-x;
}
