#leftSide {
	width: 15%;
	background-image: url("/interface/images/backSideHome.gif");
	background-image: url(../images/backSideHome.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

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

#headerSpacer {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	color: #999999;
	background-color: #333333;
	background-image: url("/interface/images/backOtherLanguageHome.gif");
	background-repeat: no-repeat;
}

a.otherLanguages {
	color: #999999;
}

#navigation {
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #333333;
	background-image: url("/interface/images/backNavigationHome.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
}

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

#centerColumn {
	height: 100%;
	width: 70%;
	background-image: url("/interface/images/backCenterColumnHome.gif");
	background-repeat: no-repeat;
}

#welcomeParagraph {
	font-size: 12px;
}