.left {
	background-attachment: fixed;
	background-color: #F9EEC1;
	background-repeat: no-repeat;
	background-image: url(graphics/leftnav_bground.jpg);
}
.header {
	background-attachment: fixed;
	background-color: #F9EEC1;
	background-repeat: no-repeat;
	background-image: url(graphics/header.jpg);
}
.middle {
	background-attachment: fixed;
	background-color: #F9EEC1;
	background-repeat: no-repeat;
	background-image: url(graphics/body.jpg);
}
.page {
	background-attachment: fixed;
	background-color: #F9EEC1;
	background-image: url(graphics/page_layout.jpg);
	background-repeat: no-repeat;
}
.body {
	background-color: #F9EEC1;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

