body {
	margin: 0;
	padding: 0;
	}

#shelf {
	margin: 0;
	padding: 0px;
	overflow: hidden; /* DO NOT DELETE. This is vital for making sure the shelf contents are not displayed when the shelf is collapsed. */
	}

#shelf_contents {
	margin: 0 auto;
	padding: 0;
	}

.shelf_control {
	float: left;
	}
.home {
	background-color: #00FF00;
	width: 500px;
	background-position: center top;
	text-align: center;
	vertical-align: top;
	white-space: normal;


}
.paint {
	background-attachment: fixed;
	background-image: url(aerografo_files/paint.png);
	background-repeat: no-repeat;
	background-position: center top;
	visibility: visible;
	z-index: 1;
	position: absolute;



}
.topnav {
	background-image: url(aerografo_files/graystripe.gif);
	background-repeat: repeat;
	height: 13px;
	width: 500px;
}
.up { color: black; font-size: 13pt; font-weight: bolder; }
.newsheader { font-family: Helvetica, Arial, san-serif; font-size: 16px; font-weight: bold; }
