/* Backgrounds */
body { background-color: #626262; }
		#header { background: #fff url(../../images/header_bg.jpg) left 31px no-repeat; }
			div.navigation { background: url(../../images/nav_bg.jpg) top left repeat-x; }
				div.navigation li a { background: url(../../images/nav_bg.png) top left no-repeat; }
				div.navigation li a.active { background: url(../../images/navactive_bg.png) top left no-repeat; }
		#content { background-color: #383838; }
			#left_column, #right_column { background: #383838 url(../../images/column_bg.jpg) top left repeat-x; }
				#left_column div.box { }
					#left_column div.box h2 { }
	#footer { }
		#footer div.navigation { background: none; }
			#footer div.navigation li a { background: none; }
			#footer div.navigation li a.active { background: none; }
		
/* Borders */