#leftSide {
	width: 15%;
	background-image: url("/interface/images/backSide.gif");
	background-repeat: repeat-x;
}

#logoLeft {
	height: 133px;
	background-image: url("/interface/images/logoLeft.gif");
	background-repeat: no-repeat;
	background-color: #333333;
}

#headerSpacer {
	height: 0px;
	background-color: #333333;
}

#navigation {
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #333333;
	padding-left: 15px;
}

#leftColumn {
	width: 180px;
	height: 100%;
	text-align: left;
	background-image: url("/interface/images/backLeftColumn.gif");
}

#centerColumn {
	height: 100%;
	width: 70%;
}