	@import url(topmenu_silver.css);	/*must be placed at the top */

	body { /* covers the entire screen */
		background-color:#006699;		
		background-image:url(../images/backgrounds/river.jpg);
	}

	.pagecontent { /* covers all content, but not the margin */
		border: 15px solid #99ccff;
		border-width: 2 15 2 15;
		background:#00bbee url(../images/backgrounds/longshade_blue.jpg);
		background-repeat : repeat-x;
	}