/* Backgrounds */
body { }
		#header { background: url(../../images/header_bg.jpg) top left repeat-x; }
			div.navigation { }
				div.navigation li a { }
				div.navigation li a.active { background: url(../../images/navactive_bg.jpg) top left no-repeat; }
		#content { background-color: #e6e3d2; }
			#left_column { }
				#left_column h1, #left_column h2 { background: url(../../images/left_h2_bg.jpg) left no-repeat; }
			#right_column { background: url(../../images/right_bg.jpg) top left repeat-y; }
				#right_column h1, #right_column h2 { }
				#right_column div.box { }
	#footer { background: url(../../images/footer_bg.jpg) top left repeat-x; }
		#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-bottom: 1px solid #6b4414; }
