@import url('colors.css');

@media screen {
	body {background-image: url('../graphics/layout/page_bg.jpg');}
	#topbr{background:#a3b6c7 url('../graphics/layout/top_br.jpg') no-repeat;}
	#spotlight {background:transparent url('../graphics/layout/spotlight_bg.jpg') no-repeat;}
	#utilities{background:transparent url('../graphics/layout/utilities_bg.jpg') no-repeat;}
	#footer{background:transparent url('../graphics/layout/footer_bg.jpg') repeat-x;}
	#rss{background:transparent url('../graphics/layout/rss.jpg') no-repeat;}
	#subnav ul li.selected, #subnav ul li:hover{background:url('../graphics/layout/right-arrow.jpg') no-repeat right;}
	.form_title, h5.form_title, div.form_row_submit{background:url('../graphics/layout/form-bg.jpg') repeat-x;}
	#navwrap{background-image:url('../graphics/layout/nav_bg.jpg');}
	ul.dropdown li.hover,ul.dropdown li:hover{background-image:url('../graphics/layout/nav_hover.jpg');}
}