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