/* Backgrounds */
body { background: #0b2135 url(../../images/body_bg.jpg) top left repeat-x; }
		#header { background: url(../../images/header_bg.jpg) top left no-repeat; }
			div.navigation { }
				div.navigation li a { background: url(../../images/nav_bg.jpg) top left no-repeat; }
				div.navigation li a.active { background: url(../../images/navactive_bg.jpg) top left no-repeat; }
		#content { background: url(../../images/content_bg.png) top left repeat-y; }
			#left_column { background: url(../../images/left_column.jpg) top left repeat-x; }
			#right_column { background: url(../../images/left_column.jpg) top left repeat-x; }
				#right_column h1, #right_column h2 { background: url(../../images/h2_bg.png) top left no-repeat; }
				#right_column div.box { background: url(../../images/box_bottom.jpg) bottom no-repeat; }
	#footer { background: url(../../images/footer_bg.jpg) top left no-repeat; }
		#footer div.navigation { background: none; }
			#footer div.navigation li a { background: none; }
			#footer div.navigation li a.active { background: none; }
		
/* Borders */
div.box div.box_content { border-left: 1px solid #dadada; border-right: 1px solid #dadada; }