	@import url(topmenu_silver.css);	/*must be placed at the top */

	body { /* covers the entire screen */
		background-color:steelblue;		
		background-image:url(../images/backgrounds/bluesatin.jpg);
	}

	.pagecontent { /* covers all content, but not the margin */
		border: 12px solid #2f4ea1;
		border-width: 3 20 5 20;
		background: #2f4ea1 url(../images/backgrounds/longshade_blue.jpg);
		background-repeat : repeat-x;
	}