* { margin: 0px; padding: 0px; }
body { background-color: #000000; color: #ffffff; }

	#main_container { height: 800px; width: 1400px; margin: 100px auto auto 45px; }

		#left_container { float: left; height: 100%; width: 45px; margin-right: 10px; }

		#right_container { float: left; height: 100%; width: 1026px; }
			
			#header_box         { height: 100px; background-repeat: no-repeat; }
			.header_box_index   { background-image: url('photography_index.gif' ); }
			.header_box_all     { background-image: url('photography_orange.gif'); }
			.header_box_animals { background-image: url('photography_white.gif' ); }
			.header_box_nature  { background-image: url('photography_blue.gif'  ); }
			.header_box_objects { background-image: url('photography_green.gif' ); }
			.header_box_people  { background-image: url('photography_lilac.gif' ); }
			
			#content_box { margin-top: 50px; }
			
				#menu_box { float: left; margin-right: 12px; }
				
					#menu { list-style-type: none; }
					#menu li { font: 18px "Verdana"; }
					#menu li a:link, a:hover, a:visited, a:active { color: #666666; text-decoration: none; }
					#menu .orange a:hover { color: #ff9900; }
					#menu .white  a:hover { color: #ffffff; }
					#menu .blue   a:hover { color: #66ccff; }
					#menu .green  a:hover { color: #33ff66; }
					#menu .lilac  a:hover { color: #ff66ff; }
				
				#photos_box { float: left; margin-top: 6px; }

	a img { border: none; }