/* CSS Document */
table.mainTable td.nav {
	background: #efacd1 url(../images/logo.gif) top center no-repeat;
	width: 137px;
	height: 100%;
	vertical-align: top;
	padding-top: 90px;
}
#top {
	width: 772px;
	height: 57px;
	background-color: transparent;
	background: url(../images/header.png) center center no-repeat;
	background-position: 0px;
}
#left {
	width: 10px;
	height: 100%;
	background-color: transparent;
	background: url(../images/left.png) top right repeat-y;
}
#right {
	width: 10px;
	height: 100%;
	background-color: transparent;
	background: url(../images/right.png) top left repeat-y;
}
#bottom {
	width: 772px;
	height: 58px;
	background-color: transparent;
	background: url(../images/footer.png) center center no-repeat;
}

