.mainPage {
	height: 480px;
	width: 760px;
	background-image: url(../images/shim.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.panel {
	width: 215px;
	height: 100%;
	float: left;
	background-image: url(../images/panelBG.gif);
	background-repeat: repeat-x;
}
.padding {
	padding: 5px;
}

.menu {
	background-image: url(../images/menuBG.gif);
	background-repeat: repeat-x;
}

.mainPanel {
	width: 543px;
	float: right;
	border-left-width: 1px;
	border-left-style: outset;
	border-left-color: #CCCCCC;
		background-image: url(../images/shim.gif);
	background-repeat: repeat;
}
.footer {
	float: left;
	clear: both;
	background-image: url(../images/footerBG.gif);
	height: 40px;
	width: 760px;
}
.menuPadding {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
