/* CSS Document */
#indexnavigation {
	width: 15%;
	background-color: #FFFFEC;
	background-image: url(../images/Backgrounds/logoYellow.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
#address {
	color: #FFFFEC;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 100px 5px 5px;
	background-attachment: fixed;
	background-image: url(../images/Backgrounds/logoYellow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#Spacer {
	background-color: #CC9900;
	width: 50%;
}
#leftBar {
}
#leftBarBlue {
	width: 70%;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	padding-right: 4px;
	vertical-align: bottom;
	background-image: url(../images/Backgrounds/YellowGreenStrip.jpg);
}
#leftBarBase {
	clear: both;
}
