#header {
	height: 222px;
	width: 900px;
	position: absolute;
	left: 50px;
	top: 40px;
}
#content {
	left: 52px;
	top: 350px;
	position: absolute;
	width: 900px;
	height: 800px;
}
body {
	background-color: #384125;
	background-image: url(graphics/background5.png);
	background-repeat: repeat-x;
	
}#navbar {
	z-index: 3;
	height: 22px;
	width: 717px;
	left: 140px;
	top: 264px;
	position: absolute;
}
#footer {
	height: 40px;
	width: 300px;
	left: 675px;
	position: relative;

}
.fltlft {
	float: left;
