/* CSS Document */

#header {
	position: relative;
	visibility:visible;
	background: #FFFFFF;
	z-index: 3;
}

#contentInfoBackground {
	position: fixed;
	background: #e3db98;
	width: 19%;
	top: 0;
	left: 0;
	height: 100%;
	bottom: 0;
	z-index: 2;
}

#contentInfo {
	float: left;
	width: 17%;
	top: 0;
	padding: 1%;
	background: transparent;
	z-index: 4;
	position: relative;
}

#content {
	margin-left: 19%;
	padding: 1%;
	padding-right: 5%;
}
		
#footer {
	clear: both;
}
		
#footer p {
	margin: 0;
}

