#header {
	background-color: #000000;
	position: absolute;
	left: 3px;
	top: 3px;
	height: 125px;
	width: 970px;
}
#navbar {
	background-color: #000000;
	position: absolute;
	height: 360px;
	width: 200px;
	left: 3px;
	top: 212px;
}
#maincontent {
	background-color: #FFFFFF;
	position: absolute;
	height: 340px;
	width: 755px;
	left: 200px;
	background-image: url(images/bg1.jpg);
	overflow: scroll;
	padding: 10px;
	top: 212px;
}
#pictureheader {
	background-color: #FFFFFF;
	position: absolute;
	height: 85px;
	width: 970px;
	left: 5px;
	top: 127px;
}
