@import url(/assets/css/initial.css);
@import url(/assets/css/structure.css);

	body
	{
		background-color: #546672;
		color: #3a474f;
	}
	
	a { color: #06c; }

	#wrapper
	{
		background-color: #ffffe3;
	}
	
	#access
	{
		/* match it with body background colour */
		background-color: #546672;
	}

	#ident
	{
		background: #ffffe3 url(../i/strap.jpg) top right no-repeat;
	}
	
	#left
	{
		background: #ffffe3 url(../i/left-bg.jpg) top right repeat-y;
	}

	#top-menu ul
	{
		background: #de962c url(../i/bar-bg.png) top repeat-y;
	}

	.pics img
	{
		background-color: #de962c;
	}