/* Backgrounds */
body { background-color: #cdcabf; }
	#outer { background: url(../../images/wrapper_bg.jpg) top left repeat-y; }
		#header { background: url(../../images/header_bg.jpg) top left no-repeat; }
		div.navigation li a { background: url(../../images/nav_bg.jpg) left no-repeat; }
			div.navigation li a.active { background: url(../../images/nav_active.jpg) left no-repeat; }
		#right_column { background: #626057 url(../../images/right_top.jpg) top no-repeat; }
			#right_column div.content_bottom { background: url(../../images/right_bottom.jpg) bottom no-repeat; height: 11px; }
	#footer { background: url(../../images/footer_bg.jpg) top left no-repeat; }
		#footer div.navigation li a { background: none; }

/* Borders */
div.box { border-bottom: 1px dotted #fff; }