/* Only for monitors */
@media screen
{
	div.nav
	{
		background:#333 url('img/nav_r.png') bottom right no-repeat;
	}
	
	div.econtent
	{
		background: url('img/nav_r.png') bottom right no-repeat;
	}
	
	div.columns
	{
		background:url('img/nav_l.png') bottom left no-repeat;
	}
	div.feature, div.main
	{
		background:url('img/ct_l.png') top left no-repeat;
	}
	div.feature
	{
		background-color:#fff;
	}
	div.sidebar, div.feature h2
	{
		background:url('img/ct_r.png') top right no-repeat;
	}
	div.fcontent
	{
		background:url('img/cb_l.png') bottom left no-repeat;
	}
	div.fcontent p
	{
		background:url('img/cb_r.png') bottom right no-repeat;
	}
	ul.nav
	{
		background: url('img/nav_l.png') bottom left no-repeat;
	}
}
